+
If the address below is correct then you don’t need to do anything. To change your address,
-
{{verifyAddress.firstname}} {{verifyAddress.lastname}}
{{verifyAddress.streetNoOne}}
{{verifyAddress.streetNoTwo}}
@@ -107,4 +107,14 @@ export default { } } }; - \ No newline at end of file + + \ No newline at end of file diff --git a/src/routes/retailer/address_book.scss b/src/routes/retailer/address_book.scss index c63e2c9..cac39be 100644 --- a/src/routes/retailer/address_book.scss +++ b/src/routes/retailer/address_book.scss @@ -15,4 +15,9 @@ .address-book-delete-button{ background-color: red !important; color:#ffffff !important; +} +.alert-box-outline{ + color: #fb8c00 !important; + background-color: #fdede8; + border:thin solid #c5c4c4; } \ No newline at end of file diff --git a/src/routes/retailer/address_book.vue b/src/routes/retailer/address_book.vue index ce9b467..7764c4b 100644 --- a/src/routes/retailer/address_book.vue +++ b/src/routes/retailer/address_book.vue @@ -264,7 +264,7 @@ @input="validateNumber" > This field is required @@ -296,7 +296,8 @@ class="alert-box-outline" type="warning" text - dense + density="compact" + variant="outlined" v-if="addressId == basicInfo.defaultBilling" >This is default billing address+
Verify Your Address