mbt Posted May 18, 2014 Share Posted May 18, 2014 (edited) I m looking for solution to get in stock/out of stock notification on the product list at the same high/line. Does anybody have any solution. it looks now like that to make it looks soo or just like that Thx Marthe Edited May 18, 2014 by mbt (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted May 18, 2014 Share Posted May 18, 2014 (edited) You can try to remove {if isset($product.color_list)} {/if} from product_list.tpl so color list is always shown and then set height in product_list.css ul.product_list .color-list-container { margin-bottom: 12px; min-height: 31px; //Add this } so it is always same height You can set reviews so reviews are always shown but they have blank stars if there's no review Edited May 18, 2014 by dioniz (see edit history) Link to comment Share on other sites More sharing options...
mbt Posted May 19, 2014 Author Share Posted May 19, 2014 You can try to remove {if isset($product.color_list)} {/if} from product_list.tpl so color list is always shown and then set height in product_list.css ul.product_list .color-list-container { margin-bottom: 12px; min-height: 31px; //Add this } so it is always same height You can set reviews so reviews are always shown but they have blank stars if there's no review hei That is perfect solution I didn't manage with reviews, can You help me and tell wher and what to change that the stars will always show up but empty when ther is no comment ? Thanks anyway :=) Link to comment Share on other sites More sharing options...
dioniz Posted May 19, 2014 Share Posted May 19, 2014 You are welcome Open yourtheme/modules/productcomments/productcomments_reviews.tpl and remove {if isset($nbComments) && $nbComments > 0} and remove closing {/if} Link to comment Share on other sites More sharing options...
Recommended Posts