feat(extra-features): A bunch of improvements
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
value="{$product.quantity}"
|
||||
name="product-quantity-spin"
|
||||
min="{$product.minimal_quantity}"
|
||||
data-verticalbuttons="true"
|
||||
aria-label="{l s='%productName% product quantity field' sprintf=['%productName%' => $product.name] d='Shop.Theme.Checkout'}"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
{/if}
|
||||
|
||||
<div class="add-address mt-2 mb-3">
|
||||
<a class="btn btn-outline-primary btn-sm" href="{$new_address_delivery_url}">{l s='add new address' d='Shop.Theme.Actions'}</a>
|
||||
<a class="btn btn-primary btn-sm" href="{$new_address_delivery_url}">{l s='add new address' d='Shop.Theme.Actions'}</a>
|
||||
</div>
|
||||
|
||||
{if $use_same_address && !$cart.is_virtual}
|
||||
@@ -116,7 +116,7 @@
|
||||
{/if}
|
||||
|
||||
<div class="add-address mt-2 mb-3">
|
||||
<a class="btn btn-outline-primary btn-sm" href="{$new_address_invoice_url}">{l s='add new address' d='Shop.Theme.Actions'}</a>
|
||||
<a class="btn btn-primary btn-sm" href="{$new_address_invoice_url}">{l s='add new address' d='Shop.Theme.Actions'}</a>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
{block name='continue_shopping'}
|
||||
<div class="my-3">
|
||||
<a class="btn btn-outline-primary" href="{$urls.pages.index}">
|
||||
<a class="btn btn-primary" href="{$urls.pages.index}">
|
||||
<span class="material-icons btn-icon mr-1">keyboard_arrow_left</span>
|
||||
{l s='Continue shopping' d='Shop.Theme.Actions'}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user