Custom or configurable products
hello
we have got product configurators making complex products configurator determine the price particular configuration (it not built other products).
does lineitems/products need represented in catalog or possible add products not in catalog? possible in way? need able set our own price in same step.
i have tried quick test adding custom product , set price manually this:
lineitem lineitem = new lineitem(catalogname, productid, variant, quantity);
lineitem.listprice = 12345;
basketmanager.addlineitem(lineitem);
it seems price overwritten 1 in catalog.
need advice how succeed this
adam
to achieve custom pricing, need write custom pipeline component overwrite custom behavior defined in basket pipeline....
to sell products not in catalog, should customize basket pipeline , write own components handle it.
it's not impossible, should pay bit of attention not breaking discounts , other built in features.
stelio
http://ecommerceondotnet.blogspot.com/
Commerce Server > Commerce Server 2009
Comments
Post a Comment