Hello there,
Wondering if it’s possible to use conditionals along with dynamic content?
Especially looking at the Cart item, where I’d like to have a different title if the cart is empty and if there’s an item…
Something like…
{if:condition;value_if_true;value_if_false}
{if:{{dc:woocommerce:cart_items}}>0;Your cart has {{dc:woocommerce:cart_items}} items;Your cart is empty!}
Since I’m pretty sure this isn’t implemented, is there any plan to add even more flexibility to the dynamic content?
Thanks!