Description
Displays a gallery with all your products currently published in MercadoLibre.
Installation
- 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.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Mi Tienda MercadoLibre” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Mi Tienda MercadoLibre” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.2
- Stable version.