We are here to help you build and grow your business.
We take care of our clients with honesty, integrity and persistence while reflecting the character of God.

Expect experience and expertise with our combined 50+ years in the software business.

Standard Product Options

Cart32 is designed to be as flexible as possible, and that begins with having flexible options for your products. This article covers the standard product options available with Cart32. A separate article on custom product options also exists in the same category as this article. The quick links below will take you to various sections of this article which focus on one specific product option at a time.

All of the options listed below are enabled by modifying the HTML form code for the product in question. Here is a basic product form that we will use as our example throughout the different options.

<form method="post" action="http://Cart32.com/cgi-bin/cart32.exe/test-additem"> A Nice T-Shirt for $19.95 <input type="hidden" name="item" value="T-Shirt" /> <input type="hidden" name="price" value="19.95" /> <input type="submit" value="Buy Now" /> </form>

In each section we will highlight the part of the form that changed or was added. Our example form uses a cart url of http://Cart32.com/cgi-bin/cart32.exe and a client code of TEST. All product forms use the additem method, so it is included in all the form actions.

(Note: You can mix and match options in your product forms as needed. Just keep adding inputs!)

Quick Links