From 4a615aae5f29ed8c0ad3631a8510df57b80cae94 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 15 Dec 2022 16:37:45 +0700 Subject: feature checbox add to process in cart --- src/pages/shop/product/[slug].js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/pages/shop/product') diff --git a/src/pages/shop/product/[slug].js b/src/pages/shop/product/[slug].js index cabda175..9bb76fb6 100644 --- a/src/pages/shop/product/[slug].js +++ b/src/pages/shop/product/[slug].js @@ -140,7 +140,13 @@ export default function ProductDetail({ product }) {
- +
-- cgit v1.2.3