'How to implement a product with dynamic pricing based on user's inputs in Woo commerce?
Just for the info I am not a pro at Web Development but have a little understanding of Woocommerce and WordPress.
Though I can create a basic blogging and e-commerce website in WordPress which is just adding a theme, customizing it, and then adding extra functionality by using plugins, I have a special requirement where I need to charge a client based on his answer to a set of questions.
Here's an example of what I am trying to achieve:
Suppose the user clicks on a button on my website which says "Get Started". The user will then be shown a couple of questions:
How many graphics do you want? If users enter 5 and the price for each graphic is $10 then the cost becomes $50.
Do you need a banner as well? Suppose there are two options "Yes" and "No". So if users select "Yes" then $20 will be added to the total cost making it a total cost of $70
Do you need the source files? Again if the user selects "Yes" then $50 will be added to the cost. Total now becomes $120.
Pick a delivery service. Three options will be shown for this question.
- Express Bee ($10 Extra)
- By Post ($2 Extra
- Bluedart ($20 Extra)
Suppose the user now selects "Bluedart" so $20 will be added going for a total of $140.
Now we need a way to accept $140 from the client by sending him to a checkout page.
I understand the answer to this question might not be straight forward but I would like to know the direction I need to proceed in. I mean is this even possible in Wordpress? If yes, will it be through a plugin? If yes, which plugin.
If not, will it be possible for you to suggest me an approach to implementing such a functionality?
I appreciate your patience in reading this question :)
Thanks!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
