Search found 6 matches

by spirituc
Fri Mar 04, 2011 5:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Paypal Integration
Replies: 1
Views: 2116

Paypal Integration

Hello.

Our solution is using AC API to integrate with PayPal with Express Checkout.

We are facing some difficulties in the integration, for example in sending the shipment information to Paypal.

Is there any source code with an example of this integration?

Kind regards,

Bruno Martinho
by spirituc
Thu Mar 03, 2011 4:04 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Auction Builder
Replies: 2
Views: 2763

Re: Auction Builder

Is there any application/add ‘on that implement those auction functionalities even third party aplication?

Kind regards,

Luis Mota
by spirituc
Wed Mar 02, 2011 5:34 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Auction Builder
Replies: 2
Views: 2763

Auction Builder

We have an installation of Ablecommerce and have the request to create auction functionalities. I think you have a product “Auction Builder” but I can’t find it in your pages, was the product discontinued in AbleCommerce 7?

Kind regards,

Luis Mota
by spirituc
Thu Feb 17, 2011 10:25 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Licensing transfer costs?
Replies: 1
Views: 2354

Licensing transfer costs?

Hi, we're going to buy a license for a customer of ours but as soon as all the developments are done we'll transfer the licensing to our customer's name. My question basically has to do with this transfer costs: are there any costs, how much is it? FYI: we already bought a development license in our...
by spirituc
Thu Jan 20, 2011 11:29 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Basket Recalculate() Generates new BasketItems
Replies: 1
Views: 1905

Basket Recalculate() Generates new BasketItems

Hello. I have this code to add Basket Items to my Basket: BasketItem bi = new BasketItem(); bi.ProductId = productId; bi.Quantity = (short)(bi.Quantity + 1); this.CurrentBasket.Items.Add(bi); this.CurrentBasket.Save(); this.CurrentBasket.Recalculate(); Before the Recalculate I have Count=1 in this.C...
by spirituc
Wed Jan 19, 2011 12:14 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Integrating with CommerceBuilder
Replies: 1
Views: 1992

Integrating with CommerceBuilder

We're running AbleCommerce version 7.0.6. We have a web application of ours where we want to list all catalogs that are configured on our AbleCommerce database. For that we're using the code: CommerceBuilder.Catalog.CatalogNodeCollection nodes = CommerceBuilder.Catalog.CatalogDataSource.LoadForCateg...