Flèches du carrousel

This commit is contained in:
2021-05-25 10:11:44 +02:00
parent c18fa79483
commit b06ce7377e
3 changed files with 12 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -475,3 +475,8 @@ span.product-categorie {
div.header__bottom {
text-align: center;
}
#carousel .icon-prev,
#carousel .icon-next {
color: black;
}

View File

@@ -230,12 +230,13 @@
{/if}
</span>
{/elseloop}
<!-- TheCoreDev le 21/05/2021 : rajout du prix au kilo -->
<!-- <div class="prix-au-kilo">-->
<!-- <label>{intl l="Price per kg"}</label>-->
<!-- <span>{format_money number=0 symbol={currency attr="symbol"}}</span>-->
<!-- </div>-->
</div>
<div class="prix-au-kilo">
<label>{intl l="Price per kg"}</label>
<span>{format_money number=0 symbol={currency attr="symbol"}}</span>
</div>
</div>
<!-- Affichage de l'unité (au kg, à l'unité) //-->
{if $pse_count == 1}
{loop name="attributes" type="attribute" product="$product_id" order="manual"}