${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
>Focus: Heritage, Longhu Mountain, and the "ansgod" mission.
>Headline: The ansgod Legacy
>Content: Born at the intersection of ancient Eastern wisdom and modern spiritual manifestation, ansgod is more than a brand—it is a gateway to the sacred. Sourced from the mystical peaks of Longhu Mountain, our collections feature authentic lightning-struck wood and consecrated talismans designed for the conscious modern soul. We are dedicated to providing high-vibration tools that protect your peace and empower your journey toward abundance.
${
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 `