Remove “Total shipping” and insert “Calculated field” with formula (‘order_row’) ? 0 : ‘total_shipping’
Category: PrestaShop
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…
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).…
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…
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 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…
NVN XML import from yournewstyle.pl – quick help
by 0 Comments
• •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…