Product Icon

AutomateWoo

Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.

Order items variable without price

I am currently using this variable in a workflow:

{{ order.items | template: ‘product-rows’ }}

I would like it to not contain the price, as I have different prices depending on user role. I just need it to give access to the product page.

Thank you.

Author

danimeumann

Current Status

Open

Last updated: July 7, 2023

2 comments

Log in to comment on this feature request.

  1. aaronvg says:

    Actually in our case we’re using

    {{ order.cross_sells }}

    and would like a parameter to hide the price.

  2. aaronvg says:

    Agreed! Another use case is the Gravity Forms Product Add-on that adjust the price depending on the options and the lowest price isn’t always the standard price for a new customer ordering a custom product.