View previous topic :: View next topic |
Author |
Message |
strys
Joined: 03 Sep 2009 Posts: 4
|
Posted: Thu Sep 03, 2009 3:43 am Post subject: RegNow Import definitions |
|
|
Hi,
I see import definitions for Shareit and Paypal is provided. How do I import sales/customers for RegNow?
BTW - love the product and the support is great!
Thanks! _________________ Multi-Browser Viewer - Cross Browser Automation Testing |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Thu Sep 03, 2009 7:30 am Post subject: |
|
|
If you email a sample of a RegNow data file you wish to import to support@infralution.com then we will assist with writing an Import Definition for you. _________________ Infralution Support |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Fri Sep 11, 2009 7:38 am Post subject: |
|
|
For anyone else interested, here is the definition we provided for importing CSV data from RegNow. To export compatible data from Regnow:
1. In Regnow control panel, go to Reports
2. Then Orders
3. Select the time frame and applicable filter and select export to CSV
Code: | <?xml version="1.0" encoding="utf-16"?>
<Importer xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="CsvSalesImporter">
<DateFormat>
<string>M/dd/yyyy</string>
<string>MM/dd/yyyy</string>
<string>M/d/yyyy</string>
<string>MM/d/yyyy</string>
</DateFormat>
<PurchaseTag>row</PurchaseTag>
<PurchaseReferenceTag>orderid</PurchaseReferenceTag>
<PurchaseDateTag>date</PurchaseDateTag>
<SalutationTag></SalutationTag>
<LastNameTag>lname</LastNameTag>
<FirstNameTag>fname</FirstNameTag>
<CompanyTag>company</CompanyTag>
<EmailTag>email</EmailTag>
<PhoneTag>phone</PhoneTag>
<FaxTag></FaxTag>
<Street1Tag>add1</Street1Tag>
<Street2Tag>add2</Street2Tag>
<StateTag>state</StateTag>
<CityTag>city</CityTag>
<ZipTag>zip</ZipTag>
<CountryTag>country</CountryTag>
<ProductReferenceTag>item</ProductReferenceTag>
<TotalPriceTag>total</TotalPriceTag>
<QuantityTag>quantity</QuantityTag>
<LicenseKeyTag>regcode</LicenseKeyTag>
<LicenseKeyDelimiter>;</LicenseKeyDelimiter>
</Importer> |
_________________ Infralution Support |
|
Back to top |
|
|
|