Custom Options
Enabled
Enable or disable the functionality of custom options.
Attributes Field
Specify the Salsify Property in which the connector will look for a json object to create custom options from.
A json object is required to set up and map a products custom options. For each option, there are required fields that also need to be set. Here is an example json object that would map one custom option “Color” with three options “Red”, “White”, and “Blue”.
{ "1": { "sort_order": 1, "title": "Color", "price_type": "fixed", "price": "", "type": "drop_down", "is_require": 0, "is_default":1, "values": [{ "record_id": 0, "title": "Red", "price": 10, "price_type": "fixed", "sort_order": 1, "is_delete": 0 }, { "record_id": 1, "title": "White", "price": 10, "price_type": "fixed", "sort_order": 1, "is_delete": 0 }, { "record_id": 2, "title": "Blue", "price": 10, "price_type": "fixed", "sort_order": 1, "is_delete": 0 } ] } }
Here is an example with this in a Salsify Property:
--> ATTACH A PROPER IMAGE <--