Search found 13 matches

by rjh
Sat May 02, 2015 4:54 am
Forum: AbleCommerce GOLD
Topic: Not allowing group discounts and coupons at the same time
Replies: 7
Views: 8874

Re: Not allowing group discounts and coupons at the same time

We have the source, so I can change the code. It would take me some time and testing to track down exactly which function I need to change. Can someone point me to the function that I need to modify? Note that I fixed this in Able 7, but Gold is much different and the function I changed before does ...
by rjh
Thu Apr 30, 2015 4:36 pm
Forum: AbleCommerce GOLD
Topic: Not allowing group discounts and coupons at the same time
Replies: 7
Views: 8874

Not allowing group discounts and coupons at the same time

We offer cooupons and also have a subsription that gives a discount on many products. When we offer a coupon we don't want users to use both the subscription discount and the coupon. Ideally, the code should look at both and only add the greater one to the basket. Can this be done, or is there a cod...
by rjh
Fri Nov 21, 2014 12:37 pm
Forum: AbleCommerce GOLD
Topic: DISABLE SSL 3.0, ENABLE TLS 1.0+ POODLE
Replies: 8
Views: 35172

Re: DISABLE SSL 3.0, ENABLE TLS 1.0+ POODLE

Able uses the dll paypal_base.dll which uses SOAP to communicate with PayPal. I cannot find any details on this DLL and I cannot tell if it uses SSL. It does not appear to me that it goes through our web server, but I'm not sure. So the question still stands, is AC7 going to still work with PayPal w...
by rjh
Thu Nov 13, 2014 11:47 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PayPal API and SSL3
Replies: 2
Views: 6174

PayPal API and SSL3

I cannot find any references to this, but we received a notice from PayPal telling us they are dropping SSL 3 support in their PayPal API. Does Able 7 use SSL 3.0 in its PayPal integration? We have already turned off SSL 3 on the web server, but that is for incoming connections. It looks like the AP...
by rjh
Fri Jun 08, 2012 10:05 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PayPal stuck in "Authorization Pending" status...
Replies: 122
Views: 329196

Re: PayPal stuck in "Authorization Pending" status...

We are seeing many of these also, 3 today, however some of them are US orders. It appears to only happen with PayPal orders and not PayPal credit card orders. Let me know if I can supply more inforrmation.

-Rich
by rjh
Sat Jun 04, 2011 8:17 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Cannot purchase digital good through google checkout
Replies: 2
Views: 2714

Re: Cannot purchase digital good through google checkout

Yes, it is set as non-shippable. We have the source and I found that it's not sending the digital-content node in the XML with the product over the google API. I added that and it's working now.
by rjh
Fri Jun 03, 2011 6:04 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Cannot purchase digital good through google checkout
Replies: 2
Views: 2714

Cannot purchase digital good through google checkout

We some digital goods that are not shippable. When a user tries to purchase through google checkout it tells them there are no valid shipping methods. It appears that the API should be telling Google that the item is a digital good and it appears that Able is not doing this. Should this be working? ...
by rjh
Thu May 05, 2011 2:15 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: unable to upload UPS orders using data transfer tool
Replies: 1
Views: 2317

Re: unable to upload UPS orders using data transfer tool

Does the upload file need to have a .csv extension? Maybe that is our problem, testing that...
by rjh
Thu May 05, 2011 1:50 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: unable to upload UPS orders using data transfer tool
Replies: 1
Views: 2317

unable to upload UPS orders using data transfer tool

When we try to upload our UPS orders, we get the error listed below. Our upload file looks like this: "ShipmentId","TrackingNumber","Void" "4","34339439HI34","N" "2","8034830483080","N" Any ideas what is going on? Saved at: Thursday, May 05, 2011 ---------------------------- Title: Error while impor...
by rjh
Fri Apr 22, 2011 11:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google checkout order record not in store
Replies: 2
Views: 2671

Re: Google checkout order record not in store

Yes, thanks, I see we did not have the postback set up, we will work on it.

Thanks.
by rjh
Fri Apr 22, 2011 8:43 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google checkout order record not in store
Replies: 2
Views: 2671

Google checkout order record not in store

When a customer places an order with Google checkout, the order is not recorded in the Able store. Is this normal? We need a record of the order in our store for reporting purposes.

Thanks.
by rjh
Thu Apr 21, 2011 3:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Calling StoreDataHelper from an email template
Replies: 1
Views: 2154

Calling StoreDataHelper from an email template

Can I call StoreDataHelper from an email template? I want to display the AVS code on our internal confirmation email and I can display the raw code but I want to call the StoreDataHelper.TranslateAVSCode to display the text version of the code. I tried $StoreDataHelper.TranslateAVSCode.

Thanks.
by rjh
Wed Mar 23, 2011 8:24 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Converting string to float in NVelocity script
Replies: 0
Views: 2628

Converting string to float in NVelocity script

I am trying to modify our vendor email template to include some extra product template fields that are added to the product. I can access the field ok, but the value is a string. I need to do some calculations on this value and add it to the ExtendedPrice. If I use the value as is, nothing happens, ...