How to display “Free” for product with $0.00 price in Magento 2
Going to use the Around plugin to change $0.00 to as “Free” text. You can follow below steps to get it done: For PLP and PDP, you can replace your module name as per given exapmle app/code/MM/Training/etc/frontend/di.xml app/code/MM/Training/Plugin/Pricing/Render/PriceBox.php Just flush […]