Important Catalog Elements

See Also: [Adding Item Codes To Your Pages]

Every page of your online store catalog should consist of several elements.  They are:

• View Cart Contents Link
• Checkout Now Link
• Return To Home
• Catalog Items with Item Code Forms

We have provided some images that you may use to save these images right click on them and select "Save Image As...".


add2cart.gif (2933 bytes)    checkout.gif (2350 bytes)

formulating the links to these very important functions is quite simple the format is as follows:
(remember to replace all urls with the url to your copy of TechCart.)

View Cart Contents HTML Code:

<a href="http://www.tech-host.com/cgi-bin/bin1/cart.cgi?un=USER
&com=view&back=http://www.thispage.com>View Cart Contents</a>

You would replace USER with your username and http://www.thispage.com with the full url to the page that you are placing this code on.

View Cart Contents HTML Code:

<a href="http://www.tech-host.com/cgi-bin/bin1/cart.cgi?un=USER
&com=checkout&back=http://www.thispage.com>Proceed to Checkout</a>

Again, you would replace USER with your username.

Back To Contents