Hi there,
I would like to ask if your forms can handle this issue (hopefully!)
I have a website based on Woocommerce where I rent some stuff based on a :
- price of each
- number of weeks
+ delivery
Please bear in mind that this rental depends on a number of weeks as well. To explain further..
The total price of an item(s) is calculated (based) per one week + plus delivery.
So what I need is when a customer books items for one week, pays costs of this week. When customer hires for 2 weeks, this price is doubled..when three weeks is tripled and so on regardless of quantity of items, just the total cost of hire per week.
I can calculate everything apart from a number of weeks on woocomerce. Please note that it does not have to calculate exactly based on calendar. Just it should be stated :
'1 week' = total cost
'2 weeks' = total cost x 2
'3 weeks' = total costs x 3 and so forth. These can be done as radio buttons or drop down menus or quantity field with a number of weeks. It does not matter how.
Once is calculated it should add total costs + delivery, which I already have.
Example:
1 platic box cost of rental per week = £ 1.00
I hiire 10 = £10
This is price for one week, but I want for 2 weeks, so I need to pay £20 + delivery.
Now.
1) is it achievable?
2) can it be merged with woocommerce?
3) if not can it be inserted in a different way?
4) help!
Thanks a lot.