Search found 7 matches

by ALD
Fri Sep 19, 2008 10:14 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: HTTPS for CheckOut Page
Replies: 2
Views: 2263

HTTPS for CheckOut Page

Hi everybody, I hava a concern about the https prefix for secure webpages. I need my checkout page must have this prefix, how can I do this?? I'm using now the demo license, or maybe when I start to use the production license it will change to https?? please your comments and guidance about this. Th...
by ALD
Fri Aug 29, 2008 10:12 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Running AbleCommerce as a nested web application
Replies: 10
Views: 8831

Re: Running AbleCommerce as a nested web application

Hi , do you mean you have a .net application which uses the object and classes of AC7 ?? If so, I'm doing the same but I still have problems with the web.config settings. How do you config that file (in your sub-app) ? Another question is, how do you do the payments? I think you configure the Gatewa...
by ALD
Thu Aug 28, 2008 8:53 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Documentation AC 7.0 API Payments
Replies: 2
Views: 2299

Re: Documentation AC 7.0 API Payments

Thanks, I will check it out.
by ALD
Thu Aug 28, 2008 8:31 am
Forum: Good Reference Posts
Topic: Source for Payment Gateway Authorize.net
Replies: 37
Views: 239229

Re: Source for Payment Gateway Authorize.net

Hi, Can I use the actual gateway providers to do my payments??? I'm doing a system outside the ablecommerce, I just need to pay with credit cards or paypal. Now I'm using the class CommerceBuilder.Payments.Payment, but maybe I'm doing something wrong. Is there a way to do my payments using the ablec...
by ALD
Wed Aug 27, 2008 2:14 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Documentation AC 7.0 API Payments
Replies: 2
Views: 2299

Documentation AC 7.0 API Payments

Hi all, i'm wondering if exist a document I could use as reference to build an API for payments. My system is using AC 7.0 to do a payment but I still some problemes with that. The only reference about the API payment is related to AC5.0, but is not very useful to me since I'm using AC7.0. If some o...
by ALD
Wed Aug 27, 2008 11:56 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Error in column TotalCharges when Do a Payment
Replies: 1
Views: 2117

Error in column TotalCharges when Do a Payment

Hi all, I'm doing a system which uses ablecommerce dll's for payments. When I try to do a payment a new row in the table ac_ErrorMessages is created with the follow text: Cannot insert the value NULL into column 'TotalCharges', table 'AbleCommerce.dbo.ac_Orders'; column does not allow nulls. UPDATE ...
by ALD
Fri Aug 22, 2008 4:41 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How to update my table when payment was done
Replies: 0
Views: 3560

How to update my table when payment was done

Hi all, I'm using the ablecommerce API to pay some service in my system. I accomplish do the payment using the Payment class of the library CommerceBuilder.Payments.Payment, but I dont know how to update the table ac_orders and ac_payments when the payment was done. I read in other posts that I can ...