Magento 中的小计、运输、折扣和总计缺失

发布于 2024-11-09 16:10:33 字数 344 浏览 0 评论 0原文

希望有人能指出我正确的方向。我不是 Magento 开发人员,但在我的“开发人员”让我完成大部分工作后,我必须修复我的网站。

目前在我的结帐屏幕中,除了实际产品项目价值之外,我没有看到任何其他价值 - 没有小计、折扣、运费或总计。不过,它们在发送的电子邮件上都显示正常(幸运的是)。

我没有使用默认的 Magento 包,但从我所看到的来看,所有 .phtml 文件似乎都在基本目录中,而不是在我的新设计目录中 - 所以我假设一切都会正常工作。但可惜的是,没有。有什么地方我应该寻找/调整等等吗?我已经用谷歌搜索了尽可能多的信息,但没有结果。

我确信如果所有内容都出现在电子邮件中,那么它一定很简单(!?)。任何想法都会很棒!

Hope someone can point me in the right direction. I am not a Magento developer but am having to fix my site after my "developer" left me with most of the work to do.

Currently in my checkout screen i'm not seeing any values other than that of the actual product item value - no subtotals, discounts, shipping or the grand total. They all appear ok on the emails that are sent though (luckily).

I'm not using the default Magento package but from what i can see all the .phtml files seem to be there in the base directories and are not in my new design directories - so i would have assumed all would work ok. But alas, no. Is there anywhere i should be looking/tweaking etc etc? Have googled about as much as i can but to no avail.

I'm sure it must be something simple (!?) if all appear on the emails ok. Any ideas would be great!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

时光礼记 2024-11-16 16:10:33

我意识到这现在已经相当老了,但以防万一其他人遇到这个问题,我遇到了这个问题,对我来说,我必须在 System > 中启用 Mage_Tax 模块配置>先进的

I realise this is fairly old now but just in case anyone else comes across this I had this problem and for me all I had to do some enable the Mage_Tax module in System > Configuration > Advanced

无敌元气妹 2024-11-16 16:10:33

如果没有更多的洞察力,很难回答您的问题,但这可以作为一个起点:

  1. 登录到您商店的管理面板
  2. 系统菜单中单击配置
  3. 当前配置范围框中选择您的网站。
  4. 现在在左侧菜单中的 Configuration > 下高级(几乎在屏幕底部)
  5. 单击Developer
  6. 现在在主面板中,单击Debug
  7. 对于模板路径提示字段,选择
  8. 现在重新加载您的网站(前端),您将看到正在加载的页面的每个部分来自哪个模板。

此外,如果启用了 Magento 的缓存,您将需要清除该缓存。我建议在开发期间和/或站点的非生产版本上禁用此缓存。

It is difficult to answer your question without more insight, but here is what can be a starting point:

  1. Login to your shop's admin panel.
  2. In System menu click on Configuration.
  3. From the Current Configuration Scope box select your Website.
  4. Now in the menu on left-hand side under Configuration > Advanced (almost to the bottom of the screen)
  5. Click on Developer
  6. Now in the main panel, click on Debug.
  7. For the field Template Path Hints select Yes.
  8. Now reload your website (front-end) and you will see from which template is each part of the page being loaded.

Also if Magento's cache is enabled, you will need to clear that. I would suggest that this cache be disabled during development and/or on non-production versions of your site.

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