Here is an example of how the option selection code must be removed from the main add-to-cart form. This examlpe is taken from our own CustomCart shopping cart sofware.

Notice that the option selection in this case is an HTML select box. Depending upon which shopping cart software you use and how it is configured, the options should also be represented by radio buttons.

The important thing to realize is that the main part of the add-to-cart form including the opening <form> tag, miscellaeous hidden fields, submit button, and the closing </form> tag (the part inside the blue boxes) must all be copied and pasted into the Add to Cart code field while the option selection code (the part inside the red box) must be removed from the form and copied and pasted into the Option Selection code field.

Also note that the word "Color:" can be removed from the code as well. This is just an example - your add-to-cart code will differ.

Again, if you have any questions about this part of setting up Registry Valet, please contact support for free and unlimited assistance.