mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
add multiple items to cart at once
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user