From 79c48434bc5b5ec9c7278c8bdfbbff44b63461eb Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Tue, 5 Dec 2023 16:40:26 +0530 Subject: [PATCH] refactor: update the styling of the buttons --- templates/checkout/_partials/cart-detailed-actions.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/checkout/_partials/cart-detailed-actions.tpl b/templates/checkout/_partials/cart-detailed-actions.tpl index a094df1..5b17e4b 100644 --- a/templates/checkout/_partials/cart-detailed-actions.tpl +++ b/templates/checkout/_partials/cart-detailed-actions.tpl @@ -29,15 +29,15 @@ {$cart.minimalPurchaseRequired}
- +
{elseif empty($cart.products) }
- +
{else}
- {l s='Proceed to checkout' d='Shop.Theme.Actions'} + {l s='Proceed to checkout' d='Shop.Theme.Actions'} {hook h='displayExpressCheckout'}
{/if}