Jump to content

Wishlist module price display


Recommended Posts

Currently the wishlist module in my Prestashop store only displays the product image and title. There are two wishlist views, the customer account view and the shared link view. I would like to display the price in both of these views. I've tried adding

$price = Product::getPriceStatic($productid);

 

to different parts of managewishlist.php and adding

<span id="our_price_display">{convertPrice price=$productPrice}</span>

 

to the managewishlist tpl file but nothing shows up. I'm running version 1.5.6.2

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