Page tree
Skip to end of metadata
Go to start of metadata

 

If a client has made a purchase for your product other than the means provided by our store you can manually import the client to a specific product in order for them to install it. We support 2 following ways to import purchases on phpFox Store:

To import purchases of a product from one or many clients

First, you need to log into our store with your developers account. Next, visit your product listings. Click on the product you wish to import your user. 

Under INFO you will find Installs, click on that. You will then find an IMPORT link.

Required Fields

Our importer excepts a CSV file with 7 required comma separated columns.

  1. Clients License Key
  2. Clients Email
  3. Clients First Name
  4. Clients Last Name
  5. UNIX time stamp
  6. Price
  7. Method of Payment (e.g. PAYPAL)

Example CSV File

 

To import purchases of one or many products for a client

First, you need to log into our store with your developers account.

Next, visit Import Clients page at here

You need to fill in Import Clients form following info:

  • License ID
  • Client Email
  • Client Name
  • CSV file with necessary fields (see details below)

Required Fields

Our importer excepts a CSV file with 4 required comma separated columns.

  1. Product ID
  2. Product Price
  3. UNIX time stamp
  4. Product Name

You can also download sample import template here.

  • No labels