Magento Asked on January 2, 2022
I am planning to change product price from
Category view and product page to “coming soon” I have a new product attribute which I have created and I can see that when I edit product page from admin area.
If I enable that attribute the price is meant to change from the amount to “coming soon”
This is my Di.xml file
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<!-- Product page -->
<type name="MagentoCatalogModelProduct">
<plugin name="change_product" type="[vendor][module]PluginModelProduct"/>
</type>
<!-- Price changed in category level -->
<type name="MagentoCatalogBlockProductListProduct">
<plugin name="cataloghideprice_finalpricebox" type="[vendor][module]BlockProductListProduct" />
</type>
</config>
The category level works perfectly
I can see coming soon, but the issue I am having is product page isn’t changing
Please can someone direct me to the right path.
You need to create catalog_product_prices.xml
into your extension on following path :
vendorExtensionviewbaselayoutcatalog_product_prices.xml
Now copy the orginal file content catalog_product_prices.xml
from following location :
vendormagentomodule-catalogviewbaselayoutcatalog_product_prices.xml
Now replace following line
<item name="default_amount_render_template" xsi:type="string">Magento_Catalog::product/price/amount/default.phtml</item>
with this :
<item name="default_amount_render_template" xsi:type="string">Vendor_Extension::product/price/amount/default.phtml</item>
Now copy the template file from
Magento_Catalog::product/price/amount/default.phtml
to
Vendor_Extension::product/price/amount/default.phtml
Now apply your logic into this file :
Vendor_Extension::product/price/amount/default.phtml
Answered by Dhiren Vasoya on January 2, 2022
1 Asked on January 16, 2021 by hweb87
1 Asked on January 16, 2021
0 Asked on January 16, 2021 by kamzata
1 Asked on January 15, 2021 by sushivam
0 Asked on January 15, 2021 by usama-sohail
1 Asked on January 14, 2021 by fja3omega
0 Asked on January 13, 2021
4 Asked on January 12, 2021 by ramses
3 Asked on January 10, 2021
1 Asked on January 10, 2021 by rorytec
0 Asked on January 9, 2021 by kishor-6ugani
1 Asked on January 9, 2021 by miguel-angel-espinosa-garca
bundle bundle product bundled product dynamic price magento2 4
0 Asked on January 8, 2021 by gxrobb
1 Asked on January 8, 2021 by chad-c-davis
2 Asked on January 8, 2021 by kvin-vuillemin
1 Asked on January 6, 2021 by hitesh-balpande
1 Asked on January 6, 2021 by ramesh-kr
2 Asked on January 5, 2021 by vivek-tiwari
0 Asked on January 4, 2021 by hamendra-sunthwal
0 Asked on January 3, 2021
Get help from others!
Recent Questions
Recent Answers
© 2023 AnswerBun.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP