Search found 12 matches

by hawkeye
Mon Nov 21, 2011 10:17 pm
Forum: 7.0 DataPort
Topic: Always Verison Mismatch
Replies: 3
Views: 10261

Re: Always Verison Mismatch

I tried 7.6.248 and it worked. I wonder if this might be a bug.
by hawkeye
Mon Nov 21, 2011 10:06 pm
Forum: 7.0 DataPort
Topic: Always Verison Mismatch
Replies: 3
Views: 10261

Always Verison Mismatch

Hello, I installed 7.7.254. I'm trying to connect to a 7.05 store. I've taken the Bin files and ClientApi files out of the folders in the install folder for v7.05 and have replaced the files on the 7.05 store. However, no matter what I do, I get an error like this: Warning: Version mismatch, You are...
by hawkeye
Tue Jul 19, 2011 5:05 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Stop Order if Credit Card fails Authorization
Replies: 2
Views: 2395

Stop Order if Credit Card fails Authorization

Hi,

Is there any way to stop an order from being placed when a credit card fails authorization instead of having the order created but marked as problem? I don't see a way without changing source code. Has anyone been able to do this?
by hawkeye
Mon Feb 14, 2011 10:46 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Stop Combining Discounts
Replies: 0
Views: 1881

Stop Combining Discounts

Hello,

What is the best way to not allow two different discounts in code for 7.06? For example, if I have a coupon and a discount and I only want to allow the higher discount in my cart, how can I accomplish that? I've found a couple ways but I think they're more complicated then they have to be.
by hawkeye
Fri Sep 03, 2010 9:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Set Order Number
Replies: 1
Views: 1601

Set Order Number

Hello,

What do I have to do to be able to set the order number to whatever on want on 7.04 instead of being forced to always set it to a higher number? I remember earlier versions didn't have this restriction.
by hawkeye
Wed Aug 25, 2010 11:04 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Order Numbers Max
Replies: 1
Views: 1670

Order Numbers Max

Hello,

What happens if the order numbers reach their max? Does it reset back to zero? I know the max on an integer is over 2 billion but I would still like to know, thanks.
by hawkeye
Wed Jul 14, 2010 1:56 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Order Status Not Updating
Replies: 1
Views: 1576

Order Status Not Updating

Hello,

When a customer fails authentication on 7.03 but then tries again and is successful, the order status remains "Problem". Has anyone run into this problem? Is this a bug? It would seem the order status isn't catching the successful transaction.
by hawkeye
Wed May 26, 2010 7:30 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: CHanging Display of Basket Items
Replies: 3
Views: 2375

Re: CHanging Display of Basket Items

I need to have volume discounts based on quantity but they'd be displayed as price - discount. I've tried the BasketHelper.GetShipmentItems but it doubles the discount when I checkout.
by hawkeye
Wed May 26, 2010 6:51 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: CHanging Display of Basket Items
Replies: 3
Views: 2375

CHanging Display of Basket Items

Hi, I'm trying to change the way discounts are displayed during the checkout process and basket page. They are displayed as line items, but I want to add the discount to the price so the item price reflects the discount and not show the discount line items. I'm not sure of the best place to customiz...
by hawkeye
Thu May 20, 2010 10:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom Gateways
Replies: 3
Views: 5480

Re: Custom Gateways

thanks Mazhar
by hawkeye
Wed May 19, 2010 1:02 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom Gateways
Replies: 3
Views: 5480

Custom Gateways

Hello, I found this on the forums from awhile back http://forums.ablecommerce.com/viewtopic.php?f=47&t=5926&start=25 Payment gateways that depend on call-back notifications require some extra work. They are not as straightforward to implement as the ones that support direct processing. During the ch...
by hawkeye
Fri Apr 23, 2010 7:56 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Payment Capture
Replies: 1
Views: 1682

Payment Capture

Hello,

OK, if you're using Auth.Net and you choose authorize & capture does the payment.Capture method get called inside basket.Checkout() or after? Where does payment.Capture() get called?