Replies: 0
Hello guys,
I have been working with Woocommerce for quite some time now, and never really stumbled into big problems.
Now I got this problem that keeps me bussy trying to solve it. This problem is adding up costs to a product (inside the product page). I know this is very possible, because I have seen it working in other sites.
So basically I have a product variable that is wood finishing on a piece of furniture (24 furniture variables), I have about 3 extra options (attributes) which all have about 3 choices. Adding this manually would mean that I need to add 720 product variables. This is crazy.
The only thing I need is like a variable that adds extra cost, it does not care about what furniture the client chooses.
Right now I have it configured like so:
Bed-end:
This is the bed-end (clients can configure their own custome made bed-end). I did the prices of the bed ends manually (they differ because more wood, more manhours etc.).
Width: 140, 160, 180, 200
Depth: 20, 30
Height: 100, 110, 120
After that, I want to add these costs to the bed.
Kind of wood: new wood, used wood, burnt wood
Finishing on the wood: Impregnated, White coat, White wash, Grey wash, Color coat
Screwhole: Screws in sight, Screws not in sight.
The problem is that I need to fill in every configuration possible, which is in this case:
(4*2*3)*(3*5*2)=720
Which is too much for just one product!
Is there some kind of solution to this?
I thank you in advance.
Kind regards,
Joost
Btw. Excuse me please for my English, I know it is not the best, I hope I explained myself clearly.