an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Users having to input in Credit Card info?
Last Post 1/19/2010 2:38:43 PM By Looking4a. 11 replies.
Page 1 of 2 (12 posts) << First < Prev 1 2 Next > Last >> 
5/17/2008 11:00:04 AM
rampar
Posts: 32
Joined: 4/23/2008
Users having to input in Credit Card info?

I was testing something out, and if I don't have the Credit Card information listed in my account and I go to checkout, I get these errors on the site:

<div style="color: Red;" id="ctl00_ContentPlaceHolderMain_container_container_Block_22_wzdCheckout_paymentOption_vdsCreditCard">The following error(s) were found:
  • Credit Card No. is required
  • Cardholder's Name is required
  • Expiration Date should be later than today.
  • CVV2 Code is required
  • Card Issuer Telephone is required

Is there anyway to make it so that these aren't required to be stored in the database and they can just input it into PayPal's payment structure.  I think I'm losing a lot of sells this way, because on Analytics, it shows people making it up to this point and then stopping....

 

Thanks!
5/17/2008 11:23:28 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Users having to input in Credit Card info?

If you don't need credit card checkout, just disable it. Check the online document.

DotShoppingCart Staff
5/17/2008 11:42:04 AM
rampar
Posts: 32
Joined: 4/23/2008
Re: Users having to input in Credit Card info?

That would be fine, except that since there is a bug in the open source I wasn't able to do that.  Is there a new release that is fixed that I need to upgrade to?

Here's the bug that I was talking about:

http://www.dotshoppingcart.com/View/Forum/DotShoppingCart%20Forums/Support/Installation/232.aspx

 

Thanks!

5/17/2008 12:00:39 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Users having to input in Credit Card info?

Ok, then the easy workaround is just removing the credit card stuff from the SelectPaymentOption.aspx file

DotShoppingCart Staff
5/17/2008 3:37:47 PM
rampar
Posts: 32
Joined: 4/23/2008
Re: Users having to input in Credit Card info?

Do you know what credit card stuff I should remove?  I've been trying different lines and it just crashes the checkout page.

Thanks!

5/17/2008 4:25:42 PM
rampar
Posts: 32
Joined: 4/23/2008
Re: Users having to input in Credit Card info?

Ok, so I restored the SelectPaymentMethod.aspx, for some reason, since I reversed the order of the tabs I guess it was looking for the credit card info.  So now that they have to select PayPal to pay through PayPal it works.  But I would still like to be able to just get rid of the credit card payment tab altogether if possible.

Thanks

5/19/2008 12:11:23 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Users having to input in Credit Card info?

 

In Web\Store\SelectPaymentOption.ascx.cx line 74, change it from

                        case 1:
                            return CheckoutPaymentTypeEnum.PaypalStandard;

to

                        case 0:
                            return CheckoutPaymentTypeEnum.PaypalStandard;

Let me know if it works.

DotShoppingCart Staff
1/19/2010 11:23:57 AM
Looking4a
Posts: 4
Joined: 1/8/2010
Re: Users having to input in Credit Card info?
This does not seem to be working yet?  any further info avalible?  I too just want to take Paypal at this time.
1/19/2010 11:39:06 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Users having to input in Credit Card info?
Would you please tell us what's not working?
DotShoppingCart Staff
1/19/2010 12:10:56 PM
Looking4a
Posts: 4
Joined: 1/8/2010
Re: Users having to input in Credit Card info?
I seem to be having the same problem.  When I select No CC I get the error page instead of the PayPal standard checkout page.  If I put in phony Auth.net info then the page seems to work.
 
Thank you so much for the quick response
 
1/19/2010 12:41:45 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Users having to input in Credit Card info?
Have you tried the fix (changing Web\Store\SelectPaymentOption.ascx.cs) mentioned above?
DotShoppingCart Staff
Page 1 of 2 (12 posts) << First < Prev 1 2 Next > Last >>