Odkazy: exportní modul objednávek z Prestashop – http://netvianet.com/prestashop-export/20-export-orders.html účetní online software Abra FlexiBee – https://www.flexibee.eu/ Nastavení PrestaShop modulu Export Orders: 1/ nainstalujte modul export orders do Vašeho PrestaShopu 2 /nahrajte konfigurační soubor (nvn_settings.cfg) na server. Soubor nvn_settings.cfg stahněte zde, případně…
Author: ka fa
NVN Export Orders correct total without “Group by”
by 2 Comments
• •Remove “Total shipping” and insert “Calculated field” with formula (‘order_row’) ? 0 : ‘total_shipping’
NVN Export Orders – User defined XML
by 3 Comments
• •<?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 Export Orders – simple XSLT transformation – sample 3 step by step
by 0 Comments
• •1/ Add needed fields into export. You can add also unnecessary fields, in different sequence, does not affect in this case. 3/ Set up FILTERS, for example only orders with invoice. 3/ Set up OPTIONS: we will need raw…
Export faktur z PrestaShop do Money S3
by 3 Comments
• •Odkazy: exportní modul objednávek z Prestashop – http://netvianet.com/prestashop-export/20-export-orders.html podnikatelský systém MONEY S3 – http://www.money.cz/ 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…
NVN Export Orders – simple XSLT transformation – sample 2 step by step
by 2 Comments
• •1/ Add needed fields into export. You can add also unwanted and unsorted fields, does not affect in this case. 3/ Set up FILTERS: in this sample we will only orders with invoice (1), and sorted by invoice number (2).…
Export objednávek z PrestaShop do Profit
by 1 Comment
• •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 – 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 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 – 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…