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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user