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.
Open
Last updated: July 7, 2023
Log in to comment on this feature request.
Actually in our case we’re using
{{ order.cross_sells }}
and would like a parameter to hide the price.
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.