Hi,
I am currently setting up a new website. I only want users to be able to use Purchase Order to checkout (no credit cards) as we only deal with other businesses right now. I am in the admin panel and went to:
Administration > Configure > Payments > Methods
I added Purchase Order as a new method and deleted out everything else (except for gift certificate which i cant delete for some reason).
Now when I go to the checkout page and go to the Payment area, under Select Payment Method, it still shows me the Credit Card fields even though there are no credit cards available to select in the dropdown. It also shows me the Purchase Order box. Even if I type in a Purchase Order number, and hit Pay by Purchase Order, it still asks me to fill in the credit card fields as they are required fields.
I have attached a screenshot. Any ideas on how I can resolve this? I am on version R10.
Thanks.
Purchase Order as the only payment option
Re: Purchase Order as the only payment option
Hi there,
This is working fine for me.
How did you delete the payment methods? Maybe you can show us a screenshot of the Admin/Payment/Methods.aspx page.
The only other thing I can think of is that someone has customized the payment control on this page. Please check to see if that is the case.
Thanks,
Katie
This is working fine for me.
How did you delete the payment methods? Maybe you can show us a screenshot of the Admin/Payment/Methods.aspx page.
The only other thing I can think of is that someone has customized the payment control on this page. Please check to see if that is the case.
Thanks,
Katie
Thank you for choosing AbleCommerce!
http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support
http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support
Re: Purchase Order as the only payment option
Yes it is customized by someone else but I guess it wasn't done properly. Which file would I start with to begin looking into this issue?
Re: Purchase Order as the only payment option
Maybe \ConLib\Checkout\PaymentWidget ? you can also check the file dates and see if that leads you to the source of the issue.
Thank you for choosing AbleCommerce!
http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support
http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Purchase Order as the only payment option
Gift certificates- that payment method shows automatically if there are gift certificates in your store, so normally you can make it disappear by deleting the gift certificates.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: Purchase Order as the only payment option
Yes I found it in the PaymentWidget form. The designer had removed the from the CreditCardPaymentForm control. Once I added that back in, all is well. Thanks for your help where to look.
Code: Select all
Visible="false"