Jump to content

reviews, colors, in/out stock on the same level at product list ?


mbt

Recommended Posts

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

post-656640-0-69934600-1400438289_thumb.jpg

 

to make it looks soo

post-656640-0-16649100-1400438321_thumb.jpg

or just like that

post-656640-0-09268400-1400437236_thumb.jpg

 

 

Thx

Marthe

 

Edited by mbt (see edit history)
Link to comment
Share on other sites

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 by dioniz (see edit history)
Link to comment
Share on other sites

 

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

×
×
  • Create New...