diff --git a/git_info.json b/git_info.json new file mode 100644 index 0000000..eb31d6f --- /dev/null +++ b/git_info.json @@ -0,0 +1 @@ +{"branch_name":"beta","last_commit_date":"2022-01-19T16:45:44.000Z","last_commit_author":"sidharth","last_commit_hash":"7f61304766a9347d1adbea8794f6276df2d35e68"} \ No newline at end of file diff --git a/src/components/retailer/layout/header/Header.scss b/src/components/retailer/layout/header/Header.scss index 5bf6e48..6788d12 100644 --- a/src/components/retailer/layout/header/Header.scss +++ b/src/components/retailer/layout/header/Header.scss @@ -104,7 +104,7 @@ margin-bottom: 0px !important; .me-header-search-field .theme--dark.v-label { color:#1d1d1d; } -.v-menu__content,.v-list{ +/*.v-menu__content,.v-list{ border-radius: 0px !important; top: 64px !important; -} +}*/ diff --git a/src/components/retailer/retailer-search/RetailerSearchProducts.vue b/src/components/retailer/retailer-search/RetailerSearchProducts.vue index 391fa75..6a2fde0 100644 --- a/src/components/retailer/retailer-search/RetailerSearchProducts.vue +++ b/src/components/retailer/retailer-search/RetailerSearchProducts.vue @@ -76,7 +76,7 @@ class="text-uppercase ls-0 body productpage-button" tile depressed - @click="addToCart(product.sku)" + @click="addToCart(product.sku,product.mq)" > - - + diff --git a/src/services/util.service.js b/src/services/util.service.js index 1717688..81e91b9 100644 --- a/src/services/util.service.js +++ b/src/services/util.service.js @@ -11,7 +11,7 @@ export const fetchStates = (countryId, countryWiseStates) => { return states.id == countryId; } ); - if (oneCountry.length > 0) { + if (oneCountry.length > 0 && oneCountry[0].availableRegions) { let allStates = oneCountry[0].availableRegions.map(val => { return { value: val.id,