禁用捆绑商品的价格范围
我正在开发在 Magento 上托管的第一个网站,但我的捆绑包项目出现问题。我使用捆绑项目来允许用户选择升级其产品的材料,这不是必需的,因此他们可以保留库存材料。
问题在于前端的产品显示的价格范围介于最低材料升级和最高材料升级之间。有没有办法阻止它的显示?
我想出了如何更改它以显示“低至”价格,但我希望它完全消失。
I am working on my first website hosted on Magento, and am having a problem with my bundle items. I am using a bundle item to allow users to select upgrades to the materials for their products, and it is not required so they can leave the stock material.
The problem is that the product on the frontend displays a price range for between the lowest material upgrade and the highest. Is there a way to stop that from the displaying?
I figured out how to change it to display an "As Low As" price, but I want it gone completely.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您编辑以下文件,您可以更改捆绑价格的显示方式:
其中有一些复杂的逻辑来处理价格范围、“低至”、税收和其他考虑因素,但您应该能够按照自己的方式工作通过它。
确保您编辑主题中该文件的版本(如果它仅存在于
base/default
中,则将其复制到default/yourtheme
下的同一路径) 。干杯,
京东
If you edit the following file, you can change the way that bundle prices are displayed:
There some complex logic in there to cope with price ranges, "As low as", tax and other considerations, but you should be able to work your way through it.
Make sure that you edit the version of this file that is in your theme (if it only exists in
base/default
then copy it to the same path underdefault/yourtheme
).Cheers,
JD