Odkazy: exportní modul objednávek z Prestashop – http://netvianet.com/prestashop-export/20-export-orders.html podnikatelský systém PROFIT – http://www.lpsoft.cz/index.htm Nastavení PrestaShop modulu Export Orders: nahrajte rozšíření modulu (nvn_extra_add.php) a konfigurační soubor (nvn_settings.cfg) na server. Oba soubory zde budou volně ke stažení, případně mne kontaktujte a já…
NVN Export Orders
NVN Export Orders – Replacement by map table
by 0 Comments
• •Sample export, we need replace “Order status” values with new values: 1/ Prepare table of values. As map table is used “Multi-line” field. (“Old value|New value”, each item to new row) 2/ Select source and target fields (“Order status” in…
NVN Discounts / Prices
NVN Discounts / Prices update
by 0 Comments
• •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
NVN Export Orders – simple XSLT transformation – sample step by step
by 0 Comments
• •1/ Add needed fields into export. You can add also unwanted and unsorted fields, does not affect in this case. 2/ Set up OPTIONS: we will need raw data for XLST transform (1), and in this example we will…
NVN Export Orders
NVN Export Orders – page of XSLT samples
by 4 Comments
• •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 Export Orders
NVN Export Orders XSLT transformation sample
by 2 Comments
• •Sample 1 – XML output grouped by Order ID 1/ add needed fields to export 2/ select “Export as” XML. 3/ Fill XSTL template and “Save” That’s all. . . Download example setting “nvn_settings.cfg” and import to module. Example setting…