简体   繁体   中英

How to allow users to build a custom order or quote

I'm working on a site where I need to allow users to build a custom quote and then submit this quote. The end result could be as simple as an email to the site owner detailing what options the customer selected. Essentially it needs to work in a similar way an e-commerce system but without the checkout stage.

The user will select one of three plans first of all, then choose whether they'd like any add-ons (around 20 add-ons available). Finally they would enter a few of their own details and then click submit. The trouble is I've no idea how to go about building this.

Can anyone point me in the direction of where to start or does anyone know of any existing plugins that can do this type of thing already?

Any help or suggestions are appreciated.

Tom

As others have said this post is a little open-ended, and not really ideal for Stack overflow.

That said, to point you in a direction (not necessarily the right one), you seem to be talking about building a form and submitting the results somehow. There are countless ways of doing this but a good place to start would be PHP - this would allow you to build forms and store the results.

Not a great answer I know but if you provide some more details I'd be happy to try and elaborate.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM