Render a list of commerces.
Attributes:
- columns – Columns to divide commerces. Accepts:
1,2,3,4,5,6Default:1 - additional_fields – Display the commerce additional fields. Default:
yes - search – Display a search input. Default:
yes - load_more – Display a load more button. Default:
yes - limit – Number of commerces to display. Default:
10 - orderby – Parameter to use for sorting. Accepts:
id,name,codeDefault:id - order – Sort order. Accepts:
ASC,DESCDefault:ASC
Example:
[gamipress_points_cards_commerces columns="1" additional_fields="yes" search="yes" load_more="yes" limit="10" orderby="id" order="ASC"]

When user clicks on a commerce, the screen will show all the details of the commerce (no new page required).