From e94383dd25eaa06bfe911d255bf6927745219fe5 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 29 Jan 2023 18:50:07 -0600 Subject: [PATCH] Add Prices panel for default product view --- src/components/products/ByjoveProduct.vue | 54 +++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/src/components/products/ByjoveProduct.vue b/src/components/products/ByjoveProduct.vue index 36b0b58..b3f15fd 100644 --- a/src/components/products/ByjoveProduct.vue +++ b/src/components/products/ByjoveProduct.vue @@ -70,6 +70,60 @@ + + + + +
+
+ + + {{ product.unit_price_display }} + + + + {{ product.sale_price_display }} + + + + {{ product.sale_ends_display }} + + + + {{ product.tpr_price_display }} + + + + {{ product.tpr_ends_display }} + + +
+
+
+ + +