✨ feat(template/base): Commente le bouton de paiement dans le panier.
This commit is contained in:
@@ -284,7 +284,7 @@
|
||||
<span>{{ 'subtotal_label'|trans }}:</span>
|
||||
<span id="cartSubtotal">0.00 €</span>
|
||||
</div>
|
||||
<a href="" class="w-full block text-center bg-red-600 text-white py-3 rounded-md hover:bg-red-700 transition duration-150 font-semibold">{{ 'checkout_button'|trans }}</a>
|
||||
{# <a href="" class="w-full block text-center bg-red-600 text-white py-3 rounded-md hover:bg-red-700 transition duration-150 font-semibold">{{ 'checkout_button'|trans }}</a>#}
|
||||
</div>
|
||||
</div>
|
||||
<div id="cartBackdrop" class="fixed inset-0 bg-black opacity-50 z-40 hidden transition-opacity duration-300" aria-hidden="true"></div>
|
||||
|
||||
Reference in New Issue
Block a user