matteo.enter Posted March 24, 2016 Share Posted March 24, 2016 Hi,I created a script that imports the products (with combinations) inside the database from an asci file.I have a problem when I go to a product page, it is displayed with the price equal to 0, but if I add it to the shopping cart shows the correct price.If I go into the list of products of the category prices are displayed correctly.When I add a product add records in these tables: _product_product_lang_product_shop_product_attriubute_product_attribute_shop_product_attribute_combination_stock_available_specific_price_priority_category_product What I'm doing wrong? analyzing the page, the problem is that the variables var productPrice = 42.4612;var productPriceTaxExcluded = 0;var productPriceTaxIncluded = 0; Thanks! Link to comment Share on other sites More sharing options...
musicmaster Posted March 25, 2016 Share Posted March 25, 2016 Hard to say. My advice would be to add a product the proper way and then to have a look at all the tables with Phpmyadmin to find the differences. Link to comment Share on other sites More sharing options...
matteo.enter Posted March 30, 2016 Author Share Posted March 30, 2016 It' incredible that there isn't a documentation that it helps Us to develop for this comunity!!! 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