Search found 1283 matches

by Logan Rhodehamel
Tue Feb 19, 2013 9:16 pm
Forum: AbleCommerce GOLD
Topic: Building source code
Replies: 2
Views: 3366

Re: Building source code

It is almost certainly due to our obfuscation (encryption). You can build a release dll and use it, but you would not be permitted to distribute it to others.
by Logan Rhodehamel
Wed Feb 13, 2013 9:49 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS changes again 2013?
Replies: 32
Views: 35269

Re: USPS changes again 2013?

When I install this new DLL patch on my website, will my current integration for USPS be overwritten? Will it reset the integrations User Name and Password? Also, will I have to go back and reset zones and groups? It will not reset the integration, nor will you have to reset zones and groups. It's ...
by Logan Rhodehamel
Tue Feb 12, 2013 9:20 pm
Forum: AbleCommerce GOLD
Topic: Add to Wishlist styling
Replies: 4
Views: 7077

Re: Add to Wishlist styling

Sorry, I left out the third step. The first two things you write are great. The last piece is that you have to go find the asp:Button entry for the wishlist and change the SkinId to your new one. So for example in the file ConLib\BuyProductDialog.ascx, around line 169 there is this button code: <asp...
by Logan Rhodehamel
Fri Feb 08, 2013 3:47 pm
Forum: AbleCommerce GOLD
Topic: Add to Wishlist styling
Replies: 4
Views: 7077

Re: Add to Wishlist styling

For some controls (like buttons) we may use a feature of ASP.NET themes called skins. If you look in folder for the active theme in your store, you will find a file named style.skin. So for example, ~/App_Themes/Computer/style.skin. You can open this file in an editor and the top will look like this...
by Logan Rhodehamel
Wed Feb 06, 2013 6:43 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Related products in 7.0.7
Replies: 3
Views: 4292

Re: Related products in 7.0.7

It looks like a valid bug. If you open the file RelatedProducts.ascx.cs around line 89 you find this: if (relatedProduct.ChildProduct.Visibility == CatalogVisibility.Public) A quick fix might be to add a check against the MaxItems property: if (relatedProduct.ChildProduct.Visibility == CatalogVisibi...
by Logan Rhodehamel
Wed Feb 06, 2013 6:40 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Lifetime Limits?
Replies: 3
Views: 3915

Re: Lifetime Limits?

Food for thought... If your store allows people to come and register without restriction they might be able to bypass user based limits.
by Logan Rhodehamel
Mon Feb 04, 2013 3:28 pm
Forum: AbleCommerce GOLD
Topic: Quick AddToCart - Searching/Displaying Products
Replies: 2
Views: 3774

Re: Quick AddToCart - Searching/Displaying Products

You may be able to use ProductDataSource.AdvancedSearch method. It will only return public products.
by Logan Rhodehamel
Mon Feb 04, 2013 11:27 am
Forum: AbleCommerce GOLD
Topic: sagepay error
Replies: 5
Views: 5919

Re: sagepay error

With the additional information we were able to solve this. We can't offer an immediate workaround for R3 because it requires a change in our compiled source. However the problem will be solved for the R4 release. Judy I do not believe this would impact the 7x line based on what is triggering the se...
by Logan Rhodehamel
Fri Feb 01, 2013 5:17 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS changes again 2013?
Replies: 32
Views: 35269

Re: USPS changes again 2013?

The 2012 problem was identified earlier this week. The earlier version of CommerceBuilder.USPS was not reading in from the uspsmethods.csv file containing the updated definitions. That's why we had to update the patch and help site. It's that updated version that seems to have trouble in your enviro...
by Logan Rhodehamel
Fri Feb 01, 2013 3:41 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS changes again 2013?
Replies: 32
Views: 35269

Re: USPS changes again 2013?

OK I am going to try on another server. If GMWebmaster's post above is accurate than that would be another instance of it working on 7.0.3. We just need to figure out what is different here.
by Logan Rhodehamel
Fri Feb 01, 2013 1:56 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS changes again 2013?
Replies: 32
Views: 35269

Re: USPS changes again 2013?

Hi Logan, I installed .NET 4 last night, installed the 358 DLL this morning and the USPS shipping methods quit working. I Re-installed the 320 DLL and it fired right back up. Thanks Chip I don't think it is related to .NET since I knocked mine down to .NET 2.0 and it didn't have any issue. If you h...
by Logan Rhodehamel
Fri Feb 01, 2013 12:26 pm
Forum: AbleCommerce GOLD
Topic: ConLib / Scriptlet for ProductPage - Specific Product
Replies: 6
Views: 6115

Re: ConLib / Scriptlet for ProductPage - Specific Product

Yeah you are on the right track. Your change allows the scriptlet to accept a parameter that can be represented via string.

Judy, in the initial post it says they have created a wrapper for HtmlContainer. I'm not sure what the customization is but HtmlContainer has support for ConLib refrences.
by Logan Rhodehamel
Thu Jan 31, 2013 6:52 pm
Forum: AbleCommerce GOLD
Topic: ConLib / Scriptlet for ProductPage - Specific Product
Replies: 6
Views: 6115

Re: ConLib / Scriptlet for ProductPage - Specific Product

I can tell you that the difficulty with the parameter you want to pass is that the ConLib is expecting an object, rather than a string or an integer. I checked ProductImage scriptlet and it doesn't have a way to do what you want right now . However it might not be too hard to fit it in. The code beh...
by Logan Rhodehamel
Thu Jan 31, 2013 1:51 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS changes again 2013?
Replies: 32
Views: 35269

Re: USPS changes again 2013?

I'm not sure... I just asked to look for any clue as to why there was a difference. I am running .NET 4 so this gives me an avenue to investigate.
by Logan Rhodehamel
Thu Jan 31, 2013 10:37 am
Forum: AbleCommerce GOLD
Topic: sagepay error
Replies: 5
Views: 5919

Re: sagepay error

We've been trying on our end to reproduce this without success. Is there any chance you can provide a screen shot of the problem screen? You could post it inline to the thread or send via PM if it has sensitive information.
by Logan Rhodehamel
Thu Jan 31, 2013 10:18 am
Forum: AbleCommerce GOLD
Topic: Where is HTMLHead in Gold?
Replies: 20
Views: 19504

Re: Where is HTMLHead in Gold?

Rich snippets got added as a feature task as well. That one will take some research but microdata format looks promising.
by Logan Rhodehamel
Wed Jan 30, 2013 6:16 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS changes again 2013?
Replies: 32
Views: 35269

Re: USPS changes again 2013?

Do you have a copy of the prior DLL to put back into place? If not let me know and I can get it to you.

Something is not adding up. Everything so far has appeared configured correctly. Are you using .NET 2 or .NET 4?
by Logan Rhodehamel
Wed Jan 30, 2013 2:31 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS changes again 2013?
Replies: 32
Views: 35269

Re: USPS changes again 2013?

1/30/2013 2:58:06 PM Warn Could not obtain provider instance for 'First-Class Mail (2-3 days)'. Instance is null. 1/30/2013 2:58:06 PM Warn Could not obtain provider instance for 'Priority Mail (3-4 Days)'. Instance is null. These lines seem to indicate there is some trouble loading or creating the...
by Logan Rhodehamel
Wed Jan 30, 2013 11:40 am
Forum: AbleCommerce GOLD
Topic: Where is HTMLHead in Gold?
Replies: 20
Views: 19504

Re: Where is HTMLHead in Gold?

Because of this thread we've logged a few todo items for our next round of updates. We will add the ability to alter the title, a separate meta and search keywords field, and restore the HTMLHead field for uses unrelated to the SEO meta tags.
by Logan Rhodehamel
Wed Jan 30, 2013 11:38 am
Forum: AbleCommerce GOLD
Topic: rebuild index
Replies: 2
Views: 4002

Re: rebuild index

FYI the upcoming R4 release includes support for SQL Server FTS as a third provider option.
by Logan Rhodehamel
Wed Jan 30, 2013 11:37 am
Forum: AbleCommerce GOLD
Topic: Webpages, NHibernate and LoadForCriteria
Replies: 5
Views: 9725

Re: Webpages, NHibernate and LoadForCriteria

Not having a LoadForCategory method for webpages is unfortunate. I've logged a task to get that added. Implementing this query as a first experience with NHibernate might be frustrating. It involves two different tables. To help you along I've implemented this custom class: WebpageHelper.cs.txt This...
by Logan Rhodehamel
Tue Jan 29, 2013 5:07 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS changes again 2013?
Replies: 32
Views: 35269

Re: USPS changes again 2013?

It just sends me here: I'll need you to turn off custom error messages long enough to get the real error. First find the file web.config in the root of your website. Open it up in a text editor and locate this line: <customErrors mode="On" defaultRedirect="~/Errors/GeneralError.aspx"> Change it so ...
by Logan Rhodehamel
Tue Jan 29, 2013 3:41 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS changes again 2013?
Replies: 32
Views: 35269

Re: USPS changes again 2013?

I just installed a fresh copy of AC706, configured the original USPS shipping methods, then applied 7.3.14358 version of the DLL attached above. I also installed the latest uspsmethods.csv file. It seemed to take effect. I was able to access the edit shipping method page as well as the configuration...
by Logan Rhodehamel
Tue Jan 29, 2013 1:52 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS changes again 2013?
Replies: 32
Views: 35269

Re: USPS changes again 2013?

Attached is version 7.3.14358 of the CommerceBuilder.USPS.dll file. This DLL should be valid for anyone using AbleCommerce 7.0.3 and higher. Putting it in place will allow the updated service definitions to be read. I still haven't determined how this was missed for an entire year. Possibly the serv...
by Logan Rhodehamel
Tue Jan 29, 2013 12:29 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS changes again 2013?
Replies: 32
Views: 35269

Re: USPS changes again?

Hi Chip - Make sure you haven't left a backup copy of the CommerceBuilder.usps.dll file in the bin folder of your installation. Sometimes people will rename these files to something else prior to installing a patch. If another version of the dll is even in the folder it will still be loaded up and w...