Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

When the module is installed, it should automatically load the "Manage" screen for the module. You can get back here any time by visiting [Settings] > [Company] > [Modules] > Installed and by clicking the "Manage" button for the module.

Adding a Product

 

Values Format

The values field is a serialized list of field data in the format of name:value, delimited by the | (pipe) character. The name is the value stored for the field and value is the value displayed. For example, if you would like to request a list of check boxes of various flavors of ice cream you might enter: vanilla:Vanilla|chocolate:Chocolate|strawberry:Strawberry|rocky_road:Rocky Road

Info
titleUsing : or | in your fields

Both : and | are reserved characters, so if you'd like to use them in your value entry you must escape those characters with a \ (backwards slash).

Input Rules

Input rules are a JSON encoded associative array of input validation rules. They allow you to specify how each field should be validated against errors on input.