Export Category
Export category loop lists all defined export categories.
{loop type="export-category" name="the-loop-name" [argument="value"], [...]}
Arguments
| Argument | Description | Default | Example |
|---|---|---|---|
| id | A single or a list of export category ids. | id="2", id="1,4,7" | |
| order | A list of values see sorting possible values | manual | order="alpha" |
| ref | A single or a list of export category references. | ref="thelia.export.customer", id="thelia.export.customer,thelia.export.products" |
Plus the global arguments
Outputs
| Variable | Value |
|---|---|
| $ID | the export category id |
| $POSITION | the export category position |
| $REF | The export category reference, as defined in a config.xml file |
| $TITLE | The export category title |
Plus the global outputs
Order possible values
| Ascending value | Descending value | Sorted fields |
|---|---|---|
| alpha | alpha-reverse | title |
| id | id_reverse | id |
| manual | manual_reverse | position |
| ref | ref_reverse | reference |