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