如何从 magento 的产品页面中删除基本价格+自定义价格
How to remove base price+ Custom price from product page in magento
首先,我使用 link 的代码显示默认的自定义选项(纯度)价格
http://sunflowerwww.net/magento-custom-product-option-default-value/通过这个我可以显示默认价格。
有选项14和18,现在我在产品页面上默认了18的价格。对我来说,问题是基本价格和默认自定义价格相加。我不想加价,我只想显示默认的自定义价格。
我用谷歌搜索但没有找到与此相关的内容,我无法找到产品列表文件。
等待一些输入
感谢和问候
1) You can use this module:
https://github.com/magebuzz/Magebuzz_Customoption
This module helps you set Default Value For Product Custom Option In
Magento. A blog about this module can be found here.
When you install the above mentioned module, you will see a
Product Options
menu in your Magento admin. You can set the default custom
option for each product from there.
2) After that, set the price of your product as 0 (zero).
That's all.
假设,
- 您将产品价格设置为 0 美元。
- 您有两个自定义选项,价格分别为 55 美元和 65 美元。
- 您将默认选择的选项设置为 55 美元(来自管理中的
Product Options
菜单)。
然后,当您查看产品页面时,自定义选项 $55 将自动 selected,并且您的产品价格将显示为 $55。当您 select 另一个自定义选项值时,例如$65 然后 $65 将显示为您的产品价格。
首先,我使用 link 的代码显示默认的自定义选项(纯度)价格
http://sunflowerwww.net/magento-custom-product-option-default-value/通过这个我可以显示默认价格。
有选项14和18,现在我在产品页面上默认了18的价格。对我来说,问题是基本价格和默认自定义价格相加。我不想加价,我只想显示默认的自定义价格。
我用谷歌搜索但没有找到与此相关的内容,我无法找到产品列表文件。
等待一些输入
感谢和问候
1) You can use this module: https://github.com/magebuzz/Magebuzz_Customoption
This module helps you set Default Value For Product Custom Option In Magento. A blog about this module can be found here.
When you install the above mentioned module, you will see a
Product Options
menu in your Magento admin. You can set the default custom option for each product from there.2) After that, set the price of your product as 0 (zero).
That's all.
假设,
- 您将产品价格设置为 0 美元。
- 您有两个自定义选项,价格分别为 55 美元和 65 美元。
- 您将默认选择的选项设置为 55 美元(来自管理中的
Product Options
菜单)。
然后,当您查看产品页面时,自定义选项 $55 将自动 selected,并且您的产品价格将显示为 $55。当您 select 另一个自定义选项值时,例如$65 然后 $65 将显示为您的产品价格。