Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / problems with index.php?main_page=checkout_payment

problems with index.php?main_page=checkout_payment

Locked

Views: 3,485

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
6 Jun 2008, 5:15 PM
#1
bullet avatar

bullet

New Zenner

Join Date:
Mar 2008
Posts:
6
Plugin Contributions:
0

problems with index.php?main_page=checkout_payment

https://bedandbreakfastregistry.com/jumbo1/index.php?main_page=checkout_payment

The above link is where I have the problem. You will notice that there is a place for Credit Card and then Secure Credit Card. If a customer paid though the first CC they will get a receipt, but I will not get paid. The second CC will send a receipt to the customer and give me payment. Is there a way to remove the first CC or a way to make it work. Thanks for the help.

I don't think you can get to the link unless you setup an account so I am putting a link to the code here.
https://www.bedandbreakfastregistry.com/problem code.html

Under method of payment the first CC is not working.

Please select a payment method for this order.</p>

<input type="radio" name="payment" value="cc" id="pmt-cc" /><label for="pmt-cc" class="radioButtonLabel">Credit Card</label>

<br class="clearBoth" /> <div class="ccinfo"> <label for="cc-cc-owner" class="inputLabelPayment">Card Owner's Name:</label><input type="text" name="cc_owner" value="ronny delafosse" id="cc-cc-owner" onfocus="methodSelect('pmt-cc')" /><br class="clearBoth" /> <label for="cc-cc-number" class="inputLabelPayment">Card Number:</label><input type="text" name="cc_number" id="cc-cc-number" onfocus="methodSelect('pmt-cc')" /><br class="clearBoth" /> <label for="cc-cc-expires-month" class="inputLabelPayment">Expiration Date:</label><select name="cc_expires_month" id="cc-cc-expires-month" onfocus="methodSelect('pmt-cc')"> <option value="01">January - (01)</option> <option value="02">February - (02)</option> <option value="03">March - (03)</option> <option value="04">April - (04)</option> <option value="05">May - (05)</option> <option value="06">June - (06)</option> <option value="07">July - (07)</option> <option value="08">August - (08)</option> <option value="09">September - (09)</option> <option value="10">October - (10)</option> <option value="11">November - (11)</option> <option value="12">December - (12)</option> </select>  <select name="cc_expires_year" id="cc-cc-expires-year" onfocus="methodSelect('pmt-cc')"> <option value="08">2008</option> <option value="09">2009</option> <option value="10">2010</option> <option value="11">2011</option> <option value="12">2012</option> <option value="13">2013</option> <option value="14">2014</option> <option value="15">2015</option> <option value="16">2016</option> <option value="17">2017</option> </select> <br class="clearBoth" /> <label for="cc-cc-cvv" class="inputLabelPayment">CVV Number (<a href="javascript:popupWindow('http://bedandbreakfastregistry.com/jumbo1/index.php?main_page=popup_cvv_help')">More Info</a>)</label><input type="text" name="cc_cvv" size="4" maxlength="4" id="cc-cc-cvv" onfocus="methodSelect('pmt-cc')" />
6 Jun 2008, 6:06 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: problems with index.php?main_page=checkout_payment

Secure Credit Card - is not a default payment module - did you add this from a 3rd party?

the CC default module can be removed via admin > modules > payment > select the cc module and remove

3 Mar 2010, 2:33 PM
#3
www_libros2012_net avatar

www_libros2012_net

New Zenner

Join Date:
Mar 2010
Posts:
1
Plugin Contributions:
0

Re: problems with index.php?main_page=checkout_payment

Change the module