Skip to content

Input - Other Web Controls

This document provides an overview of the various Other Web Control types, which are not lists or numericals, that you can create to manipulate your product. Each control includes a preview that will be shown both in the Task Pane and on the published product in nopCommerce. Once you've created a control, you can set up references to dynamically update your Excel formulas.

You can download sample products from the samples folder.


Textbox

Textbox Wizard

A single-line text input for basic string values.

  • Example Name: Last Name
  • Example Value: John
  • Min/Max: 0 / 100
  • Type: Input

Multiline Textbox

Multiline Textbox Wizard

A multi-line text input for longer or formatted string entries.

  • Example Name: First Name
  • Example Value: Smith
  • Min/Max: 0 / 100
  • Type: Input

Notes

  • Min/Max indicates allowed range for numeric controls.
  • Type is either "Input" (user provides value) or "Output" (value shown to user).
  • Increment/Decimal are relevant for numeric controls to define step size and precision.
  • List Values are separated by semicolons.
  • Controls with Condition or CT Settings may have additional rules for when and how they're displayed or editable.