@@ -33,7 +33,7 @@
diff --git a/resources/views/home/fashion-v1.blade.php b/resources/views/home/fashion-v1.blade.php
index 32262d4..50c3950 100644
--- a/resources/views/home/fashion-v1.blade.php
+++ b/resources/views/home/fashion-v1.blade.php
@@ -203,6 +203,7 @@
+
diff --git a/resources/views/shop/product-fashion.blade.php b/resources/views/shop/product-fashion.blade.php
index 820c27d..529871b 100644
--- a/resources/views/shop/product-fashion.blade.php
+++ b/resources/views/shop/product-fashion.blade.php
@@ -1809,21 +1809,23 @@
@endif
Rp {{ number_format($product->display_price, 0, ',', '.') }}
+
+
- {{ $product->discount_display_price ? ' Rp ' . number_format($product->discount_display_price, 0, ',', '.') : '' }}
+ {{ $product->display_discount_price ? ' Rp ' . number_format($product->display_discount_price, 0, ',', '.') : '' }}
-
+ id="variantOption">{{ $product->variants->first()->description ?? '' }}
+
@foreach ($product->variants as $key => $variant)