get variations by category in woocomerce [closed]
I’m developing angular application where the back end is woocomerce.
In my shop I have the same variations for every category, I want to create the variation for category and not for every product on the shop. It will save me alto of time in declaring the same variations for every and every product in the same category. and also reduce the response time (the response time for getting the products stands for 20 seconds! I don’t want to know what will happen in production) I found that the problem is the variations, without it the response time is 1 second in the worst case.
Leave an answer