Subtotal, Shipping, Discount and Grand Total Missing in Magento
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!
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
It is difficult to answer your question without more insight, but here is what can be a starting point:
- Login to your shop's
admin panel
. - In
System
menu click onConfiguration
. - From the
Current Configuration Scope
box select your Website. - Now in the menu on left-hand side under
Configuration > Advanced
(almost to the bottom of the screen) - Click on
Developer
- Now in the main panel, click on
Debug
. - For the field
Template Path Hints
selectYes
. - 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.
精彩评论