Product sold by the foot with handling fee
I have a product that is sold by the foot. It needs to have a handling fee and a minimum length (30 feet). Each additional foot is added to the minimum price on a per foot basis. For instance:
example 1:
Product X - $20 (handling fee) and then $0.80 per foot
$20 plus [30 foot x $0.80] = $44.00 minimum order
example 2:
50 foot = $20 plus [50 foot x $0.80] = $60.00
max length would be 250.
How can I do this in zencart? Running ver. 1.5
Re: Product sold by the foot with handling fee
Quote:
Originally Posted by
klooj
I have a product that is sold by the foot. It needs to have a handling fee and a minimum length (30 feet). Each additional foot is added to the minimum price on a per foot basis. For instance:
example 1:
Product X - $20 (handling fee) and then $0.80 per foot
$20 plus [30 foot x $0.80] = $44.00 minimum order
example 2:
50 foot = $20 plus [50 foot x $0.80] = $60.00
max length would be 250.
How can I do this in zencart? Running ver. 1.5
This could be achieved using "Stock by Attributes" add-on from the plug-ins section.
It would require a large amount of attributes - starting at 30 ft as the default and then choosing
31,32,33...etc all the way up to the max number of feet.
Re: Product sold by the foot with handling fee
Bump. Anybody else have any ideas?
Re: Product sold by the foot with handling fee
Set up the Product as:
Product Price: 0.00
Priced by Attribute YES
Minimum: 30
Maximum: 250
Catalog ... Option Name Manager ...
Create an Option Name: Length
Catalog ... Option Value Manager ...
Create an Option Value: Per Foot
Catalog ... Attributes Controller ...
Add in the Attributes Controller to the Product:
Option Name: Length
Option Value: Per Foot
Price: 0.80
One Time: 20.00
Now you should get the Prices that you are looking for on this Product ...