Jump to content

Show product prices in Wishlist Module


Recommended Posts

I am no expert on php, can someone show me how to display product prices in the wishlist?

 

It looks like this is the code I will need

 

include(dirname(__FILE__).'/../../config/config.inc.php'); //first check if this link is ok

include(dirname(__FILE__).'/../../init.php'); //this link also

 

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

 

But I do not know where to implement it, I have tried putting it in managewishlist.php but keep getting a fatal error.

 

Any help is appreciated.

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