Jump to content

Final price is automatically adding additional £1 to the base price


Recommended Posts

Sorry, I was not very clear with my question.

On the product list page and in the cart, the item is showing up as: £5,413.65

On the product page, price is coming up with the correct figure of £5,412.80.

I modified the product.js from:


var productPriceWithoutReduction2 = (ps_round(attribut_price_tmp * currencyRate) + productPriceWithoutReduction);


to:


var productPriceWithoutReduction2 = (ps_round(attribut_price_tmp * currencyRate) * productPriceWithoutReduction);

So it make my life easier when it comes to combinations.

Thanks

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...