Add ${discountCount - cartData?.item_count} more to get 5%
🥳 Woohoo! You have unlocked 5% off
Your cart is empty
Let’s start building those landing pages!
-
${priceFormatter(item.price)}
${ discountCount && cartData.item_count >= discountCount ?
priceFormatter(item.price - ((item.price * discountPercentage) /
100)) : priceFormatter(item.price) }
${+discountCount - +cartDataLength}${(+discountCount - +cartDataLength) > 1 ? 'x' : ''} ${upsell.product_title} - ${upsell.variant_title}
${priceFormatter(upsell.price)}
${+discountCount - +cartDataLength > 1 ? '' : '' }
${getVariantDescriptionFromProducts(upsell.product_id, upsell.id)}
${upsell.quantity} ${upsell.titleProduct} - ${upsell.titleVariant}
${upsell.price}
${upsell.priceDiscount ? upsell.priceDiscount : upsell.price}
${upsell.perPage}
${upsell.descriptionVariant}
${upsell.save}