Free Prestashop 1.3 Plug-in
Export your product catalogue to the Lengow solution.
Find new customers by exporting your product catalogue on price comparison sites!
This module enables you
to export your product catalogue in CSV format compatible with the Lengow solution in order to benefit from Lengow’s features.
An easy and quick set-up
1. Download the plugin available on our
dedicated page
2. Unzip the files in the modules directory of your Prestashop installation
3. Then go to your admin panel:
4. Go to your admin panel and then in the Lengow tab:
Your export is available here:
http://www.your-website.com/modules/exportLengow/export.php
5.Install the Lengow conversion tag in your order confirmation pages by placing the following values:
/order-confirmation.php
Replace :
$smarty->display(_PS_THEME_DIR_.'order-confirmation.tpl');
By :
$smarty->assign('TOTAL_PAID',$order->total_paid);
$smarty->display(_PS_THEME_DIR_.'order-confirmation.tpl');
/themes/prestashop/order-confirmation.tpl
Install the following tag:
<img src="https://tracking.lengow.com/lead.php?idClient=#ID_CLIENT_LENGOW#
&price={$TOTAL_PAID}&idCommande={$id_order}" alt="" border="0" />