Registering with a
Registration Service
This document contains information on how to add
ActivateSoft.NET support to the following software registration services:
Step 1: Adding Product ID
This step is common for all registration services.
-
Login to ActivateSoft Control Panel
-
Click List Products on the left
-
A page with a list of your products will appear.
Click on the product you want to edit
-
"Product Details" page opens. Click [ Edit
Merchant Product IDs ] button
-
Merchant Product ID with the Product ID
provided by your merchant (for example, RegNow Product ID looks like
1234-1, ShareIt Product IDs are 6-digit numbers like 145678, SoftKey
products are 4-digit, as 1111).
Create a unique password for that merchant.
Make sure that password is different from your ActivateSoft.NET Control Panel
password, and is not the same as the password you use to log in to your
registration service control panel.
Click Insert to add this product ID.
Step 2: Setting Up your Registration Service
You will need to modify your product's settings in
the registration service control panel, or contact their support staff, in order
to enable your products with ActivateSoft.NET online key generation.
New Product
If you are adding a new product in the RegNow
control panel, select "ActivateSoft.NET" as the registration key delivery method
for your product. On the next page they will ask you for service-specific
additional information. Provide the following information:
Login: <your ActivateSoft.NET Control Panel LOGIN>
Password: <the password you created on
Step 1.5>
Note that in case of a new product you will need to
obtain your Product ID from RegNow before registering it with ActivateSoft.
Existing Product
In order to enable ActivateSoft.NET for an existing
product, contact RegNow by sending an e-mail to
accounts@regnow.com. For example:
Dear RegNow,
Please enable ActivateSoft.NET key generation for the product
<your RegNow product number in the form of 1234-5>.
Login: <your ActivateSoft.NET Control Panel LOGIN>
Password: <the password you created on Step 1.5>
Thank you in advance.
RegNow staff will update your key generator details
and submit a test order for you in order to make sure everything works fine.
Contact ShareIt! staff at
signup@shareit.com, and provide the following information:
Link Location:
https://activatesoft.net/dev/registration/shareit/shareit.asp?login=LOGIN&password=PASSW
'Replace LOGIN with your Activatesoft login name, and PASSW with the password you
'defined for that product on Step 1.5.
'Use right-click and Copy Shortcut to copy the link above
Parameters Type: Post and Get
Parameters:
'--- Required for authorization ---
Login
Password
'--- All other are post type parameters
'--- Required for registration ---
EMAIL
FIRSTNAME
LASTNAME
PRODUCT_ID
QUANTITY
'--- Optional ---
COMPANY
STREET
STATE
COUNTRY
CITY
ZIP
PHONE
PURCHASE_ID
RUNNING_NO
RESELLER
'-------------------------------
Return:
"404 Not Found" status if something fails wtih comment in the response body
"200 OK" status if OK and regcodes in the response body separated with CRLF
'-------------------------------
In the RegSoft.com Vendor Admin area, go to the 'Product Registration Information' section,
and verify for this product that 'I will supply RegSoft with the Algorithm'
is selected. Set 'How we will generate your
keys' to 'I will use a remote URL to generate my keys'. To define your custom URL, from the
RegSoft Vendor Admin page select the pull-down menu
'Define Custom URL', and enter in the following URL (right-click on the
URL and use Copy Shortcut to copy the whole link into the Clipboard):
http://activatesoft.net/dev/registration/regsoft/regsoft.asp?login=LOGIN
&password=PASSW&transaction_id=$productorderid-$trackingid&ip=$orderip&qty=$qty&email=$orderemail
&name=$ordername&company=$ordercompanyname&address1=$orderaddress1
&address2=$orderaddress2+$orderaddress3&city=$ordercity&state=$orderstate&country=$ordercountry
&zip=$orderzip&phone=$orderphone&fax=$orderfax&ppid=$productid&total=$ordertotal
LOGIN is your Activatesoft login name, and PASSW is the password
you defined for that product on Step 1.5. After that, select 'Modify Post-Order Email messages' and
define outgoing email template (a message that will be sent to
the customers after their purchase). Use '$serialnumber' to substitute
for their newly generated Product Key. For help on how to test an order, just view the link below:
http://www.regsoft.com/common%20questions%20from%20new%20vendors.shtml
|