// Override default values of shop.strings for each template.
// Alternate product templates can change values of
// add to cart button, sold out, and unavailable states here.
theme.productStrings = {
addToCart: "Buy it Now !",
soldOut: "Sold out",
unavailable: "Make a Selection"
}