Choosing a selection results in a full page refresh.
Opens in a new window.
window.cartStrings = {
error: 'There was an error while updating your cart. Please try again.',
quantityError: 'You can only add [quantity] of this item to your cart.',
};
window.variantStrings = {
addToCart: 'Add to cart',
soldOut: 'Sold out',
unavailable: 'Unavailable',
unavailable_with_option: '[value] - Unavailable',
};