How to use product/cart subtotal as condition?

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.

Use {woo_product_regular_price:value}

{woo_product_regular_price:plain} – Returns product regular price with currency without HTML
{woo_product_regular_price:value} – Returns product regular price as simple string (e.g: 65.3, 2.5, 5)

1 Like

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.