${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
Precicoins is a commemorative coin store dedicated to celebrating meaningful moments, historic milestones, and timeless symbols through collectible coins. We believe every coin carries a story and serves as a reminder of events, traditions, and memories worth preserving.
Headquartered in California, United States, Precicoins serves collectors and enthusiasts who appreciate the history and symbolism behind commemorative coins. Our collection is carefully selected to offer pieces that reflect heritage, remembrance, and the spirit of commemoration.
If you have any questions or need assistance, please feel free to contact our support team at support@precicoins.com.
${
data == 1
? ("1 product was added to your cart!")
: ("{count} products were added to your cart!").replace('{count}', data)
}
${function() {
const freeShippingAmount = 0;
const totalPrice = data.data.total_price;
const diffAmount = freeShippingAmount - totalPrice;
const freeShippingText = diffAmount > 0
? "Spend {amount} more and get free shipping!"
: "Your order is free delivery";
return `