giallofanatic Posted March 21, 2014 Share Posted March 21, 2014 Hi could anyone help with changing the display position of the 'star rating on the category view when a product has comments from img A to img B (please see images). The way it displays now is above the price and add to cart buttons which on smaller displays like a tablet screws up the page display (aesthetically speaking) if other products in the same line don't have reviews. I would like the ratings to be below the add to cart buttons so they still appear in a straight line. I think the attached images explain it a little better. Any help would be excellent. Thank you. Prestashop 1.6.0.5 default theme http://www.lust.co.uk/testsite/126-star-wars Link to comment Share on other sites More sharing options...
dioniz Posted March 21, 2014 Share Posted March 21, 2014 Go to your themes folder and open product-list.tpl. Find this line of code: {hook h='displayProductListReviews' product=$product} and move it right before this code: {if isset($product.color_list)} <div class="color-list-container">{$product.color_list} </div> {/if} 1 Link to comment Share on other sites More sharing options...
giallofanatic Posted March 22, 2014 Author Share Posted March 22, 2014 Go to your themes folder and open product-list.tpl. Find this line of code: {hook h='displayProductListReviews' product=$product} and move it right before this code: {if isset($product.color_list)} <div class="color-list-container">{$product.color_list} </div> {/if} This worked perfectly, many thanks for the help dioniz! Link to comment Share on other sites More sharing options...
Markaus Posted September 10, 2014 Share Posted September 10, 2014 (edited) This worked perfectly, many thanks for the help dioniz! Hi , I need your help, i would like to display the star rating without the need to move my mouse on it.. and i would also like "free shipping" text to appear on each product that have free shipping.. the hover display should remain same.. but i need these change before hover.. check on photo how it should be.. can you help plz? Edited September 10, 2014 by Uzzy (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts