Category: PrestaShop

NVN Export Orders – User defined XML

<?xml version="1.0" encoding="UTF-8"?> <myEshop_export_orders> <!– EXPORT XML HEADER PART –> <order> <!– ORDER BEGIN – THIS PART IS REPEATED AUTOMATICALLY FOR EACH ORDER ROW –> <Your_user_key1>#order_id#</Your_user_key1> <Your_user_key2><![CDATA[#first_name# #last_name#]]></Your_user_key2> <total_paid>#totalpaid#</total_paid> <!– ADD NEXT XML TAGS AND FIELD VALUES ENCLOSED IN ##…

NVN Discounts / Prices update

New for version 2.x – added manufacturer, supplier and search filters – currency and customer group – added prices edit – improved settings New for version 2.4.x – update for PrestaShop 1.7.x – template improved See more detail here.  …

NVN Export Orders – page of XSLT samples

Read how to apply samples: http://www.praotec.com/nvn-export-orders-xslt-transformation-sample/ Step by step sample: http://www.praotec.com/nvn-export-orders-simple-xslt-transformation-sample-step-by-step/ Sample 1 add needed fields into export setup export format to xml Fill XSLT stylesheet use this XSLT: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output omit-xml-declaration="yes" indent="yes" method="xml" version="1.0"…

NVN XML import from yournewstyle.pl – quick help

Product page: http://netvianet.com/prestashop-xml-feed-imports/60-yournewstyle-pl-xml-feed-import-for-prestashop.html Install module and set up option. Import contains videos, do not forget to enable the iframes in Preferences – General. Select “Loading only categories map” and run once “MANUAL IMPORT” . This action fill categories map. (You…