thinkle Posted July 25, 2011 Share Posted July 25, 2011 I imported my combinations from CSV and added to a whole range of products and they have gone in correctly. However, the product price in the shop is now always 0. For example my product in the admin area under Pre tax retail price is 21.60, but in the front end, it will come as 0 and the price impact specified in the combinations is only added. In the attached picture, only the impact of 2.54 is being added. In my page Javascript I have: var productPriceTaxExcluded = 0 - 0.000000; var reduction_percent = 0; var reduction_price = 0; var specific_price = 0; I'm sure one of these should be the original price? In the cart is the opposite problem - the original price is added, but no combination impacts. Thanks 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