First of all, i'am newbie at server side coding like php, mysql etc.
So that i want to make things easier to explain my issue as short as possible :
I have website that has all "variable products of woocommerce"
I have attributes for variations like :
Color : red,yellow,green,...
Dimensions : 10x10,10x22,15x27,...
Quantity : 50,100,150,200,...1000(max)
As you see variations i want to update its price like :
[red][10x10][any quantity] = 12$ + VAT --> this is unit
If user selects 50 price should be 600$ + VAT --> this is total
To briefly, i want to show unit prices at home page on woocommerce shop widget.After user enters product detail page if he/she choose quantity the final price should be changed than is sent to cart.
I've found this topic very close to my question but because of i don't know much about php coding, i did not understand it clearly.
Thank you in advance.