Bug graphique sur la page "mise en panier"
This commit is contained in:
@@ -11,10 +11,11 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="col-md-4">p={$ID}
|
<td class="col-md-4">
|
||||||
{ifloop rel="pse-first-image"}
|
{ifloop rel="pse-first-image"}
|
||||||
{loop type="product-sale-elements-image" name="pse-first-image" product_sale_elements_id={$smarty.get.pse_id} limit="1"}
|
{loop type="product-sale-elements-image" name="pse-first-image" product_sale_elements_id={$smarty.get.pse_id} limit="1"}
|
||||||
{loop type="image" name="product-image" id=$PRODUCT_IMAGE_ID source="product" limit="1" width="720" height="482" resize_mode="borders"}
|
{loop type="image" name="product-image" id=$PRODUCT_IMAGE_ID source="product" limit="1" width="218" height="146" resize_mode="borders"}
|
||||||
|
<!-- TheCoreDev le 16/12/2021 : valeurs avant modif = width="720" height="482" -->
|
||||||
<img itemprop="image" src="{$IMAGE_URL nofilter}" alt="Product #{$LOOP_COUNT}">
|
<img itemprop="image" src="{$IMAGE_URL nofilter}" alt="Product #{$LOOP_COUNT}">
|
||||||
{/loop}
|
{/loop}
|
||||||
{/loop}
|
{/loop}
|
||||||
@@ -35,7 +36,6 @@
|
|||||||
{loop type="product_sale_elements" name="product_price" id={$smarty.get.pse_id}}
|
{loop type="product_sale_elements" name="product_price" id={$smarty.get.pse_id}}
|
||||||
{$price = $TAXED_PRICE}
|
{$price = $TAXED_PRICE}
|
||||||
{$promoPrice = $TAXED_PROMO_PRICE}
|
{$promoPrice = $TAXED_PROMO_PRICE}
|
||||||
|
|
||||||
{loop type="digressive" name="digressivePrice" pse_id={$smarty.get.pse_id} quantity={$smarty.get.quantity} limit=1}
|
{loop type="digressive" name="digressivePrice" pse_id={$smarty.get.pse_id} quantity={$smarty.get.quantity} limit=1}
|
||||||
{$price = $TAXED_PRICE}
|
{$price = $TAXED_PRICE}
|
||||||
{$promoPrice = $TAXED_PROMO_PRICE}
|
{$promoPrice = $TAXED_PROMO_PRICE}
|
||||||
|
|||||||
Reference in New Issue
Block a user