Search found 20 matches

by gardnerr
Tue Mar 09, 2010 6:38 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: User.Migrate and Navigation History
Replies: 4
Views: 3024

User.Migrate and Navigation History

Hi,

Could anyone tell me if User.Migrate is supposed to migrate Navigation History? I need to be able to view how a newly created user has clicked through the site. Currently the history starts at the checkout, when the account was made.

Thanks

Rob
by gardnerr
Tue Mar 09, 2010 2:59 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Seach Results Sorted by Relevance
Replies: 16
Views: 14126

Re: Seach Results Sorted by Relevance

Hi Mike, This is due to whether the search engine uses stemming. Full Text Search does use this, so it should return results in both cases. I have attached the files that are needed for the fix. The conlib and scriptlet files will obviously need merging if you've already customised any of these. I h...
by gardnerr
Tue Mar 09, 2010 2:07 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Seach Results Sorted by Relevance
Replies: 16
Views: 14126

Re: Seach Results Sorted by Relevance

I've put a temporary fix in my own site for this. No point in posting the code though if it will be fixed soon.

Able, any idea on time-scales?

Regards

Rob
by gardnerr
Mon Mar 08, 2010 1:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ProductAccessoriesGrid
Replies: 5
Views: 4255

Re: ProductAccessoriesGrid

Hi Mazhar, Thanks for the reply. As a follow-on from this, I am currently getting the dreaded Invalid Viewstate error on my site. This obviously doesn't normally get logged as it is filtered out in Application_Error. However, I am seeing '/Errors/GeneralError.aspx?aspxerrorpath=/ScriptResource.axd' ...
by gardnerr
Sat Mar 06, 2010 5:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ProductAccessoriesGrid
Replies: 5
Views: 4255

Re: ProductAccessoriesGrid

Hi,

Could anyone from Able please tell me why, when an exception was thrown on this line, it was not logged either in the db or log file?

Thanks

Rob
by gardnerr
Tue Mar 02, 2010 3:16 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ProductAccessoriesGrid
Replies: 5
Views: 4255

ProductAccessoriesGrid

Hi AbleCommerce, The following two lines of code in ProductAccessoriesGrid.ascx.cs are causing a null ref exception: HyperLink addToCartLink = PageHelper.RecursiveFindControl(e.Item, "BuyNowLink") as HyperLink; addToCartLink.Visible = false; This happens when one of the products in the accessories g...
by gardnerr
Fri Jan 29, 2010 6:24 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Canonical URL Issue - Two Forward Slashes
Replies: 4
Views: 5202

Canonical URL Issue - Two Forward Slashes

Hi, The changes in 7.4 that add canonical urls to each page have caused an issue for me. I ran the IIS SEO tools and noticed that nearly every page was being crawled as http://localhost/category-c1.aspx and also http://localhost//category-c1.aspx - with two forward slashes. I have also noticed in th...
by gardnerr
Fri Jan 29, 2010 6:07 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Seach Results Sorted by Relevance
Replies: 16
Views: 14126

Re: Seach Results Sorted by Relevance

Thank Mazhar. This is an essential feature - I'm just surprised it hasn't been raised sooner.

Regards

Rob
by gardnerr
Fri Jan 29, 2010 5:46 pm
Forum: Feature Requests
Topic: 3D Secure Integration
Replies: 5
Views: 9922

Re: 3D Secure Integration

Hi, I've recently integrated 3D Secure into AbleCommerce 7. My integration is based on the sample provided on the SagePay website. Just wanted to say that it is possible to integrate 3D Secure, just a little bit tricky in terms of the flow through the checkout process, and minimising the number of c...
by gardnerr
Fri Jan 29, 2010 4:01 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Seach Results Sorted by Relevance
Replies: 16
Views: 14126

Seach Results Sorted by Relevance

Hi, I wish to have a site search option that sorts results by relevance. At the moment, if I search for a product named Dart 200, for example, I get back the full text search results sorted by name, and the Dart 200 is half way down the page. I know how to implement a custom sort, but I would then b...
by gardnerr
Tue Nov 17, 2009 4:23 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Extensionless Url Rewriting
Replies: 1
Views: 2019

Extensionless Url Rewriting

Hi, I am wanting to use extensionless URLs (i.e. without .aspx). I have got this to work by using runAllManagedModulesForAllRequests="true" for modules in web.config and implementing IUrlRewriter and IUrlGenerator. I was just wanting to know if there are any potential issues with using runAllManaged...
by gardnerr
Thu Nov 12, 2009 1:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add to Cart Error
Replies: 3
Views: 3326

Re: Add to Cart Error

Hi, I'm still having this issue. I have debugged as much as I can, and I can see that 5 and 1 are being passed into CommerceBuilder.Orders.BasketItemDataSource.CreateForProduct, with 5 being a valid product id. It works fine on my dev pc, but on the live server I get the null ref exception. I am usi...
by gardnerr
Wed Nov 11, 2009 3:48 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add to Cart Error
Replies: 3
Views: 3326

Re: Add to Cart Error

Hi, it's the FeaturedProductsGrid. It works fine on my test IIS server - I only get the problem on the live server, but the site and web.config are the same.

Thanks

Rob
by gardnerr
Wed Nov 11, 2009 1:28 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add to Cart Error
Replies: 3
Views: 3326

Add to Cart Error

Hi, I'm getting the attached error when using the add to cart button on the home page. I can add products fine from the product page. Just wondered if anyone knew what might be causing this. Thanks in advance Rob Gardner System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledE...
by gardnerr
Mon Nov 09, 2009 5:10 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Run Code When Catalog Changes
Replies: 2
Views: 2305

Run Code When Catalog Changes

Hi,

Could anyone possibly tell me the best way to run some custom code whenever the structure of the catalog changes in terms of categories? I am caching the structure for performance reasons and I would like to clear the cache when a change is made to the catalog.

Thanks

Rob
by gardnerr
Sat Nov 07, 2009 2:54 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Componentart.css
Replies: 1
Views: 1993

Componentart.css

Hi,

Could anyone please tell me if it is possible to remove the link to Componentart.css from all pages as I am not using the componentart controls (not that I am aware of anyway).

Thanks


Rob Gardner
by gardnerr
Thu Oct 22, 2009 5:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Static Web Pages
Replies: 1
Views: 1846

Static Web Pages

Hi, I just have a couple of questions regarding the use of static web pages within the catalog: 1. Could anyone please tell me if it is possible to change the layout used for web pages that are setup in the catalog? - I don't want the left sidebar to be displayed. 2. I'd also like to know if it poss...
by gardnerr
Tue Oct 06, 2009 11:37 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Stop Category Menu Hiding
Replies: 5
Views: 7451

Stop Category Menu Hiding

Hi,

I've not been using AbleCommerce for long, so my apologies if this is a silly question.

I am using the out of the box category tree, and when a category is selected the tree is hidden. Could you please tell me how I can prevent this so that it is always displayed?

Thanks

Rob
by gardnerr
Tue Oct 06, 2009 6:51 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Magic Toolbox
Replies: 1
Views: 2379

Magic Toolbox

Hi,

Just wondered if anyone has successfully integrated Magic Toolbox, specifically Magic Zoom. If not, any thoughts on whether this would be possible and straight forward to do?

Thanks in advance

Rob
by gardnerr
Sun Oct 04, 2009 4:01 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 30 day trial problems
Replies: 8
Views: 7937

Re: 30 day trial problems

Hi, just wondering if a solution was ever found to this issue?

Thanks

Rob G