em.pe Posted August 30, 2010 Share Posted August 30, 2010 Hello,Combination with impact on price looks like:(pre-tax price + tax) + impact priceI'm trying to change code to:(pre-tax price + impact price) + taxIn classes/Product.php I chenged this: $price += $attribute_price; to: $price += $attribute_price + ($attribute_price * ($tax / 100)); And it works, but only in cart.What I must change (in themes\prestashop\product.js?) to see correct prices in product card? Link to comment Share on other sites More sharing options...
Patric Posted September 2, 2010 Share Posted September 2, 2010 So this is Development and not Configuration.Topic moved. Link to comment Share on other sites More sharing options...
M4GIC Posted October 7, 2010 Share Posted October 7, 2010 Thank you for this code, you've saved me hours of hunting. Did you manage to find the product page code and get that working correctly.if so could you post it.many thanks- EDIT - to ensure that the attribute product price matches the cart price you'll need to make sure that (Back Office) Payment > Currencies > Conversion Rate is set to the 1.175 (17.5%). Default install was set at .80 n.b. when the VAT goes up to 20% in Jan 2011, change this to 2.00 or again you'll notice that the product and cart prices to not match for any product with attributes.I hope this helps...Justin Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now