Hi,
I am creating a classified ads site. I want to offer different ad prices based on the ad category (custom post type taxonomy) which is selected in the front-end submit ad form.
Example:
- Ad Category 1: EUR 50
- Ad Category 2: EUR 20
- Etc
Only ONE category can be selected (= Radio Field).
In addition, I want users to be able to upgrade the ad, e.g.
- Bold listing: EUR 5
- Featured listing: EUR 10
- Newsletter promotion: EUR 20
MULTIPLE of those upgrade options can be selected at once (= Checkboxes).
I have created a separate product in WooCommerce for each available ad category and each available upgrade option.
The total price to be charged to the customer must be the sum of the category pricing selected, plus the different upgrade options selected.
How can I accomplish this with Toolset? I think it might be possible with more advanced form options, or by using available hooks?
Thanks for your support. Best regards, Ralph
My issue is resolved now. Thank you!