Hi,
I'm currently working on a payment module for prestashop with some extra features.
At the moment im trying to display som additional information on the productpage for each product.
I need to get the price for the product that is beeing displayed, but can't seem to find anything about this. I will probably need to access the total price for the cart when the user is to check out aswell.
TLDR;
1. Can i get the price of a product to a variable in php?
2. Can i get the total price of the cart to a variable in php?