checkout fixes
This commit is contained in:
parent
de75485193
commit
0ce028f814
|
@ -83,7 +83,7 @@
|
|||
v-if="estimatedShippingMethods.length > 0"
|
||||
class="pt-3 mb-3 mt-1 d-block d-sm-none"
|
||||
>
|
||||
<v-col cols="12">
|
||||
<v-col cols="12" v-if="estimatedShipping">
|
||||
<v-alert text>
|
||||
<p>
|
||||
<strong
|
||||
|
@ -196,8 +196,10 @@
|
|||
v-if="userSelectedAddressIndex != index"
|
||||
class="primary mx-sm-3 float-right"
|
||||
:block="isMobileDevice"
|
||||
color="primary"
|
||||
@click="shipHereAddress(address, index)"
|
||||
tile
|
||||
rounded="0"
|
||||
depressed
|
||||
>Ship Here</v-btn
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue