Magento 价格未更新

发布于 2024-10-08 14:24:38 字数 136 浏览 6 评论 0原文

我们最近在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

哥,最终变帅啦 2024-10-15 14:24:38

如果在没有可配置/自定义选项的情况下,simple/virtual/downloadable 产品页面上未显示价格和供货情况。

解决办法如下:

进入: app/design/frontend/base/custom theme/layout/

  • 打开catalog.xml 文件
  • 替换(第 279 行):

< /code>

包含:

< /code>

来自 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/

  • Open the catalog.xml file
  • Replace (line 279):

<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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文