Search found 12 matches

by pcgutierrez
Mon Jul 28, 2008 7:09 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customer Login, External Scripts, and form tags in ConLib
Replies: 4
Views: 3351

Re: Customer Login, External Scripts, and form tags in ConLib

I'm not that familiar with web services yet, but on your page you actually have two html <head> tags, two form tags, etc. I ran across that MAC validation failed when a client used an external editor to make description content for one of his categories, then pasted that into the field in the admin...
by pcgutierrez
Tue Jul 22, 2008 9:43 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customer Login, External Scripts, and form tags in ConLib
Replies: 4
Views: 3351

Re: Customer Login, External Scripts, and form tags in ConLib

jmestep wrote:On d, your problem would be that you are actually putting a form within a form- the web page already generates a form.
Hi, so are you suggesting that this approach is impossible and we should just use server side asp.net codes to do the web service call?

Thanks!
by pcgutierrez
Tue Jul 22, 2008 7:13 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customer Login, External Scripts, and form tags in ConLib
Replies: 4
Views: 3351

Customer Login, External Scripts, and form tags in ConLib

We have some questions about the final RC7.0 build. They are as follows: a. Would it be possible to totally eliminate/disable customer account creation, customer log ins? We're thinking that since we sell Training packages in our Able site that are accessible online on a different website, this may ...
by pcgutierrez
Thu Mar 20, 2008 9:35 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: SHA1 on newly uploaded passwords
Replies: 2
Views: 2633

Hi Logan,

Would you be able to post the code that converts plaintext to your SHA1 string being stored in the DB? I need to use it so I can recycle the existing user credentials within our Able DB for a windows form-> web service ->able commerce db system.

Thanks
by pcgutierrez
Wed Feb 13, 2008 8:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Supported credit cards
Replies: 17
Views: 11225

pcgutierrez wrote:It worked Logan. Thanks!

However, it opened another problem. Is there a way to add another field for Solo and Switch cards for getting issue numbers?
Nevermind, solved it.
by pcgutierrez
Wed Feb 13, 2008 7:20 am
Forum: Feature Requests
Topic: 3D Secure Integration
Replies: 5
Views: 7753

anyone?
by pcgutierrez
Wed Feb 13, 2008 6:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Supported credit cards
Replies: 17
Views: 11225

It worked Logan. Thanks! However, it opened another problem. Is there a way to add another field for Solo and Switch cards for getting issue numbers? Also, I noticed that when you add another payment option via the payment tab in the order detail within the admin dashboard, there are no fields visib...
by pcgutierrez
Tue Feb 12, 2008 7:44 am
Forum: Feature Requests
Topic: 3D Secure Integration
Replies: 5
Views: 7753

3D Secure Integration

Any help/documentation/guide available regarding 3D Secure integration into AbleCommerce 7.0?
by pcgutierrez
Fri Feb 08, 2008 2:08 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Supported credit cards
Replies: 17
Views: 11225

That may be the case but the SECPay API (linked on my previous post) requires that if you were to use Visa Debit, it should be specified as Delta instead of Visa. We tried using a Visa Debit card number with the type "Visa" selected and it failed authentication. Once you get to the payment gateway ...
by pcgutierrez
Fri Feb 08, 2008 11:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Supported credit cards
Replies: 17
Views: 11225

As you can see from the link above, we need the choices Switch, Solo, Delta, and Diners available in the Type dropdownlist. I didn't have a quick answer that would be helpful. I will address this today. Switch and Solo are effectively Maestro. Delta is Visa debit. Diners is effectively MasterCard. ...
by pcgutierrez
Fri Feb 08, 2008 9:22 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Supported credit cards
Replies: 17
Views: 11225

On behalf of webteks, the following link shows all the Payment Method names we need assistance in adding into the "choices" from the Type dropdown list in the Payment Methods admin window (~/Admin/Payment/Methods.aspx): http://www.secpay.com/sc_api.html#other (please see card_type parameter) As you ...
by pcgutierrez
Thu Jan 24, 2008 1:50 am
Forum: Good Reference Posts
Topic: Source for Payment Gateway Authorize.net
Replies: 37
Views: 198911

Hi guys, I'd like to follow up on gokhankaya's questions. In addition, here are some of my own regarding the creation of custom payment gateways using the authorize.net template. 1. When are these functions called by the able commerce 7.0 web app? I need a narrative as to what these functions should...