diff --git a/.env.development b/.env.development index 2aebf4b..2a65d56 100644 --- a/.env.development +++ b/.env.development @@ -1,17 +1,17 @@ VUE_APP_BRAINTREE_AUTH_KEY=sandbox_bn48hmp6_cz6p85sw4dr5tp8h -VUE_APP_MAGENTO_API_URL=https://retailer-stg.crane.com +VUE_APP_MAGENTO_API_URL=https://retailer.crane.com VUE_APP_CRANE_URL=/shop VUE_APP_GATE_URL=/gate VUE_APP_ME_URL=/b2b VUE_APP_LOGIN_URL=/gate/sign-in -VUE_APP_PERSONALIZE_URL=https://studio-stg.crane.com/personalize -VUE_APP_IMAGE_PATH_URL=https://retailer-stg.crane.com/media/catalog/product +VUE_APP_PERSONALIZE_URL=https://studio.crane.com/personalize +VUE_APP_IMAGE_PATH_URL=https://retailer.crane.com/media/catalog/product VUE_APP_RETAILOR_ID=49057567-f789-420c-98b6-2e0443af73f5 -VUE_APP_IMAGE_CATEGORY_PATH_URL=https://retailer-stg.crane.com -VUE_APP_NODESLS_API_URL=https://imagelib-sls-stg.crane.com +VUE_APP_IMAGE_CATEGORY_PATH_URL=https://retailer.crane.com +VUE_APP_NODESLS_API_URL=https://imagelib-sls.crane.com -VUE_APP_HOME_PAGE_URL=https://www-retailer-stg.crane.com +VUE_APP_HOME_PAGE_URL=https://www-retailer.crane.com VUE_APP_CC_CONNECTION_URL=https://www.staging.personalized-stationery.com/CranesConnectionRedesign/Personalize.aspx? VUE_APP_MAINTENANCE_MODE=false VUE_APP_MAINTENANCE_PAGE_URL=/maintenance @@ -23,6 +23,6 @@ VUE_APP_CRANE_ORDER_URL=https://ordertest.crane.com DEPLOY_S3_REGION=us-east-1 DEPLOY_S3_BUCKET= DEPLOY_CLOUDFRONT_ID= -VUE_APP_ASSETS_NODESLS_URL=https://assets-stg-sls.crane.com -VUE_APP_IMAGE_LIB_URL=https://imagelib-stg-api.crane.com -VUE_APP_BASE_URL=https://www-retailer-stg.crane.com \ No newline at end of file +VUE_APP_ASSETS_NODESLS_URL=https://assets-sls.crane.com +VUE_APP_IMAGE_LIB_URL=https://imagelib-api.crane.com +VUE_APP_BASE_URL=https://www-retailer.crane.com \ No newline at end of file diff --git a/git_info.json b/git_info.json index 948469c..ab09493 100644 --- a/git_info.json +++ b/git_info.json @@ -1 +1 @@ -{"branch_name":"beta","last_commit_date":"2022-01-10T16:11:16.000Z","last_commit_author":"sidharth","last_commit_hash":"25ae3331437809e4092c87f686e093b4f662b163"} \ No newline at end of file +{"branch_name":"beta","last_commit_date":"2022-01-11T14:18:17.000Z","last_commit_author":"sidharth","last_commit_hash":"72055c92e69a2f6c8d892620ef587454986cf0f3"} \ No newline at end of file diff --git a/package.json b/package.json index ad3cb88..88b739e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "js-base64": "^2.5.1", "lodash-humps": "^3.1.5", "vue": "^2.6.10", - "vue-cookies": "^1.5.13", + "vue-cookies": "^1.5.13", "vue-gtag": "^1.8.0", "vue-gtm": "3.0.0-vue2", "vue-meta": "^2.4.0", diff --git a/src/components/retailer/cart-product/CartProductList.vue b/src/components/retailer/cart-product/CartProductList.vue index 3f9fcd6..2a04d42 100644 --- a/src/components/retailer/cart-product/CartProductList.vue +++ b/src/components/retailer/cart-product/CartProductList.vue @@ -488,24 +488,7 @@ - Edit - | + + + + + + + + + + {{product}} + + + +

{{ product.n }}

+
+ +

+ From ${{ product.lp }} + {{ product.u }} +

+
+
+ ${{ product.p }}   +

${{ roundUp(product.sp) }}

/ {{ product.u }} +
+
+

+ ${{ product.p }} / {{ product.u }} +

+
+
+

TBD

+
+
+
+ + + + + ADD TO CART + + + +
+
+
+
+
+ + + {{ + noProducts + }} + + + + + +