window.shopUrl = 'https://www.missyempire.com';
window.routes = {
cart_add_url: '/en-eu/cart/add',
cart_change_url: '/en-eu/cart/change',
cart_update_url: '/en-eu/cart/update',
predictive_search_url: '/en-eu/search/suggest'
};
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: `Out of Stock`,
unavailable: `Unavailable`,
}
window.accessibilityStrings = {
shareSuccess: `Link copied to clipboard`,
}
window.productTranslate = {
productCode: `Product Code`,
addToBag: `Add to Bag`,
added: `Added`,
addedItem: `Item Added`,
addingText: `Adding...`,
outOfStock: `Out of Stock`,
seeFullDetails: `See Full Details`,
requiredFields: `* Required Fields`,
reward_points: `You could Earn %1 reward points.`,
percent_off: `(%1% off)`,
success_added_message: `%1 was added to your shopping cart.`
}
window.plpTranslate = {
search: {
searchTitleEmptyResultWithoutFilters: `Sorry girl, your search returned no results
But we think you may like...`,
searchTitleNoResultWithFilters: `Sorry girl, your search returned no results`,
searchTitle: `Your search for '{{ terms }}' returned {{ count }} matches`
},
toolbar: {
showFilters: `Show Filters`,
hideFilters: `Hide Filters`
}
}
window.wishlistTranslate = {
added_html: `%2 has been moved to your wishlist.`,
removed: `%1 has been removed from your Wishlist.`
}
window.cartTranslate = {
reward_points: `%1 Points`,
cart_discount: `Discount (%1)`
}