>
Download This Plugin | |
Download Elegant Themes | |
Name | PrestaShop Integration |
Version | 0.9 |
Author | François Pons |
Rating | 98 |
Last updated | 2013-08-08 03:01:00 |
Downloads |
13585
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
PrestaShop Integration plugin added 13 bytes of resources to the Home page and 18 bytes of resources to the sample Post page.
PrestaShop Integration plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! PrestaShop Integration plugin ads no tables to your Wordpress blog database.This plugins defines three widgets and a shortcode to integrate WordPress and PrestaShop release 1.4 or 1.5.
This plugins defines a shortcode that can be used to display products on your blog. Only products list has been defined by using [ps_product_list id_category=X n=C p=P tpl=TPL]
where X is the category id of the category you want to display (by default the home category 1 is used), C is the number of product you want to display (by default 10), P is the page number (by default 1) and TPL is the Smarty template to use (by default product-list.tpl
). You may replace id_category by id_product list of product ids separated by comma.
Note that the module will import the current theme of PrestaShop to your blog (both CSS and Javascript) but this is optional since 0.6. Generally you need a WordPress theme that is translated from the PrestaShop theme : it need to have the same XHTML layout and you have to replace PrestaShop HOOK markers by widget area in your blog theme, maybe like this :
<div class="prestashop-sidebar"><ul class="xoxo">
<?php dynamic_sidebar( 'hooktop-widget-area' ); ?>
</ul></div><!-- .prestashop-sidebar -->
Furthermore, you may need to replace internal Javascript library by the PrestaShop one to avoid conflicts. For more information about the plugin, please check PrestaShop Integration page in french.
The available widgets are :
This widget is used to insert one of the main PrestaShop hooks :
This widget is used to insert a PrestaShop module directly, the module must be attached to one of the main hooks to be displayed.
This widget is used to display the product list attached to a WordPress post.