Search found 61 matches

by nethrelm
Thu Sep 04, 2014 9:48 am
Forum: AbleCommerce GOLD
Topic: Issue with SSL and WCF service
Replies: 4
Views: 3506

Re: Issue with SSL and WCF service

No problem. Always happy to help out where I can!
by nethrelm
Thu Sep 04, 2014 9:47 am
Forum: AbleCommerce GOLD
Topic: Multiple Wishlist bug
Replies: 7
Views: 4256

Re: Multiple Wishlist bug

Well, as I said, I'm not sure where the source of the multiple wishlists came from, but I know that the error that was thrown as a result came from the CommerceBuilder library code, which I showed in my first post. The library is not respecting the wishlist database schema, so it's a bug.
by nethrelm
Thu Sep 04, 2014 9:43 am
Forum: AbleCommerce GOLD
Topic: UserGroups do not migrate?
Replies: 2
Views: 2627

Re: UserGroups do not migrate?

Yes, that's is pretty much what I did. As I said, it was easy to work around, it just caught me by surprise that this behavior wasn't already there. I created a utility method that does the job, and added it after each call to the normal Migrate method where it was needed. public static void Migrate...
by nethrelm
Wed Aug 20, 2014 8:50 am
Forum: AbleCommerce GOLD
Topic: Issue with SSL and WCF service
Replies: 4
Views: 3506

Re: Issue with SSL and WCF service

Thanks for the tips, but I've actually done everything you suggested with no luck so far. I think the only thing I didn't try was forcing SSL on the service and directly setting the request to use the full https url. I will give that a try and report back. As far as the ssl.config goes, I tried addi...
by nethrelm
Tue Aug 19, 2014 3:13 pm
Forum: AbleCommerce GOLD
Topic: Issue with SSL and WCF service
Replies: 4
Views: 3506

Issue with SSL and WCF service

I created a self-hosted WCF Service for my site. The service is located at (root)/Services/MyService.svc and needs to be accessible from any page on the site. It works fine as long as SSL is not enabled. Enabling SSL and calling it from a secure page causes a problem though... So, if I'm on http://w...
by nethrelm
Tue Aug 19, 2014 2:46 pm
Forum: AbleCommerce GOLD
Topic: Multiple Wishlist bug
Replies: 7
Views: 4256

Re: Multiple Wishlist bug

I don't really know how multiple wishlists got created, but it happened. The database does not enforce a unique constraint on the UserId column of ac_Wishlists, so whatever series of steps led to an attempt to save a second wishlist, it succeeded. Once that happens, this error can occur.
by nethrelm
Mon Aug 18, 2014 8:46 am
Forum: AbleCommerce GOLD
Topic: Multiple Wishlist bug
Replies: 7
Views: 4256

Multiple Wishlist bug

We had some errors show up related to Wishlists not being 1:1 with Users. Here is the error log detail: An error has occured at https://www.onlinescuba.com/Login.aspx Exception: Exception of type 'System.Web.HttpUnhandledException' was thrown. Stack Trace: at System.Web.UI.Page.HandleError(Exception...
by nethrelm
Fri Aug 15, 2014 9:43 am
Forum: AbleCommerce GOLD
Topic: UserGroups do not migrate?
Replies: 2
Views: 2627

UserGroups do not migrate?

We have a situation where we automatically add users to special groups if they come from certain referring URLs. However, it has come to our attention that when going through checkout, they are losing their group status. I have tracked this down to the EditBillAddress.aspx.cs file where the customer...
by nethrelm
Mon Aug 11, 2014 9:13 am
Forum: AbleCommerce GOLD
Topic: Variant Sku Search
Replies: 25
Views: 52614

Re: Variant Sku Search

Yes, of course the normal wildcard search works, but that is not really helpful since I need to scan in complete SKUs from barcodes. I have already gone ahead and created the interface I needed and the relevant queries. It will even return dynamic variants (though if it reaches that point it can be ...
by nethrelm
Thu Aug 07, 2014 8:27 am
Forum: AbleCommerce GOLD
Topic: Weird issue with Themes
Replies: 7
Views: 4854

Re: Weird issue with Themes

No, you didn't look at the post closely enough. There are four code blocks posted. The third code block shows the problem occurring in non-preview mode. I have recently discovered that when encountering this problem, shutting down and restarting the site resolves the issue and the theme displays pro...
by nethrelm
Wed Aug 06, 2014 10:02 am
Forum: AbleCommerce GOLD
Topic: Weird issue with Themes
Replies: 7
Views: 4854

Re: Weird issue with Themes

But I am seeing inconsistencies after setting the theme... My second example demonstrates that.
by nethrelm
Tue Jul 22, 2014 10:17 am
Forum: AbleCommerce GOLD
Topic: Weird issue with Themes
Replies: 7
Views: 4854

Re: Weird issue with Themes

It's been a week...Nobody has any idea what might be happening here?
by nethrelm
Wed Jul 16, 2014 8:14 am
Forum: AbleCommerce GOLD
Topic: Weird issue with Themes
Replies: 7
Views: 4854

Re: Weird issue with Themes

No, I have not edited any of them in the admin, and yes these are all checked against the home page (same layout .master file).
by nethrelm
Tue Jul 15, 2014 2:24 pm
Forum: AbleCommerce GOLD
Topic: Weird issue with Themes
Replies: 7
Views: 4854

Weird issue with Themes

Okay, this is really strange and I have no idea why this is happening... I've created multiple themes by copying from a default theme, which was itself copied from one of the included themes (probably Wireframe, but honestly I don't remember at this point). Here is what is happening: the output is r...
by nethrelm
Wed Jun 18, 2014 1:41 pm
Forum: AbleCommerce GOLD
Topic: Variant Sku Search
Replies: 25
Views: 52614

Re: Variant Sku Search

I appreciate the response, and indeed that would be a possible workaround - keyword being work, however. We have some 10,000 products, so to go through and add all the variant skus to the search keywords would be quite time consuming. It would also be error prone from a data entry standpoint. I need...
by nethrelm
Wed Jun 18, 2014 10:10 am
Forum: AbleCommerce GOLD
Topic: Variant Sku Search
Replies: 25
Views: 52614

Variant Sku Search

One of the features that seems to be missing from the product manager, and I feel really should exist, is the ability to put in a Variant Sku in the Sku field and have it still find the product. Right now, this does not happen. If you have a product with a base Sku of say, '1234' and there is a vari...
by nethrelm
Mon Feb 10, 2014 10:34 am
Forum: AbleCommerce GOLD
Topic: JQuery version
Replies: 4
Views: 2761

Re: JQuery version

Fantastic, thanks!
by nethrelm
Wed Jan 29, 2014 7:20 pm
Forum: AbleCommerce GOLD
Topic: JQuery version
Replies: 4
Views: 2761

Re: JQuery version

Good to know. When is the projected release of R7?
by nethrelm
Tue Jan 28, 2014 3:36 pm
Forum: AbleCommerce GOLD
Topic: JQuery version
Replies: 4
Views: 2761

JQuery version

Is it safe to upgrade the JQuery and JQueryUI script references to the most recent version of each or will that break things in the current version of Gold R6? I noticed that there were some potentially non-backward compatible changes made in JQuery 1.9 and 1.10, but I was hoping you guys might know...
by nethrelm
Tue Jan 28, 2014 9:34 am
Forum: AbleCommerce GOLD
Topic: API (MVC Portable Area) Not Working
Replies: 3
Views: 5020

Re: API (MVC Portable Area) Not Working

One last follow up on this for those who may be interested: I did manage to get it working. It turned out that the culprit is a missing VirtualPathProvider owned by the MvcContrib library (AssemblyResourceProvider), which is not added to the HostingEnvironment by the BuildManager when the applicatio...
by nethrelm
Wed Jan 15, 2014 3:40 pm
Forum: AbleCommerce GOLD
Topic: API (MVC Portable Area) Not Working
Replies: 3
Views: 5020

Re: API (MVC Portable Area) Not Working

Okay, so it turns out that it will work if I just host the contents of the website folder directly, and do not do a precompiled publish of the web site. I am not sure why this is the case, and it bothers me that I can't do a precompiled version for better performance, but I guess it is what it is. I...
by nethrelm
Wed Jan 15, 2014 10:19 am
Forum: AbleCommerce GOLD
Topic: API (MVC Portable Area) Not Working
Replies: 3
Views: 5020

API (MVC Portable Area) Not Working

I just did a clean install of a Gold R5 (precompiled, published WAP) on my web server (Windows Server 2008 R2 Standard SP1, IIS 7.5). Everything works as expected except for the sections of the site that use the MvcContrib Portable Areas (namely, the api area). It looks like the view engine is faili...
by nethrelm
Tue Sep 24, 2013 4:21 pm
Forum: AbleCommerce GOLD
Topic: Inconsistent Order Notes Manager vs Dashboard Alerts
Replies: 1
Views: 1875

Inconsistent Order Notes Manager vs Dashboard Alerts

The dashboard alert for unread Order Notes lists all unread notes, whereas the Order Notes Manager filters out system notes. This makes it confusing when you have a dashboard alert like the following: There are 2 unread order note(s). review now [link] But when clicking the link to go to the Order N...
by nethrelm
Tue Sep 24, 2013 1:16 pm
Forum: AbleCommerce GOLD
Topic: Bug in OrderStatusService?
Replies: 1
Views: 1929

Bug in OrderStatusService?

In CommerceBuilder.Services.OrderStatusService, method UpdateInventory(Order, OrderStatus), line 157 of build 6169 I have encountered the following issue: This line executes a HQL Query against the ac_OrderItems table that updates the inventory status of the order's items. However, since this is bei...
by nethrelm
Tue May 28, 2013 11:11 am
Forum: AbleCommerce GOLD
Topic: MyGeneration Templates?
Replies: 4
Views: 5658

Re: MyGeneration Templates?

I see. So I'm pretty much on my own then. Alright, thanks.