View Full Version : OptionPriceIncrement
info4753
03-19-2010, 09:04 AM
How do I handle the OptionPriceIncrement in the productsoptions table?
I've got t-shirts for kids, sizes 26-36 für $20 and the same t-shirt (with the same ProductID), sizes S-XL for $30. How do I handle the different price?
Thanks for any help in advance!
Jason Byrnes
03-19-2010, 11:15 AM
In the products table for the tee shirt, you enter the base price for the product in the price column, 20 for this item.
In the productsoptions.OptionPriceIncrement you enter how much the selected option should increase the price.
where the sizes S-XL increase the price by $10, enter 10 for the OptionPriceIncrement for those options.
there will be a how to article released next week that will walk through using this in eCart.
info4753
03-20-2010, 07:37 AM
In the products table for the tee shirt, you enter the base price for the product in the price column, 20 for this item.
In the productsoptions.OptionPriceIncrement you enter how much the selected option should increase the price.
where the sizes S-XL increase the price by $10, enter 10 for the OptionPriceIncrement for those options.
there will be a how to article released next week that will walk through using this in eCart.
Great, thanks Jason
info4753
04-25-2010, 10:57 PM
Hi Jason
Where do I find this "How to ..." article?
Jason Byrnes
04-26-2010, 11:17 AM
it is available on the eCart support page:
http://www.webassist.com/support/ecart/
titled "Product Options with eCart"
info4753
04-28-2010, 08:44 AM
Thx Jason !
info4753
04-29-2010, 12:56 AM
I tried to implement the option price increment but no data from the SizeLookup table is beeing added to the cart. It looks like the "Post-filter" is not working. Can you please have a look at the attached file and tell me what might be wrong?
Thanks a lot in advance...
Jason Byrnes
04-29-2010, 07:33 AM
the value for the size list is set to pass the option name, it should be set to pass the option ID.
The Size Lookup recordset will pass the option name and price increment into the cart.
info4753
04-29-2010, 10:45 PM
Thanks Jason
I'll ckeck that :-)
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.