]);
$this->addField(['name' => 'discount',
- 'label' => 'Remise',
+ 'label' => 'Code discount',
'type' => 'select_from_array',
'options' => ['A' => 'A','B' => 'B','C' => 'C','D' => 'D','E' => 'E'],
'allows_null' => false,
height: 21px
overflow: hidden
-.product-description-container
- h3
- font-weight 500
-
.product-img-holder
@apply bg-white relative pb-100p
.product-highlights
font-size 15px
.product-description-container
- *
- font-family: 'Barlow', Sans-Serif
h3
- font-weight: 700
+ font-weight 700
+ .label
+ font-weight 500
.price
font-weight 600
</a><!--
There shoulln't be any space between closing of a and opening of div
{{-- Product details --}}
- --><div class="product-content p-4 text-navy">
+ --><div class="product-content p-4 text-navy font-display">
<div class="product-container">
<div class="product-description-container">
<h3><a class="text-navy" href="{{ $product->getEntity()->URL }}">{{ $product->get('reference') }}</a>
<div class="product-price-info">
@if($product->basic_selling_price && $product->json)
@php($options = true)
- <p class="no-m text-sm mt-5">{{ __('Produit configurable') }}</p>
+ <p class="no-m text-sm mt-5 label">{{ __('Produit configurable') }}</p>
<p class="price">{{ __('A partir de :').' '. $price }}€ HT</p>
@elseif($product->basic_selling_price && !$product->json)
- <p class="no-m line-through text-sm mt-5">{{ __('Prix catalogue :').' '.$product->basic_selling_price }}€ HT</p>
+ <p class="no-m line-through text-sm mt-5 label">{{ __('Prix catalogue :').' '.$product->basic_selling_price }}€ HT</p>
<p class="price">{{ __('Votre prix :').' '. $price }}€ HT</p>
@endif
</div>