|
|
|
|
@ -35,8 +35,8 @@ |
|
|
|
|
<div>Avez-vous un code de réduction?</div> |
|
|
|
|
<div class="coupon-form" style="display: flex;"> |
|
|
|
|
<input type="text" id="coupon-code" style="flex-grow: 1; margin-right: 10px; border-radius: 12px" placeholder="Entrez votre code"> |
|
|
|
|
<button id="apply-coupon" class="confirm-nav-button" style="min-width: 100px; border-radius: 12px; height: 40px;">Appliquer</button> |
|
|
|
|
<button id="remove-coupon" class="cancel-nav-button" style="min-width: 100px; border-radius: 12px; height: 40px; display: none;">Supprimer</button> |
|
|
|
|
<button id="apply-coupon" class="confirm-nav-button">Appliquer</button> |
|
|
|
|
<button id="remove-coupon" class="cancel-nav-button" style="display: none;">Supprimer</button> |
|
|
|
|
</div> |
|
|
|
|
<div id="coupon-message"></div> |
|
|
|
|
|
|
|
|
|
|