pngb4 Posted May 8, 2014 Share Posted May 8, 2014 Hey guys, I just added the "products in same category" module and noticed that it moved the comments and more info section to the bottom of the page. Like to know how I can reverse this change. I uploaded two images showing how it should look and how it looks now since the module installation. How it should look How it looks now Thanks! Link to comment Share on other sites More sharing options...
pngb4 Posted May 8, 2014 Author Share Posted May 8, 2014 (edited) Yikes forgot to add that am using the latest prestashop version 1.6.0.6 and am not using the default theme. Using boutique theme. URL: http://vlsboutique.com/prestashop/ URL directly to problem: http://www.vlsboutique.com/prestashop/dresses/1-black-cocktail.html Edited May 8, 2014 by pngb4 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 8, 2014 Share Posted May 8, 2014 in product.tpl file move code: {if isset($HOOK_PRODUCT_FOOTER) && $HOOK_PRODUCT_FOOTER}{$HOOK_PRODUCT_FOOTER}{/if} to the end of the file. just paste it there. 1 Link to comment Share on other sites More sharing options...
pngb4 Posted May 8, 2014 Author Share Posted May 8, 2014 Awesome it worked! Appreciate the help. If its not too much trouble, like to know if you can help me out with the price number under the images in the "product in same category" section. I noticed that the first product seem to display the price a bit lower than the others and sometimes the last as well. I've attached 3 pics showing the problem. Problem in the left side of poducts in same category Problem in the right side of poducts in same category Problem in the both ends of poducts in same category URL to prob: http://www.vlsboutique.com/prestashop/dresses/2-red-.html Thanks! Link to comment Share on other sites More sharing options...
vekia Posted May 9, 2014 Share Posted May 9, 2014 add height:20px; exactly as i show below: #productscategory_list li p.product_name { text-align: center; height: 20px; } you can find this code in: /prestashop/modules/productscategory/css/productscategory.css line ~34 1 Link to comment Share on other sites More sharing options...
pngb4 Posted May 15, 2014 Author Share Posted May 15, 2014 That did it!! Really appreciate the help!! Good day Link to comment Share on other sites More sharing options...
vekia Posted May 15, 2014 Share Posted May 15, 2014 thank you for confirmation that it works now i marked topic title as solved with regards, Milos 1 Link to comment Share on other sites More sharing options...
Recommended Posts