Flèches du carrousel
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -475,3 +475,8 @@ span.product-categorie {
|
|||||||
div.header__bottom {
|
div.header__bottom {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#carousel .icon-prev,
|
||||||
|
#carousel .icon-next {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|||||||
@@ -230,12 +230,13 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</span>
|
</span>
|
||||||
{/elseloop}
|
{/elseloop}
|
||||||
|
<!-- TheCoreDev le 21/05/2021 : rajout du prix au kilo -->
|
||||||
<div class="prix-au-kilo">
|
<!-- <div class="prix-au-kilo">-->
|
||||||
<label>{intl l="Price per kg"}</label>
|
<!-- <label>{intl l="Price per kg"}</label>-->
|
||||||
<span>{format_money number=0 symbol={currency attr="symbol"}}</span>
|
<!-- <span>{format_money number=0 symbol={currency attr="symbol"}}</span>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Affichage de l'unité (au kg, à l'unité) //-->
|
<!-- Affichage de l'unité (au kg, à l'unité) //-->
|
||||||
{if $pse_count == 1}
|
{if $pse_count == 1}
|
||||||
{loop name="attributes" type="attribute" product="$product_id" order="manual"}
|
{loop name="attributes" type="attribute" product="$product_id" order="manual"}
|
||||||
|
|||||||
Reference in New Issue
Block a user