|
Good morning
This is my first post here, and my question is:
I want to have tier option on optional settings ( Custom options ) on products, that is based on quantity.
Product Price - Static
Option1 - Dynamic + price matrix (tier) based on quantity.
Option2 - Dynamic + price matrix (tier) based on quantity.
Total: Product price * quantity + Option1 * quantity (inc. tier price) = Total Sum.
Practical Example:
Product: USB
Product Options:
2GB $10/ea.
10GB $20/ea.
100GB $30/ea.
Option (Print):
Screen $2/ea. (1-5 $2/ea., 6-10 $1/ea. (tier, price matrix))
Transfer $4/ea. (1-5 $4/ea., 6-10 $2/ea.)
Option (Color)
Red ($0)
Black ($0)
QTY: 10
And the result:
USB 2GB * 10 = $100
Screen * 10 = $10
Color: Black = $0
$110
I have understood that magento doesn’t support this “out of the box”, but can it be done with programming?
Thanks!
|