cnpark70 Posted June 10, 2015 Share Posted June 10, 2015 (edited) 1. I am trying to figure out how to display price and Add to wishlist button for viewed products block in left column and right column. 2. Also, for New Products Block in left column and right column, it only shows name, description and price but not Add to wishlist button. So I would like to add Add to wishlist button as well. 3. For index page (New products, Popular, Bestseller tabs) when you hover it shows add to cart, more, price , quick view. But it does not display Add to wishlist button. So I would like to add Add to wishlist button for index page too. Thanks in advance for help. My site is http://www.kocamoca.com/en/ Edited June 11, 2015 by cnpark70 (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted June 11, 2015 Share Posted June 11, 2015 1. Did you try amending the blockviewed.php file? You might need to get the price there as well using Product::getPriceStatic while looping through viewed products2. Try adding this {hook h='displayProductListFunctionalButtons' product=$product}3. same as .2 Link to comment Share on other sites More sharing options...
cnpark70 Posted June 11, 2015 Author Share Posted June 11, 2015 Hey nemo thanks for your help again. I am quite new to coding and stuff. SO please excuse my limited knowledge. So below I recapped what I understand. 1. For viewed products block, I should amend blockviewed.php.in /public_html/modules/blockviewed/ 2. For new products block, blocknewproducts.php.in /public_html/modules/blocknewproducts/ 3. For index page ???? Now, in where to add those codes within blockviewed.php and blocknewproducts.php, I have no idea which line number i should place the codes. Can you please paste the example codes for each cases. Thanks a ton for your guide. 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