Product Customization Index
##Setting up Overview
Customization is made up of options. These options can be a line of text, a field from a drop down menu, a boolean or various other possibilities that are set out in the article on LineDetail;
Each option must be defined in LineDetail, given a price in LineCost and given a title in LineTitle. This is done by creating a comma separated string in NSc PAM, each comma separated value referring to an option on the front end, and passing this to the web store using NSc Sync.
##In Detail
- The retailer has to set up a customization product at their POS; This means creating an item with an ItemNumber or LookupCode of “customization”. The name should be “Product Customization”. It should not be an inventory item. It should not be in a department or category. It must be set to WebItem=True.
- The retailer has to set up four fields in PAM:
- Customizable - checkbox (true/false) determining if the product is customizable;
- LineCost - described here;
- LineDetail - described here;
- LineTitle - described here;
- Map these PAM fields into spare product_weblinxcustom[number|text] fields;
- Enable product customization on WSM and map the weblinxcustom fields passed up;
- Ensure that the templates contain the product customization code;