diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-31 14:32:38 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-31 14:32:38 +0700 |
| commit | 3496025d97140268dc2e899adca994b5b9f343c0 (patch) | |
| tree | 3d8b51fc624b09a7ba46409e9e8a81fbd02da582 /src/pages/shop/cart.js | |
| parent | d194dcc23c19a4cf31863b32770f8df77e1f675a (diff) | |
quotation and categories
Diffstat (limited to 'src/pages/shop/cart.js')
| -rw-r--r-- | src/pages/shop/cart.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/shop/cart.js b/src/pages/shop/cart.js index 53d5e648..aaf67e1f 100644 --- a/src/pages/shop/cart.js +++ b/src/pages/shop/cart.js @@ -276,6 +276,7 @@ export default function Cart() { <button className="flex-1 btn-light" disabled={getProductsSelected().length == 0} + onClick={() => router.push('/shop/quotation')} > Quotation {getProductsSelected().length > 0 && `(${getProductsSelected().length})`} </button> |
