A parameter is a text, number, or image that you can change in one place and it will be updated everywhere.
Add parameters to your catalog content, headers, templates, showrooms, and any place with editable content in a few steps.
Add Parameters
Go to the parameters page
Click add a new parameter
Enter parameter name and select type Text, Rich Text (can be formatted), Image, Number, or Money
Override parameter values
You can replace parameter values for specific catalogs, showrooms, categories, or collections. Order parameters by priority. For example, if the parameter has an override for the catalog and collection, you can select precedence (from the top).
Language parameters
Add language parameter overrides that will be replaced based on the view language.
Using parameters
Simply add a parameter to any text content block as {{Parameter Name}}, for example. {{Contact Information}}
Combine them with other product expressions to create parametrized content.
Use parameters in
Catalog or template text boxes, headers, or footers
Showroom site content
Product fields
Other parameters content
Orders
Usage examples
Image parameters
Currency rates, discounts in the calculation
Parameters with product fields display blocks
Product fields with parameters
Order form localization
1. Image parameters
Add image parameters and use image expression in your content
Example for an image sized to fit into box 100 x 50 pixels:
{{Business Logo:Fit:100:50}}
Example of use in another parameter
2. Currency rates, discounts in the calculation
Add currency rates, discounts, and other values for display and price calculation
Example of use in the template
${{Calc: Price * USD Rate: #.00}}
3. Parameters with product fields display blocks
Create blocks with often-used product fields to reuse in the catalogs
And use in catalog product text boxes, templates, product lists, etc.
You can enter the product list HTML code with expressions manually in any text box
<table style="width: 100%;border-width: 1px; border-style: solid; border-color: #cccccc;">
<thead>
<tr style="background-color:#5a6685; color:#ffffff;">
<th></th>
<th>Description</th>
<th>Page</th>
</tr>
</thead>
<tbody>
<!--{{Products}}-->
<tr>
<td>{{Image:Fit:40:40}}</td>
<td>{{Product Fragment}}</td>
<td>{{Product Page Link}}</td>
</tr>
<!--{{/Products}}-->
</tbody>
</table>
4. Product fields with parameters
Use parameters in product fields
5. Order form localization
You can use language parameters in order settings to localize your custom text.