Search found 9 matches

by rusty
Mon Oct 15, 2012 4:03 pm
Forum: AbleCommerce GOLD
Topic: Enabling SSL does not seem to function
Replies: 10
Views: 13535

Re: Enabling SSL does not seem to function

Thanks Logan - That little code snippet helps quite a bit. We will go through the templates and do the updates.

Much appreciated!
by rusty
Fri Oct 12, 2012 5:37 pm
Forum: AbleCommerce GOLD
Topic: Enabling SSL does not seem to function
Replies: 10
Views: 13535

Re: Enabling SSL does not seem to function

AbleCommerce sent us a patch for build 4194 which did the trick. I will be deleting my repo off of BitBucket once I have a the URL that their patch can be downloaded.

Thanks for the help!
by rusty
Thu Oct 11, 2012 5:19 pm
Forum: AbleCommerce GOLD
Topic: Enabling SSL does not seem to function
Replies: 10
Views: 13535

Re: Enabling SSL does not seem to function

I wrote a little HttpModule that seems to have patched the issue for the time being. We have a support ticket out with AC in the mean time. The code is published to BitBucket if anyone else needs it for the time being. You will need to reference your own CommerceBuilder.dll. https://bitbucket.org/mi...
by rusty
Tue Oct 09, 2012 4:31 pm
Forum: AbleCommerce GOLD
Topic: Enabling SSL does not seem to function
Replies: 10
Views: 13535

Re: Enabling SSL does not seem to function

Thanks - I will try and participate more in the future but first things first :-). Is the SSL switch a known issue or have I missed the new location of the configurations? Our client is very anxious to get out of catalog mode.
by rusty
Tue Oct 09, 2012 1:03 pm
Forum: AbleCommerce GOLD
Topic: Patch for ConLib\BuyProductDialogOptionsList.ascx
Replies: 1
Views: 4706

Patch for ConLib\BuyProductDialogOptionsList.ascx

We noticed that the Add to Cart buttons were broken in this control.

Quick fix:

On or around line 149 Add

//PATCH
Basket basket = AbleContext.Current.User.Basket;


And then on or around line 156 Add

//PATCH
basketItem.Basket = basket;
by rusty
Tue Oct 09, 2012 12:51 pm
Forum: AbleCommerce GOLD
Topic: Enabling SSL does not seem to function
Replies: 10
Views: 13535

Enabling SSL does not seem to function

We have encountered a problem with AC Gold and was wondering if anyone else has seen the issue. Basically we have a site running in catalog mode since since the application does seem to respect the SSL Enabled setting. Specifically, when checking the "SSL Enabled" (check box located: Configure -> Se...
by rusty
Thu Jun 07, 2012 11:57 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Old Fedex API going to break?
Replies: 18
Views: 21761

Re: Old Fedex API going to break?

I just wanted to follow up on my previous post. The issue turned out to be a simple configuration change which the customer needed to make. The patch appears to be working fine.

Thanks!
by rusty
Wed Jun 06, 2012 6:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Old Fedex API going to break?
Replies: 18
Views: 21761

Re: Old Fedex API going to break?

Yesterday (6/5/2012) one of our clients noticed that the Fed-Ex options for 2-day air, international, etc. stopped showing up. We had originally applied the patch 5/18/2012. Everything had been running fined until yesterday. We noticed that the patch was updated on 5/31 with mention of the internati...
by rusty
Fri Apr 18, 2008 5:05 pm
Forum: Feature Requests
Topic: Catalog Mode by User Group
Replies: 0
Views: 2894

Catalog Mode by User Group

I have been trying to come up with a way to create a store that is in catalog mode by default and then allow users to view pricing and place orders once they have been authenticated. Essentially, the store is for wholesalers only but the client would like to display their products to perspective cus...