From ac35b2550f4bc4dade39e378af1e7d9e53c6c3fb Mon Sep 17 00:00:00 2001 From: rakesh Date: Thu, 9 Jun 2022 13:47:07 +0530 Subject: [PATCH] fixes --- .../RetailerSearchProducts.vue | 49 ++++++++++--------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/src/components/retailer/retailer-search/RetailerSearchProducts.vue b/src/components/retailer/retailer-search/RetailerSearchProducts.vue index 8c84f87..5f86284 100644 --- a/src/components/retailer/retailer-search/RetailerSearchProducts.vue +++ b/src/components/retailer/retailer-search/RetailerSearchProducts.vue @@ -32,43 +32,46 @@ :alt="product.n" :title="product.n" > - - + +

{{ product.n }}

- -
SKU {{product.sku}}
+ +

+ SKU {{product.sku}}

- +

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

-
- ${{ product.p.toFixed(2) }}   -

${{ roundUp(product.sp) }}

/ {{ product.u }} -
-
-

- ${{ product.p.toFixed(2) }} / {{ product.u }} -

-
-
+ + ${{priceFormatter(product.p)}}   + ${{ roundUp(product.sp) }} / {{ product.u }} + + + + ${{priceFormatter(product.p ) }} / {{ product.u }} + + +

TBD

-
+
- + ({ + data: () => ({ + priceFormatter: priceFormatter, menu: false, showDrawarFilter: false, noProducts: "No products found.",