To display this card to customers, you need to go to "Booster & Store Conversion" to turn on the trust enhancement feature.
${data.module_title}
${item.title}
Description
- 🔥In Stock>> Priority is given to delivery after payment.
- 🏆Returns>> Fast refund with a money-back guarantee.
- ⏰Handling time>> Priority delivery after payment
- 🚢Shipping>> We'll arrange the fastest shipping for you.
💐WHY US❓
We work directly with manufacturers from all over the world to ensure the highest quality of our products. Our dedicated Quality Control department helps us keep this promise!
- 🔥Our prices are always competitive.
- 😊We provide awesome customer service.
- 🏆We offer amazing products along with high quality.
- 🍭Read reviews from our lovely customers and see why they love us!
🌎 Worldwide Shipping ✈
You may receive your items earlier. Tracking numbers will ALWAYS be sent so you can track your package every step of the way. Remember, good things are worth waiting for!😉
🔒 100% Risk-Free Purchase 🔥
If you buy our product and feel that it is not right for you, don't worry. Just send us a message and we will make it right by offering you a replacement or refund. Our process is 100% simple and risk-free.
${isCart ? 'The items in the shopping cart do not participate in any recommendation rule. Add the participating items to your shopping cart to check the design.' : ''}
${isProduct ? 'This product did not participated in any recommendation rule. Switch to another product to check the design.' : ''}
${isCollection ? 'The items in this collection do not participate in any recommendation rule. Switch the participating items to check the design.' : ''}
${isIndex ? 'The home page do not participate in any recommendation rule.' : ''}
(This prompt would not display on client-side)
Recommended Products
${rule.config.title}
${(function(){
const product = data.product;
const avail_variants = product.variants.filter(function(variant){
return variant.available;
});
const selected_variant = product.min_price_variant.available ? product.min_price_variant : avail_variants.length && avail_variants[0];
return `
`
})()}