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 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#carousel .icon-prev,
|
||||
#carousel .icon-next {
|
||||
color: black;
|
||||
}
|
||||
|
||||
@@ -230,12 +230,13 @@
|
||||
{/if}
|
||||
</span>
|
||||
{/elseloop}
|
||||
|
||||
<div class="prix-au-kilo">
|
||||
<label>{intl l="Price per kg"}</label>
|
||||
<span>{format_money number=0 symbol={currency attr="symbol"}}</span>
|
||||
</div>
|
||||
<!-- 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>
|
||||
|
||||
<!-- Affichage de l'unité (au kg, à l'unité) //-->
|
||||
{if $pse_count == 1}
|
||||
{loop name="attributes" type="attribute" product="$product_id" order="manual"}
|
||||
|
||||
Reference in New Issue
Block a user