krishroman Posted May 24, 2017 Share Posted May 24, 2017 Hello!, How can i get and display all the product final price from prestashop database table or any other function How can i get and display all the product final price from prestashop database tables I am new to prestashop.i am trying to get all the product final price from prestashop database table and show that price in my custom prestashop module. I.e) I have created a module like carousal homepage product and registered some hooks like homepagetabcontent. Now i want to display all the product in the slider format under the registered homepageTabContent hooks.i did this product slider view. But i can't get final product price with tax incl and specific prices. I have get only base price. I hope you understand my questions. So,Please anyone assist with this Thanks, Roman Link to comment Share on other sites More sharing options...
hakeryk2 Posted May 25, 2017 Share Posted May 25, 2017 You should use built in Prestashop function. This is way better because it is including discounts as well if included. $product_price = Product::getPriceStatic($id_product, true, $id_product_attribute, 2); 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