Jump to content

Shopping cart summary problem


Recommended 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'))

Link to comment
Share on other sites

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 ?

19955_mD7MjFmoT58plDur9Eyv_t

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...