Subscribers importation

VNP

Subscribers import

with import batch module is possible to import the users from a csv file

To import users is necessary to upload a csv comma separated file containing all user and order details

the csv file must contain the following fields:

PARAMETER NAME MANDATORY VALUE FORMAT DESCRIPTION
email Y string it will be the login
id_product Y string if you don't know which is the product id, select number 3
start subscription Y string format: yyyy-MM-dd
end subscription Y string format: yyyy-MM-dd
PARAMETER NAME MANDATORY VALUE FORMAT DESCRIPTION
password N string must be clear or md5 plain format, if not provided, the system will generate a random one
name N string
surname N string
address N string
zip code N string
city N string
province / district N string
date of birth N string format: yyyy-MM-dd
gender N string M / F
telephone N string
nation N string
newsletter N string it's the privacy policy. Possible values:
0 = no mails from editor, no mails from third part  sender
1 = yes mails from editor, no mails from third part sender
2 = no mails from editor, yes mails from third part sender
3 = yes mails from editor, yes mails from third part sender
 -custom field N string is possible to import up to 5 custom fields containing additional informations
PARAMETER NAME MANDATORY VALUE FORMAT DESCRIPTION
Send subscription mail Y true/false if true the system will send a confirmation email to the customer
Send product email Y true/false if true the system will send a confirmation email to the customer

IMPORTANT NOTE: before proceed with the import, please send an email to supporto@virtualcom.it specifying which are the fields you are importing and answer for a reply with the name of the import set you have to use.

After the support reply the csv file must be uploaded in the import batch module selecting the preferred import schema.