I'd like to know if is possible to tie together 2 attributes values to create a total price.
I'll explain here a bit more details.
I want to setup a print ordering system where the end user can select the Color Option that has a value and the quantity that also has a value.
I want to order
Color:
Color front, No Back = $2.50
Full color both sides = $10.00
Quantity:
250 = $10.00
5000 = $50.00
Total:
250 = 12.50
5000 = 60.00
I hope it's clear
Thanks for the help




