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
Great stretchy fabric: 90% Nylon, 10% Spandex.Super soft and stretchy.
Features:
- Sexy tank top bodysuits, flattering square neckline with tapered shoulder straps,simple in design,don’t see through, Best womens, ladies and teen girl clothes.
- Knit ribbed seamless design,gives you maximum freedom of movement. High elasticity and snap-button fastening at the bottom making this bodysuit very easy to wear.
- Simple but trendy for any occasion, like street shot,vacation.party,club,night out,casual and daily life. Team this bodysuit with denim jeans and skirts for a cool everyday vibe.
- Giving you confidence and support for any occasion.this seamless ribbed bodysuits will have you always on-trend, in the go out or at home.
${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 `
`
})()}