[FIX] website_sale: alternative products

Display correctly the alternative products

opw:643934
This commit is contained in:
Goffin Simon 2015-07-03 15:05:48 +02:00
parent e33baecfa3
commit 669948569b
1 changed files with 2 additions and 2 deletions

View File

@ -548,9 +548,9 @@
<xpath expr="//div[@id='product_full_description']" position="after">
<div class="container mt32" t-if="product.alternative_product_ids">
<h3>Suggested alternatives:</h3>
<div class='row mt16' style="margin-left: 15px !important;">
<div class='row mt16' style="">
<t t-foreach="product.alternative_product_ids" t-as="product">
<div class='col-md-2 thumbnail' style='width: 170px; margin-right: 16px;'>
<div class='col-md-2 thumbnail' style='width: 170px; height:130px; float:left; display:inline; margin-right: 10px;'>
<div class='mt16 text-center'>
<span t-field="product.image_small" t-field-options='{"widget": "image", "class": "img-rounded shadow" }'/>
<h5>