Dynamically setting Product Pricing
Posted: Sun Nov 23, 2008 8:56 pm
Hi all.
I need to dynamically allocate the price of a product when it goes into the cart based on certain custom criteria.
Logic would be something like this
if (PrintArea > A4)
{
// Add 2.00 to cost of product
}
Looking at the Class Library, Product has a CostOfGoods Property. Would this allow me to add cost for the Token.Instance only?
Could this also be used with the Variable Pricing?
Thanks in advance.
I need to dynamically allocate the price of a product when it goes into the cart based on certain custom criteria.
Logic would be something like this
if (PrintArea > A4)
{
// Add 2.00 to cost of product
}
Looking at the Class Library, Product has a CostOfGoods Property. Would this allow me to add cost for the Token.Instance only?
Could this also be used with the Variable Pricing?
Thanks in advance.