nosnevetzy Posted September 5, 2016 Share Posted September 5, 2016 Hello everyone! Please help me on how to display price in wishlist module when I click the wishlist that sent to me by a friend. Help me please. Thanks in advance! Link to comment Share on other sites More sharing options...
Knowband Plugins Posted September 5, 2016 Share Posted September 5, 2016 The products listing in wishlist view page are fetched in the initContent() function of "/modules/blockwishlist/controllers/front/view.php". You can simply add the product price in the product array and then use that price to be shown in the view.The tpl file responsible for the same can be found at "/modules/blockwishlist/views/templates/front/view.tpl" FYI, you can use the following function to fetch price of any product. Product::getPriceStatic(); 1 Link to comment Share on other sites More sharing options...
DARKF3D3 Posted January 21, 2018 Share Posted January 21, 2018 Hello, I'm trying doing the same on wishlist v1.3.2 but I don't understand exaclty what I have to modify. Someone can help me? 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