Skip to Content
Menu
This question has been flagged
1 Reply
833 Views

Hello,

In shop each product has price that is displayed. We want for some products, we want to hide the price, user can add the products in the basked then we provide the price based on number of items or volume of order. 

How we can do this? 

Thank you

Cata  

Avatar
Discard
Best Answer

Hi Catalin,

You can implement this feature in Odoo by using the quotation mechanism. When a user adds a product to the basket, you can create a quotation request instead of generating an order immediately.

 After that, you can calculate the price based on the number of items or volume of order and provide the quotation to the user. The user can then accept the quotation to place the order, or you can modify the quotation 

if necessary before sending it to the user. This way, you can hide the price until the user confirms the quotation.

Regards,

Team Ksolves!

Avatar
Discard
Related Posts Replies Views Activity
2
Jul 24
282
1
Dec 15
977
1
Mar 15
3348
0
Mar 15
2739
0
Oct 24
81