i am trying to make the Non-Authenticated Visitors to see only the products! i have done some steps that are on the oro docs, but on my storefront i still see the "price not vailable" and the qty per item! Is it possible to delete the pricing label's ???
Looks like the block with prices is rendered by a oro_product_price import file so you have to update it in your theme.
layout:
actions:
- '@setOption':
id: __product_price_container
optionName: visible
optionValue: '=context["is_logged_in"]'
As an example have a look how it has done for oro_product_grid in Oro custom theme.