Jump to content

Product price visualization problem


matteo.enter

Recommended Posts

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!

 

post-766588-0-39639100-1458842105_thumb.png

post-766588-0-25131200-1458842107_thumb.png

post-766588-0-87979700-1458842110_thumb.png

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