Search found 60 matches

by rpb3
Fri Oct 06, 2017 7:18 am
Forum: AbleCommerce GOLD
Topic: R6 - FORCE SSL
Replies: 4
Views: 6715

Re: R6 - FORCE SSL

This sounds like just the thing we're looking for. Search rankings are getting hammered by Google and probably others partly because of this. So you 1 - add the rewrite rules to your web config 2 - Uncheck the "SSL Enabled" box in Configure - Security - System Settings Did you 3 - Change the "Store ...
by rpb3
Wed Aug 16, 2017 2:38 am
Forum: AbleCommerce GOLD
Topic: Large catalog timeout generating Sitemap file
Replies: 7
Views: 10640

Re: Large catalog timeout generating Sitemap file

Yes, he has many products that are not public. Product samples, fabric remnants, etc. I probably need to get with him and remove some if possible but he might want to save the order history on them. Would have to look into that. I was wrong on the product count. ProductId is up to 238K but only 168K...
by rpb3
Fri Aug 11, 2017 5:22 pm
Forum: AbleCommerce GOLD
Topic: Large catalog timeout generating Sitemap file
Replies: 7
Views: 10640

Re: Large catalog timeout generating Sitemap file

After much investigation... I figured out it was simply too many products in the DB (around 250,000)... so I switched out this code: foreach (Product prod in store.Products) { if (prod.Visibility == CatalogVisibility.Public) { url = UrlGenerator.GetBrowseUrl(prod.Id, CatalogNodeType.Product, prod.Na...
by rpb3
Fri Aug 11, 2017 1:52 pm
Forum: AbleCommerce GOLD
Topic: Large catalog timeout generating Sitemap file
Replies: 7
Views: 10640

Re: Large catalog timeout generating Sitemap file

Joe... did you ever figure this out? I have a site doing the same thing all of a sudden. Also has a very large catalog.
by rpb3
Tue Aug 16, 2016 4:11 pm
Forum: AbleCommerce GOLD
Topic: Gold R10 Category Sort Time out
Replies: 2
Views: 4189

Re: Gold R10 Category Sort Time out

Any idea what to do? For now I have that commented out because we can't work with it in there.

I don't know what sorting items in one category has to do with the order in the sub categories so I have no idea how to fix that problem.

The page needs to wait for the loop to finish.
by rpb3
Sat Aug 06, 2016 8:25 am
Forum: AbleCommerce GOLD
Topic: Gold R10 Category Sort Time out
Replies: 2
Views: 4189

Gold R10 Category Sort Time out

Category Sort not working on large store. We have a large store and are not able sort and save categories with many subcategories/products. Works on small categories just fine. On large categories we get the AJAX spinning wheel then comes back to the sort page and new sort is not saved. The followin...
by rpb3
Mon Mar 28, 2016 5:32 pm
Forum: AbleCommerce GOLD
Topic: What happened to ProductVolumeDiscounts?
Replies: 4
Views: 3932

Re: What happened to ProductVolumeDiscounts?

Thanks jmestep, I think that will help in those areas where I needed to get a list of "product volume discounts". Then it looks like I'll have to make this other change (assuming everything else is setup the same)... Convert this: VolumeDiscount vd = GetVolumeDiscount(_discountAmount, 30); ProductVo...
by rpb3
Thu Mar 24, 2016 7:57 pm
Forum: AbleCommerce GOLD
Topic: What happened to ProductVolumeDiscounts?
Replies: 4
Views: 3932

What happened to ProductVolumeDiscounts?

In the old version 7.0x version, I had several custom imports from vendor data that referenced the ProductVolumeDiscounts collection and objects. Those are apparently gone in GOLD??? It looks like the ProductVolumeDiscounts has been "replaced" by regular VolumeDiscounts? If I'm wrong, please correct...
by rpb3
Thu Jul 16, 2015 3:35 pm
Forum: Good Reference Posts
Topic: Porting AC 7 codes To AC Gold
Replies: 4
Views: 15779

Re: Porting AC 7 codes To AC Gold

Yes, I figured that out but I don't think that is what I need. Although that line of code is technically acceptable it doesn't really get me what I want. I don't believe you can run queries using the IDatabaseSessionManager object. I think I am going to have to figure out how to do that with NHibern...
by rpb3
Wed Jul 15, 2015 9:51 pm
Forum: Good Reference Posts
Topic: Porting AC 7 codes To AC Gold
Replies: 4
Views: 15779

Re: Porting AC 7 codes To AC Gold

This was helpful mazhar... but can you tell me the best way to convert something like this? public virtual bool Load(Int32 pCategoryId) { bool result = false; this.CategoryId = pCategoryId; //CREATE THE DYNAMIC SQL TO LOAD OBJECT StringBuilder selectQuery = new StringBuilder(); selectQuery.Append("S...
by rpb3
Tue Apr 08, 2014 9:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Change warning message from basket.validate
Replies: 7
Views: 12484

Re: Change warning message from basket.validate

Hey mazhar, you still around?

I am revisiting this old post here and am wondering if this solution is applicable to AC Gold?

I can't locate a resources.resx file for that version and I don't want to grab an old one.

Do you have any suggestions?
by rpb3
Thu Jul 07, 2011 6:50 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Order.GetBalance vs Order.GetCustomerBalance
Replies: 3
Views: 2753

Re: Order.GetBalance vs Order.GetCustomerBalance

Thanks Judy, I don't know how I missed the HandleFailedPayments parameter. And I wonder why that wouldn't be the default and to not handle them be the exception? I've played with the triggers but my clients are always very confused when you can place an order, have the payment fail authorization and...
by rpb3
Tue Jul 05, 2011 10:17 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Order.GetBalance vs Order.GetCustomerBalance
Replies: 3
Views: 2753

Re: Order.GetBalance vs Order.GetCustomerBalance

Does anyone have an update on this? I am now implementing a 7.0.7 store and have the same problem. If a customer submits an order and the authorization fails, the customer does not receive any notification that the order has a balance due. Everything looks just fine to them unless they really read t...
by rpb3
Fri Jun 24, 2011 10:10 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ParseMetaTags compilation error
Replies: 2
Views: 2223

Re: ParseMetaTags compilation error

Figured it out, had to download the patch from here...

http://help.ablecommerce.com/index.htm# ... _tasks.htm

Here is the direct link to the patch.

ftp://ftp.ablecommerce.com/patches/PageHelper.zip
by rpb3
Fri Jun 24, 2011 10:06 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ParseMetaTags compilation error
Replies: 2
Views: 2223

ParseMetaTags compilation error

New upgrade/install of AC 7.0.7 and when I try to edit any content pages I get this error. Compiler Error Message: CS0117: 'PageHelper' does not contain a definition for 'ParseMetaTags' Source Error: Line 39: string metaDescription = string.Empty; Line 40: Line 41: List<HtmlMetaWraper> hmwList = Pag...
by rpb3
Wed Jun 22, 2011 6:25 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Taxes for Pickup orders
Replies: 12
Views: 9786

Re: Taxes for Pickup orders

Thanks Judy, that is what I figured. I suppose there is a bit of customization to the site to handle that appropriately. Has anyone typed up an example or step by step process for setting that up? Or are we on our own?
by rpb3
Wed Jun 22, 2011 12:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Taxes for Pickup orders
Replies: 12
Views: 9786

Re: Taxes for Pickup orders

Can someone elaborate on the "pickup option" you are talking about? Is this actually an option somewhere that we can turn on or choose? Or is it simply a custom flat rate shipping method?
by rpb3
Mon May 16, 2011 9:39 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Asset Manager lags with over 4000 images
Replies: 5
Views: 3853

Re: Asset Manager lags with over 4000 images

I ended up adding paging to the left "sidebar" / file list. It took a bit of work to get it to work with the file details section and file picker but it seems to be working pretty well. Probably still needs some tweaking but I haven't found any problems yet, knock on wood. PM me if your interested t...
by rpb3
Tue May 10, 2011 9:21 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Asset Manager lags with over 4000 images
Replies: 5
Views: 3853

Re: Asset Manager lags with over 4000 images

Has anyone made any progress on this? I am converting an old ASP site to Able 7.0.7 and he has 80,000 + images all named by product number. The AssetManager.aspx page is useless the way it is now. *** UPDATE : if anyone is interested, I ended up writing custom pocedures to add paging capability to t...
by rpb3
Thu May 05, 2011 11:49 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Simple Search "Enter" functionality and IE8
Replies: 4
Views: 3776

Re: Simple Search "Enter" functionality and IE8

I always modify the panel around the search controls in Conlib\SimpleSearch.aspx to look like this...

Code: Select all

<asp:Panel ID="SearchPanel" runat="server" DefaultButton="SearchButton">
Seems to do the trick
by rpb3
Tue May 03, 2011 11:27 am
Forum: 7.0 DataPort
Topic: Version Mismatch on DP 7.7.251 to AC store 7.0
Replies: 0
Views: 2948

Version Mismatch on DP 7.7.251 to AC store 7.0

I was unable to get the 7.7.251 interface to connect to my 7.0 store to do a store download. I was prompted for connection info and then received the version mismatch message and was unable to proceed. I am fairly certain that I followed the directions correctly. The version mismatch message said th...
by rpb3
Fri Jan 28, 2011 4:13 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Fractional/Decimal item quantities in basket and orders
Replies: 3
Views: 2561

Re: Fractional/Decimal item quantities in basket and orders

I tried just changing the fields in the tables to see what would happen. It crashed as expected, invalid cast.

I'd probably need the CommerceBuilder code to do that and I think that would be the wrong way to go.
by rpb3
Mon Jan 10, 2011 3:59 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Fractional/Decimal item quantities in basket and orders
Replies: 3
Views: 2561

Fractional/Decimal item quantities in basket and orders

This may be a strange topic, I didn't think so but then I couldn't find any other topics on it so I am posting this question... Is there anyway to handle fractional or decimal quantities in the basket and on orders? I have a client that sells things by the yard. He does not require that you purchase...
by rpb3
Mon Jan 10, 2011 3:48 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Digital Goods and Anonymous Users
Replies: 8
Views: 6300

Re: Digital Goods and Anonymous Users

mskurnik - I did not receive any replies so I had to handle this myself. Basically I had to modify the controls (like BuyProductDialog) to check and see if the user is logged in and then change the control to show a login link rather than add to cart. Let me know if you want more info. But this is h...
by rpb3
Fri Nov 05, 2010 11:03 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Subscriptions and serial keys / access to special content
Replies: 1
Views: 2006

Subscriptions and serial keys / access to special content

Just looking for any advice or suggestions anyone may have regarding this situation. We have created a special section of our site that we want user to pay to access. I currently have it set that only logged in users with admin rights can access that content. We'd like to create a product on our sit...