Posted on 31/10/2013 12:59:20
The thing is the site is running 8.2.3.10 with DW solution set, so that option is not possible.
Our use case is that we need to hide prices for users belonging to specific group in the ERP system.
I have made a custom field on the user, which hold the int value 0 or 1, determining wether to show or hide the prices.
This is working in the product view, but has to be consistent in all the steps of the shop. Product list, product view, basket, checkout, receipt and mail receipt. So, if user.customfield("DoNotShowPrice") == 1, hide prices for the user in all steps of the shop.