Beschrijving
Displays a gallery with all your products currently published in MercadoLibre.
Installatie
- Upload the plugin folder to the
/wp-content/plugins/
directory via FTP (or use WordPress native function) - Activate the plugin through the ‘Plugins’ menu in WordPress
- Insert the shortcode in the page where you want to show your products, in this way:
[tiendaml username=""]
. You must put your MercadoLibre username between the quotes to make it work, as, for example[tiendaml username="my_mercadolibre_user"]
where “my_mercadolibre_user” should be replaced by your username, always between quotes.
FAQ
- How to use it?
Simply use the shortcode [tiendaml username='']
in the page you want to show your products on. For example, you may create a page, call it Products and just put in the content the shortcode.
- What is my MercadoLibre user name?
It is the same user name you use to login to MercadoLibre.
- How to show more or less products per page?
Just add the productos_por_pagina
attribute to the shortcode in this way [tiendaml username='' productos_por_pagina='12']
. Any number can be used, but since the plugin use a 3 column grid, it is recommended to use multiples of 3.
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Mi Tienda MercadoLibre” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Mi Tienda MercadoLibre” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
0.2
- Stable version.