Using Cloaked urls with King Cart

If you are using a domain name service that provides redirection to our cart you may notice that your domain name will continue showing even though the customer is actually in the shopping cart on our service.

This is accomplished by putting our shopping cart in a full size frame, the frame has the domain of your url, but the contents in the frame is from the shopping cart.

King Cart allows this now, and will allow the cart to display in the frame as long as it can. When the cart switches to a secure connection at the point the customer must enter information, it will bypass the frame so that the customer will see that he is on a secure connection.

If you want to have the cart appear with your domain, instead of the King Cart domain, then you create a page on your site with the following code:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<HTML>
<HEAD>
<TITLE>[Put your title here]</TITLE>


</HEAD>
<frameset rows="100%,*" frameborder="0" framespacing="0" border="0">
<frame name="cart"
src="http://www.king-cart.com/cgi-bin/cart.cgi?store=[put your store id here]"
marginwidth="0" marginheight="0" frameborder="0" noresize>
<noframes>
<a href="http://www.king-cart.com/cgi-bin/cart.cgi?store=[put your store id here]">
[put your title here];http://www.king-cart.com/cgi-bin/cart.cgi?store=[put your store id here];</a>
</noframes>
</frameset>
</HTML>
Be sure to replace the [ text ] blocks with the appropriate information for your site.