New Order URL
We have been working on some great updates to our shopping cart. While visually it remains the same, the back end code has been improved.
These improvements will allow us more flexibility and options in the future. As these updates make our shopping cart more flexible, our purchase
URL’s have undergone a change in formatting.
Order URL Formats
With the examples below, replace the XXXX-1 with the product ID you wish to add to the shopping cart.
Continue with a previous cart:
This URL functions like our old purchase URL’s did. If the customer is using the “continue shopping” link in their shopping cart, the value ‘add’
in the URL below will simply add any additional products the customer selects to their existing RegNow shopping cart.
https://www.regnow.com/checkout/cart/add/XXXX-1
Create a New cart:
This URL will create a new shopping cart for the customer. The value ‘new’ in the URL below will remove any previous product in their shopping cart
to display the most recent product selection.
https://www.regnow.com/checkout/cart/new/XXXX-1
Bundle Offers:
You can continue to create bundle offers for multiple products in one URL. As shown in the example below, you can add multiple product ID’s to the
URL by separating the products with a ‘/’.
https://www.regnow.com/checkout/cart/new/XXXX-1/XXXX-2
Long Order Form:
Our default purchase links will direct the customer to our short order form; directly to the billing page. If the product is setup with complex pricing,
the customer will instead be directed to our Long Order form before being able to continue to the billing page. If you prefer to direct your customer
to the Long Order form, where your long product description will be displayed, use the link format below.
https://www.regnow.com/checkout/product/XXXX-1
Affiliate Links:
Affiliate purchase links can work with any of the links provided above. Just add the affiliate ID on to the URL as a parameter (more information
about parameters is below).
https://www.regnow.com/checkout/cart/new/XXXX-1?affiliate=xxxx
Parameters
All of the existing parameter and features will still be available in the new URL in the same format as before. For example:
The old URL:
https://www.regnow.com/softsell/nph-softsell.cgi?item=XXXX-1&locale=DE&linkid=banner1&styleid=1111
Becomes:
https://www.regnow.com/checkout/cart/add/XXXX-1?locale=DE&linkid=banner1&styleid=1111
Note: When adding the first parameter to the RegNow purchase link, the '?'
takes the place of the normal '&' prefix.
For more information about available Parameters, visit our Parameter Help
and Support page.
|