diff --git a/components/cart/cart.vue b/components/cart/cart.vue index 4d8fbe16..390a5248 100644 --- a/components/cart/cart.vue +++ b/components/cart/cart.vue @@ -203,29 +203,30 @@ - - - - - - - - - - - - - - {{ item.error_msg }} - + + + + + + - - {{ currency_symbol }}{{ item.price }} - x{{ item.stock }} + + + + + + + {{ item.error_msg }} + + + + {{ item.show_price_symbol }}{{ item.price }} + x{{ item.stock }} + - +