amir.ali Posted October 29, 2014 Share Posted October 29, 2014 hi i'm using prestashop 1.4.9.0 and i'm asking you to tell me what is the table name name that contains the product price for exemple the price displayed on www.exemple.com/product.php?id_product=4 Link to comment Share on other sites More sharing options...
PascalVG Posted October 30, 2014 Share Posted October 30, 2014 do you need to know where the value of the price is stored, or where the value o the price is displayed on the page you mentioned? The product values are stored in the database, and pulledout /written into the database table using the file classes/Product.php. The file themes/<your theme folder>/product.tpl is the file where the page you mention is 'assembled'. All needed values of the Product are merged with the surrounding HTML code, which together creates the Product detail Page. Was this what you needed? If not, please elaborate. pascal Link to comment Share on other sites More sharing options...
amir.ali Posted October 30, 2014 Author Share Posted October 30, 2014 i need to know what is the table name , that conatian the column of product price Link to comment Share on other sites More sharing options...
PascalVG Posted October 31, 2014 Share Posted October 31, 2014 If I remember well, in 1.4.x it was in ps_product, column "price" for normal products. If you used combinations (attributes), it was in ps_product_attribute (column price as well) 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