Search found 61 matches

by nethrelm
Fri Nov 22, 2019 6:37 pm
Forum: AbleCommerce GOLD
Topic: Same UserId Being Reused By Different Anonymous Sessions
Replies: 8
Views: 18344

Re: Same UserId Being Reused By Different Anonymous Sessions

Katie, Our Source Code subscription expired on 5/7/2018, but I never got updated Source Code entries in my Downloads area for my account even while it was active. Any time I needed them I had to get someone on the phone and they eventually provided them. I don't know why they didn't just automatical...
by nethrelm
Mon Nov 18, 2019 1:06 pm
Forum: AbleCommerce GOLD
Topic: Same UserId Being Reused By Different Anonymous Sessions
Replies: 8
Views: 18344

Re: Same UserId Being Reused By Different Anonymous Sessions

Thank you mazhar, I appreciate that. Can you tell me if the code in WebUserLocator was changed between CommerceBulder version 7.86.5078.20807 (this is the version of the source code I have), and CommerceBuilder version 7.92.6513.13166 (this is the version we are actually running)? The reason I ask i...
by nethrelm
Thu Nov 14, 2019 12:20 pm
Forum: AbleCommerce GOLD
Topic: Same UserId Being Reused By Different Anonymous Sessions
Replies: 8
Views: 18344

Re: Same UserId Being Reused By Different Anonymous Sessions

Okay, but I need to be able to change this behavior. I need to respond to the first request from a user accurately and I can't do that when the user data is some crazy amalgamation of various random visitors. My understanding after talking to Katie (who pointed me to another thread discussing this) ...
by nethrelm
Wed Nov 06, 2019 2:33 pm
Forum: AbleCommerce GOLD
Topic: Same UserId Being Reused By Different Anonymous Sessions
Replies: 8
Views: 18344

Same UserId Being Reused By Different Anonymous Sessions

So I've run into this several times over the past few years and it was strange but never caused a real "problem" for us until recently. What seems to be happening is that, sometimes, a given UserId will get assigned to an anonymous visitor, and that same UserId will also get assigned to a different ...
by nethrelm
Fri Feb 03, 2017 6:57 am
Forum: AbleCommerce GOLD
Topic: Plan for Checkout By Amazon discontinuing?
Replies: 2
Views: 4320

Re: Plan for Checkout By Amazon discontinuing?

Any updates on this? We have received notice that Checkout by Amazon will no longer process new payments as of April 2nd, 2017. It is being discontinued in favor of Pay with Amazon.
by nethrelm
Mon Dec 26, 2016 6:22 am
Forum: AbleCommerce GOLD
Topic: Encryption - Unable to validate data error
Replies: 25
Views: 35494

Re: Encryption - Unable to validate data error

While I certainly do appreciate the fix, I only keep the source code for reference (exactly for circumstances like this). I never make changes to it. I used to in the pre-Gold version and found myself changing way too many things to the point that there were irreconcilable differences between my ver...
by nethrelm
Mon Dec 19, 2016 6:04 am
Forum: AbleCommerce GOLD
Topic: Encryption - Unable to validate data error
Replies: 25
Views: 35494

Re: Encryption - Unable to validate data error

GoldR12SR1 (build 9266)
by nethrelm
Wed Dec 14, 2016 11:44 am
Forum: AbleCommerce GOLD
Topic: Encryption - Unable to validate data error
Replies: 25
Views: 35494

Re: Encryption - Unable to validate data error

I've been trying to figure this issue out myself for quite some time, and I found a tangentially related bug when attempting to remove or change the encryption key. The algorithm used in the RecryptionHelper class to perform the actual data recryption operation ( InternalRecryptDatabase method) is f...
by nethrelm
Thu Mar 31, 2016 6:13 am
Forum: AbleCommerce GOLD
Topic: Plan for Checkout By Amazon discontinuing?
Replies: 2
Views: 4320

Plan for Checkout By Amazon discontinuing?

We received this e-mail from Amazon: Dear Customer, Thank you for being a loyal Amazon Payments customer and offering Amazon buyers the ability to transact on your site using Checkout by Amazon. Over the years we have developed a differentiated Commerce Identity offering for merchants and consumers ...
by nethrelm
Wed Nov 18, 2015 1:32 pm
Forum: AbleCommerce GOLD
Topic: Importing Amazon Seller Central Orders
Replies: 4
Views: 14548

Re: Importing Amazon Seller Central Orders

Oh, and obviously you need to create a UI to add/update the settings we defined. It won't work without your MerchantID and all that jazz. I also realize looking over the code that I should have made the config.ServiceURL a setting as well so that if it changes I won't need to modify the code and rec...
by nethrelm
Wed Nov 18, 2015 1:23 pm
Forum: AbleCommerce GOLD
Topic: Importing Amazon Seller Central Orders
Replies: 4
Views: 14548

Re: Importing Amazon Seller Central Orders

Well, let's see.......First we have some settings to define: using CommerceBuilder.Common; using CommerceBuilder.Utility; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace AbleCommerce.Plugins.Amazon.MWS { public static class Settings { public static voi...
by nethrelm
Wed Nov 18, 2015 11:34 am
Forum: AbleCommerce GOLD
Topic: Importing Amazon Seller Central Orders
Replies: 4
Views: 14548

Re: Importing Amazon Seller Central Orders

We do this. I pull orders using the Amazon MWS C# library. It's not exactly what I would consider a publishing-ready plugin though. There were a lot of customizations I added that the Amazon stuff has dependencies on (e.g., a custom plugins system, a task system that is a plugin for the previous, wr...
by nethrelm
Thu Jul 02, 2015 9:50 am
Forum: AbleCommerce GOLD
Topic: Volume Discount validation bug
Replies: 2
Views: 2369

Re: Volume Discount validation bug

Any info on this? There is a similar issue with IPaymentMethodProvider and its UserHasAccess method. The PaymentMethod object also has this method and duplicates (DRY!) the code in the default PaymentMethodProvider.UserHasAccess implementation. I did not find any references that call the PaymentMeth...
by nethrelm
Thu Jul 02, 2015 9:42 am
Forum: AbleCommerce GOLD
Topic: Affiliate system not working as expected
Replies: 2
Views: 2241

Affiliate system not working as expected

There are several issues I've found with the Affiliate system. First of all, it is not enabled out of the box and there is nothing to indicate that it needs to be turned on or how to do so. It seems it is simply a matter of accessing ~/Marketing/Affiliates/Default.aspx and saving the settings once t...
by nethrelm
Wed Jun 24, 2015 12:08 pm
Forum: AbleCommerce GOLD
Topic: Volume Discount validation bug
Replies: 2
Views: 2369

Volume Discount validation bug

I was looking at creating a customization to the way volume discounts work, and I saw that there were two services that can be implemented: IDiscountCalculator and IVolumeDiscountProvider. That's great, but there is one problem I found... I shouldn't need to do a custom implementation of IDiscountCa...
by nethrelm
Wed May 20, 2015 9:37 am
Forum: AbleCommerce GOLD
Topic: PayPal In-Context Checkout
Replies: 0
Views: 3501

PayPal In-Context Checkout

PayPal has introduced a new Express Checkout interface called In-Context Checkout. It allows for customers to check out using PayPal without leaving your store's web site. I have requested the feature here: https://ablecommerce.uservoice.com/forums/178762-ablecommerce-gold/suggestions/8027877-update...
by nethrelm
Tue May 05, 2015 9:46 am
Forum: AbleCommerce GOLD
Topic: Security Risk in User.Migrate
Replies: 7
Views: 5115

Re: Security Risk in User.Migrate

Yes, I made the original suggestion. However, the migrate method can also transfer affiliates, baskets, wishlists, page views, and order data. The potential data corruption that can result from the migrate method goes well beyond user groups (and hence well beyond the scope of my suggestion). Restri...
by nethrelm
Tue May 05, 2015 7:40 am
Forum: AbleCommerce GOLD
Topic: Security Risk in User.Migrate
Replies: 7
Views: 5115

Re: Security Risk in User.Migrate

There are actually several other places where User.Migrate is called that can lead to this issue. If you want to address them all (and you should), here is a list: Admin/Login.aspx.cs Checkout/Default.aspx.cs ConLib/CheckoutLoginDialog.ascx.cs ConLib/LoginDialog.ascx.cs Mobile/Checkout/Default.aspx....
by nethrelm
Mon May 04, 2015 1:38 pm
Forum: AbleCommerce GOLD
Topic: Security Risk in User.Migrate
Replies: 7
Views: 5115

Security Risk in User.Migrate

If a user with an active session manually goes to any of the login pages (while already being logged in) they can log in again with another account and this will cause the second account to become associated with any groups of the first account. Example: Say there are two user accounts: user@domain....
by nethrelm
Mon Dec 01, 2014 1:06 pm
Forum: AbleCommerce GOLD
Topic: Stack Overflow in R9 Search Page
Replies: 7
Views: 5505

Re: Stack Overflow in R9 Search Page

Have you guys figured out the problem with this yet? Can I get a patch please?
by nethrelm
Sat Oct 11, 2014 8:10 am
Forum: AbleCommerce GOLD
Topic: Custom Data Feed
Replies: 8
Views: 5463

Re: Custom Data Feed

Yes and no, the StoreSettings values are stored in the database (in the ac_StoreSettings table). The ApplicationSettings are parsed from an XML config file in the App_Data folder. When the settings are loaded, or modified and saved, the former causes a trip to the database, and the latter reads/writ...
by nethrelm
Sat Oct 11, 2014 7:16 am
Forum: AbleCommerce GOLD
Topic: Stack Overflow in R9 Search Page
Replies: 7
Views: 5505

Re: Stack Overflow in R9 Search Page

Lucene. The problem also manifests when the search string contains the double-quote character, and I suspect possibly some other special characters as well. Here is an excerpt from a crash dump: CommerceBuilder.Search.Providers.LuceneSearchProvider.UseSQLSearch(System.String) 000000000cc96310 000007...
by nethrelm
Fri Oct 10, 2014 7:38 pm
Forum: AbleCommerce GOLD
Topic: Stack Overflow in R9 Search Page
Replies: 7
Views: 5505

Stack Overflow in R9 Search Page

We are getting a StackOverflowException from Search.aspx originating in: CommerceBuilder.Search.Providers.SearchProviderBase.AdvancedSearchCountByManufacturer(System.String, Int32, Boolean, Boolean, Boolean, System.Decimal, System.Decimal) Whenever the search string contains a dash/minus ('-') chara...
by nethrelm
Wed Oct 08, 2014 1:53 pm
Forum: AbleCommerce GOLD
Topic: Custom Data Feed
Replies: 8
Views: 5463

Re: Custom Data Feed

That's just a syntax error. There is no member named CustomFeedInterval defined in the ApplicationSettings class (defined in CommerceBuilder.dll). You can add custom values to the config file though (e.g., <item key="CustomFeedInterval" value="120" />), and then access them with: ApplicationSettings...