Logo
Quick Commerce Shopping Cart

Shopping Cart Software

Merchant Login

Help Search our knowledge base:

Index - FAQ - Cart Help Buttons - Cart Settings - 8. Advanced Settings

 Where is this feature?
1. Log In
2. Cart Settings
3. Advanced Settings

 Details
Frequently Asked
Question (FAQ)

Document Number: 933

Optimize for Printing
E-Mail This Link

 Feedback
This document ...
helps resolve my question or problem.
does not apply to my question or problem.
is inaccurate for my question or problem.
Pre Address URL

This will allow you to direct your shopper to a custom URL before they begin the final checkout process.

If this option is left blank, the page will not be included during checkout.

For your convenience, we pass certain information to this page. Variables that will be passed are:

PartX
Where X = 1..number of products in cart

QtyX
Where X = 1..number of products in cart

CustomerID (max 255 characters)
The value you passed into the CustomerID earlier, if any.

CheckOut
Pass this back into the shopping cart to allow the customer to continue on with the checkout process.

Example:
https://www.your_site.com/page.asp?CheckOut=OnlineOrder&CustomerID=something&Part1=abc&Qty1=1&Part2=qwe&Qty2=15
Recommended: Use "HTTPS". In order to prevent browser warnings about leaving a secured site we recommend that you send customers to an HTTPS secured URL on your website. Using HTTP will still work, but the browser warning may discourage your shoppers.

To return to the cart and continue with the checkout you would use the following link:
https://www.qccart.com/cgi-bin/cart.cgi?CartID=UserName&CheckOut=OnlineOrder&SkipPreAddress=once
Recommended: Use "HTTPS". While the cart will work fine with just HTTP shoppers may not wish to enter their information on a non-secured page. Note: even if you load the HTTP page, QCCart will still send the data using HTTPS but a shopper can't tell that without being an experienced webmaster.

SkipPreAddress options:
SkipPreAddress=onceThe shopping cart will skip your page. This will ONLY skip the page if it were to be displayed immediately following the current page.
SkipPreAddress=false(Default) Will show your page instead of the address page.
SkipPreAddress=trueDisables the "Pre Address URL" for this shopper until the SkipPreAddress is set to false again.