IA Modules eCommerce DocumentationHave a question? Email support@iamodules.com to create a ticket in our ticket system.
|
|||||
|
Customizable Shopping Cart ItemsIf you sell an item that can be customized, then you may need the ability to pass customization notes to each item on the order. You can pass more than one note per item. These are matched to the items in the cart using the item's ListID. Scenario one:You want to sell products as variations, but don't require mapping directly to a distinct qb item. Maybe you sell coffee grounds and just want to know how the customer wants them bagged, which doesn't effect your inventory nor price. Essentially you just want to collect some additional data from the customer about this item they are buying. In the following example store you sell coffee that can be ground several different ways. Let's assume that this item has a ListID of "1234-1234567". What you will need is two form elements with the name formatted in a special way. The first form element is the Label for the custom data it is passing. We can provide that in a hidden element, so that customers can't change it. Here is the example snippet for the WSCategoryProductList.xsl or WSProductDetail.xsl file
Scenario two:You want to record and save things that apply to the item, like one or more engravings or embroidery words for a particular item. In the following example store you sell items that can be engraved. Let's assume that this item has a ListID of "1234-1234567" The first form element is the Label for the custom data it is passing. We can provide that in a hidden element, so that customers can't change it. And viola, Bob Smith's order is passed on to you so that you can engrave his name in his widget. You can pass more than one pair of these to make it more complex. They are processed in the order they appear in the page. Here is the example snippet for the WSCategoryProductList.xsl or WSProductDetail.xsl file
|
||||
© 2013 IA Modules, LLC All rights reserved. |