Hi, I’m trying to use dynamic data from both the product and the cart subtotal for interactions and conditions, but none of it is working. Is there something I’m missing?
Adding {woo_product_price} :plain doesn’t work, and I also tried creating my own {echo:} field, but that didn’t work either.
Thanks that worked!
And for the subtotal? {woo_cart_subtotal:value} {cart_item_subtotal:value}
{woo_order_total} all of that didint show any text or value even in dynamic data text. I need to use the subotal of the current cart in all pages and use it as a condition.