Guest User

Presta

a guest
Dec 5th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. [code language="text"]
  2. === DeMomentSomTres Prestashop Integration ===
  3. Contributors: marcqueralt
  4. Donate link: http://demomentsomtres.com/
  5. Tags: prestashop, eCommerce, shortcode, prestashop integration
  6. Requires at least: 3.4
  7. Tested up to: 3.9.1
  8. Stable tag: trunk
  9. License: GPLv2 or later
  10. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  11.  
  12. This plugin aims to help integrate contents from Prestashop into WordPress. It uses webservices and shortcodes.
  13.  
  14. == Description ==
  15.  
  16. This plugin aims to help integrate contents from Prestashop into WordPress. It uses webservices and shortcodes.
  17.  
  18. = Shortcodes =
  19.  
  20. * demomentsomtres-prestashop-category: shows all subcategories within the one selected. Syntax`[demomentsomtres-prestashop-category id="99" url="xxxxxxxx" key="yyyyy" lang="9"]`. Named parameters:
  21. ** id: category id whose sons should be showed.
  22. ** url: prestashop shop address
  23. ** key: prestashop key (security key provided by prestashop administrator)
  24. ** lang: language id to choose text naming
  25.  
  26. * demomentsomtres-prestashop-category-desc: shows the category description. Syntax`[demomentsomtres-prestashop-category-desc id="99" url="xxxxxxxx" key="yyyyy" lang="9"]`. Named parameters:
  27. ** id: category id whose sons should be showed.
  28. ** url: prestashop shop address
  29. ** key: prestashop key (security key provided by prestashop administrator)
  30. ** lang: language id to choose text naming
  31.  
  32. * demomentsomtres-prestashop-manufacturers: shoes the list of manufactures. Syntax`[demomentsomtres-prestashop-manufacturers id="99" url="xxxxxxxx" key="yyyyy" lang="9"]`. Named parameters:
  33. ** id: category id whose sons should be showed.
  34. ** url: prestashop shop address
  35. ** key: prestashop key (security key provided by prestashop administrator)
  36. ** lang: language id to choose text naming
  37. == Installation ==
  38.  
  39. 1. The plugin is installed as any other plugin.
  40. 1. You should configure PrestaShop web services in order to allow required accesses.
  41.  
  42. == Frequently Asked Questions ==
  43.  
  44. == Screenshots ==
  45.  
  46. == Changelog ==
  47. = 1.3 =
  48. * multilanguage prestashop supported on links
  49.  
  50. = 1.0 =
  51. * initial version: demomentsomtres-prestashop-category shortcode.
  52.  
  53. == Upgrade Notice ==
  54. [/code]
Advertisement
Add Comment
Please, Sign In to add comment