diff --git a/src/components/retailer/cart-product/CartProductList.vue b/src/components/retailer/cart-product/CartProductList.vue index e036bf0..ec0384b 100644 --- a/src/components/retailer/cart-product/CartProductList.vue +++ b/src/components/retailer/cart-product/CartProductList.vue @@ -13,8 +13,9 @@ v-for="(product, index) in cartItems.slice().reverse()" v-bind:key="index" > - - + + +
@@ -278,14 +279,14 @@
- - + +

Sku {{ product.sku }} @@ -304,7 +305,7 @@

UPC {{ product.customAttributes.upc }} @@ -318,7 +319,7 @@ - + - - -

Qty.

+ + + +

Qty.

- - +
- -

+ + +

${{ priceFormatter(product.rowTotal) }}

@@ -475,8 +477,8 @@
- - + + -
+
+ +
@@ -1382,5 +1386,10 @@ export default { .cartproductlist-expansion .v-expansion-panel-content__wrap { padding: 0 0px 0px !important; } +.hrDivider{ + height: 1px; + width: 100%; + background: rgb(24, 24, 24); +}