Global arguments
These arguments can be set on all loops
| Argument | Description | Default | Example |
|---|---|---|---|
| backend_context | Determine if loop is use in backend context. | false | backend_context="on" |
| force_return | force return result for i18n tables even if there is no record. | false | force_return="on" |
| limit | The maximum number of results to display. | limit="10" | |
| name * | The loop name. This name must be unique and is used to reference this loop. | name="my_name_loop" | |
| offset | The first product to display offset. Will not be used if page argument is set. | 0 | offset="10" |
| page | The page to display. | page="2" |