|
|
The Cactus Shopping Basket Service The Buy Example shows you the HTML code you add to your web page to place an item in the shopping basket. The Buy Button adds an item to the customer's shopping basket. The information needed to do this is:
For our former demo site, a Buy Button for a pair of handcuffs has the following HTML coding: <form action="http://taz.turbonet.com/Shopping/buy.asp"
method="post"> If your MerchantID is MyBiz and you are selling Flavored Gum, inventory number 2456 at $1.50 a pack then you would add the following HTML code to your Web page: <form action="http://taz.turbonet.com/Shopping/buy.asp"
method="post"> If you wanted to use the work "Order" or "Purchase" instead of "Buy" in the above example, then substitute the word you want for the word "Buy". Note: Be very careful of the quotation marks - they must be exactly as they appear in the examples or the Buy Button will not work. The Checkout Example shows you the HTML code to add to your web page to let the customer complete buying the items in the shopping basket. There are two ways to send your customer to the Checkout Stand. One is a simple link and the other is a form which produces a button similar in appearance to the Buy Buttons. First Method: <a
href="http://taz.turbonet.com/Shopping/checkout.asp?MerchantID=SilverCS"> Second Method: <form action="http://taz.turbonet.com/Shopping/checkout.asp"
method="post"> If your MerchantID is "MyBiz" then you will need to substitute that for "SilverCS" in the above examples. The Catalog Request Example shows you the HTML code to add a catalog request form to your web site. There are two ways to send a customer to the Catalog Request page. One is a simple link and the other is a form which produces a button similar in appearance to the Buy Buttons. First Method: <a
href="http://taz.turbonet.com/Shopping/catalog.asp?MerchantID=SilverCS"> Second Method: <form action="http://taz.turbonet.com/Shopping/catalog.asp"
method="post"> If your MerchantID is "MyBiz" then you will need to substitute that for "SilverCS" in the above examples. |
|
|
|
Cactus Computer Co. 211 S. Main St. Moscow, ID 83843 |
Copyright © 2004 Cactus International, Inc. |