Infralution Support Forum Index Infralution Support
Support groups for Infralution products
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

RegNow Import definitions

 
Post new topic   Reply to topic    Infralution Support Forum Index -> Licensing Support
View previous topic :: View next topic  
Author Message
strys



Joined: 03 Sep 2009
Posts: 4

PostPosted: Thu Sep 03, 2009 3:43 am    Post subject: RegNow Import definitions Reply with quote

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
View user's profile Send private message Visit poster's website
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Thu Sep 03, 2009 7:30 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Fri Sep 11, 2009 7:38 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Infralution Support Forum Index -> Licensing Support All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group