Add new routes for shopping cart and checkout pages in market module
- Introduce routes for the Shopping Cart and Checkout pages, enhancing user navigation within the market module. - Implement a redirect for the Market Dashboard to improve user flow. - Add an alias for clearCheckout for consistency in the market store functions.
This commit is contained in:
parent
a08fd284e4
commit
dc6a9ed283
4 changed files with 429 additions and 0 deletions
|
|
@ -860,6 +860,7 @@ export const useMarketStore = defineStore('market', () => {
|
|||
clearAllStallCarts,
|
||||
setCheckoutCart,
|
||||
clearCheckout,
|
||||
clearCheckoutCart: clearCheckout, // Alias for consistency
|
||||
setShippingZone,
|
||||
createOrder,
|
||||
updateOrderStatus,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue