This question has been flagged
1 Reply
3853 Views

This webshop has the buy button "add to wish list" instead of displaying the price to get a quotation. How can this be done?

http://www.indumat.com/shop


Avatar
Discard
Best Answer

All prices were removed with inherited views, and the last validation button calls a "Website-callable" server action that sends a message in the chatter of the Sales Order and redirects to a "Thank you" page.

Avatar
Discard

Fantastic. I've been looking for a pattern quotation option on the shop. You wouldn't like to share some code snippets?

What do you mean by "pattern quotation option"?

Apologies. I was looking for a UI pattern that allows items to be published on a shop without a price and allowing the user to request a quotation.

Author

I changed the (website_sale.xxx) views and removed the prices. It's for a demo for a client. Maybe I make a module for it.

I'm also looking for a way to hide the prices and allow the customer to request a quote. Does anyone have a solution? Thanks