add multiple items to cart at once

This commit is contained in:
Sol Irvine
2023-08-24 09:59:14 -07:00
parent 37a5e61ca0
commit 4ea96cc6e5
5 changed files with 175 additions and 21 deletions

View File

@@ -76,25 +76,27 @@
"cart": {
"add": "add to cart",
"out-of-stock": "out of stock",
"title": "Shopping Bag",
"subtitle": "Review your Order",
"empty": "Your shopping bag is empty",
"declinedCard": "We couldn't process the purchase. Please check your card information and try again.",
"thankYou": "Thank you for your order.",
"subtotal": "Subtotal",
"taxes": "Taxes",
"taxCalculation": "Calculated at checkout",
"shipping": "Shipping",
"shippingCalculation": "Calculated at checkout",
"total": "Total",
"proceed": "Proceed to Checkout",
"continue": "Continue Shopping",
"note": "Notes",
"notePlaceholder": "Enter any notes you would like to include with your order",
"addNote": "Add a note to your order",
"editNote": "Edit note",
"hideNote": "Hide",
"saving": "Saving...",
"options": "please select options",
"quantity-label": "quantity",
"title": "shopping bag",
"subtitle": "review your order",
"empty": "your shopping bag is empty",
"declinedCard": "we couldn't process the purchase. Please check your card information and try again.",
"thankYou": "thank you for your order.",
"subtotal": "subtotal",
"taxes": "taxes",
"taxCalculation": "calculated at checkout",
"shipping": "shipping",
"shippingCalculation": "calculated at checkout",
"total": "total",
"proceed": "proceed to Checkout",
"continue": "continue Shopping",
"note": "notes",
"notePlaceholder": "enter any notes you would like to include with your order",
"addNote": "add a note to your order",
"editNote": "edit note",
"hideNote": "hide",
"saving": "saving...",
"addFeaturedProduct": "+ add"
},
"age-gate": {