Jump to content

Product price and Reduction price are the same


CSEpe

Recommended Posts

Is this a little bug?

When using the price 49.99 or 24.99 the prices show up twice. Not when I use a different price. (see pictures)


post-362130-0-44604600-1468230007_thumb.jpg
post-362130-0-43691300-1468230016_thumb.jpg

You can see a difference in the source code:

www.domain.com/index.php?id_product=9&controller=product

var productBasePriceTaxExcl = 41.31405;
var productBasePriceTaxExcluded = 41.31405;
var productHasAttributes = false;
var productPrice =
49.99;
var productPriceTaxExcluded = 41.31405;
var productPriceWithoutReduction =
49.990001;

Using 49.95 :

var productBasePriceTaxExcl = 41.280992;
var productBasePriceTaxExcluded = 41.280992;
var productHasAttributes = false;
var productPrice =
49.95;
var productPriceTaxExcluded = 41.280992;
var productPriceWithoutReduction =
49.95;

V. 1.6.1.6

Problem is fixed. One !important in product.css had to be removed. Only in the theme I use.

Edited by CSEpe (see edit history)
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...