Payment Options
The Payment Options section allows you to choose
what payment methods JustAddCommerce will include on your
checkout form. Check all payment forms that your business
accepts.

Adding the CVV Code (Credit card
Validation) to your checkout form
CVV stands for Creditcard Validation Value. The CVV is a 3 or 4 digit number found on the back of Visa, MasterCard and Discover cards and on the front of American Express cards. For graphics of credit cards displaying where these number can be found click this link: http://www.richmediatech.com/justaddcommerce/resources.asp
Please Note, Real Time Processing Users: The CVV code will only be passed through the Authorize.net gateway for approval. It cannot be passed through the Nova gateway for validation.
To add this option to your checkout form:
- Select the "Download Existing Checkout Form" option found in the JAC program menu.
- Place your cursor where you want this field to appear. Using your editors "Insert" function, add a row to the checkout form.
- Add a text box using your editor's "Insert-Form" function.
- Double-click on the text box that was just inserted and name the box cardcode*. The field should display as:
<input type="text" name="cardcode*" size="4">.
- If you want to validate this field and only allow a maximum of 4 digits to be entered:
- For FrontPage Users: Click on the Validate button. From the drop down box next to Data Type, select Number. Select the Required box under the Data Length heading.
- For Dreamweaver Users: Enter 4 in the Char Width field and 4 in the Max Chars field.
- Double click on the text box that was just inserted to name the box.
- Save the page.
- Select the "Upload Checkout Form" option fund in the JAC program menu.
- Test your site to view that the CVV code now appears on your form.
|