${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
Grow your own flowers with these 100 pcs Pink Centaurea Cyanus Flower Seeds. Each pack contains 100 seeds.
Highlights:
Product Type: Bonsai
Use: Outdoor Plants
Cultivating Difficulty Degree: Very Easy
Classification: Novel Plant
Full-bloom Period: Summer
Type: Blooming Plants
Flowerpot: Excluded
Location: Courtyard
Function: Interest
Size: Small, Medium
Applicable Constellation: Taurus
Climate: Temperate
Style: Biennial
Model Number: 2016
Variety: Centaurea Cyanus
Shipping & Delivery All orders are shipped within 1 to 7 days of you placing the order using DHL eCommerce, USPS or ePacket depending on your location and fastest available service. Typical delivery time frame is between 11 to 21 business days however, you may receive your items much earlier. All orders are shipped with tracking number so you can track it every step of the way! Packages may be faced with delays beyond our control such as customs or postal delays.
You may also like
Recently viewed
${
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 `