diff --git a/_dev/elegance.css b/_dev/elegance.css index d200eec..ea22670 100644 --- a/_dev/elegance.css +++ b/_dev/elegance.css @@ -32,3 +32,6 @@ a:hover .ti, a:hover .icon-tabler { ul { @apply !list-inside; } +input[type="radio"],input[type="checkbox"] { + @apply focus:ring-transparent; +} diff --git a/templates/catalog/_partials/product-add-to-cart.tpl b/templates/catalog/_partials/product-add-to-cart.tpl index 0aede1d..ea88b2a 100644 --- a/templates/catalog/_partials/product-add-to-cart.tpl +++ b/templates/catalog/_partials/product-add-to-cart.tpl @@ -77,15 +77,6 @@ {hook h='displayCustomProductActions'} - -
- +
{/if} {/block} diff --git a/templates/checkout/_partials/cart-summary-subtotals.tpl b/templates/checkout/_partials/cart-summary-subtotals.tpl index a4a5938..b077457 100644 --- a/templates/checkout/_partials/cart-summary-subtotals.tpl +++ b/templates/checkout/_partials/cart-summary-subtotals.tpl @@ -23,7 +23,7 @@ * International Registered Trademark & Property of PrestaShop SA *} -{$cart.summary_string}
+{$cart.summary_string}
{l s='show details' d='Shop.Theme.Actions'}
diff --git a/templates/checkout/_partials/order-confirmation-table.tpl b/templates/checkout/_partials/order-confirmation-table.tpl
index 8708cea..21ffa54 100644
--- a/templates/checkout/_partials/order-confirmation-table.tpl
+++ b/templates/checkout/_partials/order-confirmation-table.tpl
@@ -22,115 +22,124 @@
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
-
+
{l s='The selected address will be used both as your personal address (for invoice) and as your delivery address.' d='Shop.Theme.Checkout'}
-
+
{l s='The selected address will be used as your personal address (for invoice).' d='Shop.Theme.Checkout'}
-
- {l s='add new address' d='Shop.Theme.Actions'}
-
-
+ {l s='Order items' d='Shop.Theme.Checkout'}
- {l s='Unit price' d='Shop.Theme.Checkout'}
- {l s='Quantity' d='Shop.Theme.Checkout'}
- {l s='Total products' d='Shop.Theme.Checkout'}
+ {l s='Order items' d='Shop.Theme.Checkout'}
+ {l s='Unit price' d='Shop.Theme.Checkout'}
+ {l s='Quantity' d='Shop.Theme.Checkout'}
+ {l s='Total price' d='Shop.Theme.Checkout'}
{/block}
+
-
{l s='Shipping Address' d='Shop.Theme.Checkout'}
+ {l s='Shipping Address' d='Shop.Theme.Checkout'}
{/if}
{if $use_same_address && !$cart.is_virtual}
- {l s='Your Invoice Address' d='Shop.Theme.Checkout'}
-
+
+ {l s='Your Invoice Address' d='Shop.Theme.Checkout'}
{if $show_invoice_address_form}