PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

 

Shopping cart summary problem

3 replies to this topic
#1
ugur onur

    PrestaShop Apprentice

  • Members
  • PipPip
  • 423 posts
Hi,

My Shopping cart summary pages does not calculate total prices... This thing happened today... have any idea?

Total products (tax excl.): 0
Total (tax excl.): 0
Total tax: 0
Total (tax incl.): 0

http://www.macmarketi.com


Regards..

Attached Files


Uğur Onur Urhan
uguronur.eu

#2
rocky

    PrestaShop Superstar

  • US Moderators
  • 9988 posts
There is a Javascript error on your page caused by the following in header.tpl:


var roundMode = ;


For some reason the {$roundMode} variable is returning blank. Go to the Preferences tab, set a rounding mode, then click Save. Hopefully, that will put a value in that variable. If it doesn't, check to make sure that the following is at the bottom of the $smarty->assigns in header.php:


'roundMode' => intval(Configuration::get('PS_PRICE_ROUND_MODE'))

Check out Nethercott Constructions for PrestaShop guides and modules. Like us on Facebook for news updates.

#3
ugur onur

    PrestaShop Apprentice

  • Members
  • PipPip
  • 423 posts
Thanks Rocky, I fixed this ...
Uğur Onur Urhan
uguronur.eu

#4
ugur onur

    PrestaShop Apprentice

  • Members
  • PipPip
  • 423 posts
Hi again,


I found another problem like this. when the customer bought something form store and trying to pay bankwire , two different prices printing on the emails.
For example the emails are which sending customer and store owner, store owner has a wrong amount, customer has a correct amount shows...
Do you guys have any idea why two different amount shows up ?

Attached Files


Uğur Onur Urhan
uguronur.eu