This question has been flagged
1 Reply
3895 Views

I am trying to assess if I can use eCommerce to allow employees to "order" items as part of their onboarding, but for them not to see prices (I prefer they pick based on their needs without knowing what something will cost the Company).

Can the "price" part of eCommerce be hidden easily?

I would like something that allows me to support thousands of employees and not make them actual Users of Odoo.

Avatar
Discard
Best Answer

You can start to locate the pricing information in the Views that define the pages and remove those parts.

Examples, to give you an idea:


Not show the "Shopping Cart" at the top of the website



Not show the price of a product when it is being viewed.



Not show the cart summary during the Checkout



Not show the pricing for items in the Cart during checkout.



Not show Shopping Cart during confirmation of Addresses.


Note: The Key field is automatically populated for you, so you don't need to fill that in.




You then get something like this:








Avatar
Discard