How do I determine the product type in a product pricing rule?
I have two price fields on my product type:
- commerce default price field
- buyin price
Now i'm trying to create a rule that does the following:
Trigger:
After saving/updating a product
Conditions:
Has fields 1 & 2
Product is of variation type
Actions:
Set data value (my calculation)
The part "Product is of variation type" is what I cannot figure out. Any suggestions?