kentico_zdenekc
-
9/21/2012 9:30:38 AM
RE:Add product having different sizes
Hi,
Do you mean to sell different sizes (i.e. from the merchant point - to have information which size of some type of product should be billed-invoiced and shipped) without setting the product options?
In case you sell many different sizes, or even custom sizes, the options may not be suitable for easy management. In that case (and if above is your aim), you could store the information about the size into the ShoppingCartItemInfo.CartItemCustomData property. That data are automatically copied to the OrderItemInfo.OrderItemCustomData when the Order is made, so you can work with the stored sizes from within an Order as well. The most customization will be needed in displaying the information and in the calculations, but it should be possible using the current versions customization possibilities.
Should you need any additional details, please feel free to ask.
Regards, Zdenek
|