Search found 26 matches

by Radiatorman
Thu May 15, 2014 11:21 am
Forum: AbleCommerce GOLD
Topic: SQLServr.exe Spiking CPU to 100%
Replies: 4
Views: 3963

Re: SQLServr.exe Spiking CPU to 100%

Thank you for investigating. I will see if that makes a difference.
by Radiatorman
Thu May 15, 2014 10:46 am
Forum: AbleCommerce GOLD
Topic: SQLServr.exe Spiking CPU to 100%
Replies: 4
Views: 3963

Re: SQLServr.exe Spiking CPU to 100%

Thank you for checking out the site. It is a Quad Core Virtual Private Server The database is 313mb. I have 5000 products at this moment with 102,000 entries in the ac_catalognodes table AbleCommerce GoldR7 (build 7118) I have 44635 anonymous users which are deleted every 15 days. Search history is ...
by Radiatorman
Wed May 14, 2014 6:04 pm
Forum: AbleCommerce GOLD
Topic: SQLServr.exe Spiking CPU to 100%
Replies: 4
Views: 3963

SQLServr.exe Spiking CPU to 100%

After upgrading to Gold it seems like SQLServr.exe will spike to 100% when navigating through the site or performing a search. I would expect this if there were lots of visitors on the site but it can and will happen with one or two visitors. Maybe I don't have something set up right but this is ser...
by Radiatorman
Tue May 06, 2014 12:58 pm
Forum: AbleCommerce GOLD
Topic: ERROR- Editing Address on Failed Payment
Replies: 5
Views: 3881

Re: ERROR- Editing Address on Failed Payment

Sorry for the late follow-up. I made the update. The page doesn't error out anymore but the state value does not get saved. It updates to NULL. Were you able to verify that you could change states?
by Radiatorman
Mon Apr 07, 2014 9:46 am
Forum: AbleCommerce GOLD
Topic: ERROR- Editing Address on Failed Payment
Replies: 5
Views: 3881

Re: ERROR- Editing Address on Failed Payment

AbleCommerce GoldR7 (build 7118)
by Radiatorman
Thu Apr 03, 2014 12:10 pm
Forum: AbleCommerce GOLD
Topic: ERROR- Editing Address on Failed Payment
Replies: 5
Views: 3881

ERROR- Editing Address on Failed Payment

I appreciate the update to edit the billing address when a payment fails. However it does not seem to be working for me. After clicking edit, I make adjustments to my address then click UPDATE. Neither the State/Province nor the Country get updated in the database thus resulting in an error when the...
by Radiatorman
Wed Jan 15, 2014 11:42 am
Forum: AbleCommerce GOLD
Topic: Address Verfication
Replies: 1
Views: 2207

Address Verfication

I see in the code address verification appears to be a feature however I am unable to determine how to implement it. This would be a great feature and save on shipping costs and headaches. Does anyone know how this works, can be implemented and/or integrated via a third party?
by Radiatorman
Wed Feb 09, 2011 4:48 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Authorize.net and Windows Server 2008
Replies: 1
Views: 2185

Re: Authorize.net and Windows Server 2008

I found out the problem... AIM was set to only allow certain IP addresses to post.
by Radiatorman
Wed Feb 09, 2011 2:35 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Authorize.net and Windows Server 2008
Replies: 1
Views: 2185

Authorize.net and Windows Server 2008

I'm trying to implement a new installation of AC 7.0.4 on a windows 2008 server. My development site works great on Server 2003 with Authorize.net but not on Server 2008. This is the error I receive within the authorize log: Receive: 3|1|250|This transaction has been declined.||P|0|||50.65|CC|auth_o...
by Radiatorman
Tue Jun 15, 2010 12:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Hot Patches and Source Code
Replies: 1
Views: 1910

Hot Patches and Source Code

Is it possible to get the code or snippets of code for the dll files that have been changed at each hot patch? I have had to make minor altercations to the source files and recompile so I cannot apply the hot patch as intended.
by Radiatorman
Tue Jun 15, 2010 12:22 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Coupons by Regions/Zones
Replies: 3
Views: 2984

Re: Coupons by Regions/Zones

Thank you for the advice.
by Radiatorman
Thu Jun 10, 2010 6:12 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Coupons by Regions/Zones
Replies: 3
Views: 2984

Re: Coupons by Regions/Zones

Anyone?
by Radiatorman
Fri Jun 04, 2010 12:51 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Coupons by Regions/Zones
Replies: 3
Views: 2984

Coupons by Regions/Zones

Is there a way to restrict coupon usage by a region/zone? I'm looking to add a coupon to eliminate sales tax for eligible shoppers but not everyone else (ie. no 8% discount for everyone). I know that I could just set sales tax to 0% but I want to only credit people who use the coupon.
by Radiatorman
Thu Jun 03, 2010 11:29 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Updating OrderStatusId
Replies: 4
Views: 3439

Re: Updating OrderStatusId

That didn't work for me. What I ended up doing was finding the code below: bool result = PayOrder(e.Payment); and then adding the following just after it: if (result) { _Order = OrderDataSource.Load(_OrderId); OrderDataSource.UpdateOrderStatus(_Order, 1); } That way if the payment was successful, Or...
by Radiatorman
Wed Jun 02, 2010 5:57 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sql.log
Replies: 2
Views: 3798

Re: Sql.log

Sweet... it worked. Thank you so much.
by Radiatorman
Wed Jun 02, 2010 11:18 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Updating OrderStatusId
Replies: 4
Views: 3439

Re: Updating OrderStatusId

Yes, but nowhere in those sections.
by Radiatorman
Tue Jun 01, 2010 4:26 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Updating OrderStatusId
Replies: 4
Views: 3439

Updating OrderStatusId

When an order is placed and the authorization fails, the user is redirected to PayMyOrderPage via the HandleFailedPayments property. The order is thus assigned an OrderStatusId = 4 (or "Problem"). When purchaser enters in correct payment information and the order is successfully completed, the Order...
by Radiatorman
Tue Jun 01, 2010 3:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sql.log
Replies: 2
Views: 3798

Sql.log

Is there a way to limit or stop (turn on/off) the creation/addition of the sql.log file? It is growing quite rapidly and I have a feeling it's going to fill my disk space.
by Radiatorman
Wed Mar 31, 2010 10:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Credit Card Encryption
Replies: 7
Views: 7120

Re: Credit Card Encryption

Hi Logan... thanks for jumping in. we have a third party connector that imports orders into our accounting system every 15 minutes. I need to parse the encrypted data into its separate parts before reencrypting it then inserting in the accounting system. I just need to know the steps of the operatio...
by Radiatorman
Tue Mar 30, 2010 1:59 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Credit Card Encryption
Replies: 7
Views: 7120

Re: Credit Card Encryption

What are the limitations to being decrypted outside of the server?
by Radiatorman
Thu Feb 18, 2010 5:19 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Credit Card Encryption
Replies: 7
Views: 7120

Credit Card Encryption

I need to important credit card data into my accounting system from AbleCommerce. From what I have read, data is encrypted using AES encryption. I will need to decrypt the data, parse it into individual parts (cc number, cc name, cc expiration), then re-encrypt the data before inserting into my acco...
by Radiatorman
Mon Sep 28, 2009 5:00 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Additional Images Based on SKU
Replies: 1
Views: 1954

Additional Images Based on SKU

I have checked the box to have my images be based on sku. It works great for the default pictures but not for additional pictures. Why doesn't AC pull additional images based on SKU? Has anyone done a work around for this?
by Radiatorman
Mon Sep 21, 2009 12:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Inventory Question
Replies: 2
Views: 2822

Re: Inventory Question

That works... thank you! Now how do I hide the variant option? I don't want that to show.
by Radiatorman
Fri Sep 18, 2009 2:59 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Backend Integration with Sage Pro
Replies: 1
Views: 3005

Backend Integration with Sage Pro

Has anyone done, had done or know of someone who has integrated AC with an accounting ERP system? I'm looking for software that will connect AC7 with Sage Pro 200 ERP. With my current cart I have third party software that runs constantly on a separate system uploading inventory and account updates a...