Magento 价格未更新
我们最近在 1.4.2.0 Magento 安装上安装了简单可配置产品,但当用户选择一个选项时,产品的价格不会更新,如果您配置产品并将其添加到购物车,则价格显示在购物车中是正确的,只是选择时产品上没有。
如果有人能帮忙解决这个问题那就太好了。
We've recently installed Simple Configurable Products on our 1.4.2.0 Magento install but the price on the product isn't updating when the user selects an option, if you configure the product and add to cart the price show's up correct in the cart, just not on the product at the time of selection.
If anyone could help out on this that would be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果在没有可配置/自定义选项的情况下,
simple/virtual/downloadable
产品页面上未显示价格和供货情况。解决办法如下:
进入:
app/design/frontend/base/custom
theme/layout/
catalog.xml
文件包含:
来自 Magento 专家的答案和模块 @ AgileWebSolutions
If the price and availability are not showing on
simple/virtual/downloadable
product page when there are no configurable/custom options.The Solution is as follows:
Go to:
app/design/frontend/base/custom
theme/layout/
catalog.xml
file<block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/simple.phtml">
With:
<block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
Answers and modules from Magento specialists @ AgileWebSolutions
使用解决方案解决 - http://www.magentocommerce.com/boards/viewthread/52582/
Solved using the solution at - http://www.magentocommerce.com/boards/viewthread/52582/