I am searching how to add price values to existing product attributes in Drupal Commerce 2.X
For Example: T-shirt price = $10.00
A product variation/color = Red = +$2.00
A product variation/size = Large = +$3.00
Choosing the Red would increase the price to = $12.00
And Choosing the Large would increase the price to = $15.00
Is there a way to accomplish this in Drupal 8?
In Drupal 7 there was a module called Commerce Product Attributes that allowed the Admin to add ADDITIONAL pricing after choosing an attribute to the already set pricing.
Ex. Set Price = $10.00 // Selecting a Product Attributes with a price value of $5 would then increase the total cost due at checkout to $15.00