Search found 302 matches

by ForumsAdmin
Wed Dec 18, 2013 1:11 am
Forum: AbleCommerce GOLD
Topic: shipping methods in Gold
Replies: 9
Views: 5326

Re: shipping methods in Gold

It will only returns shipping methods returned by the provider. It could be that the priority mail or priority mail international are not applicable. Please verify your configuration and product settings for which you are testing this.
by ForumsAdmin
Wed Dec 18, 2013 1:08 am
Forum: AbleCommerce GOLD
Topic: Our Zip Code being entered in shipping information
Replies: 62
Views: 33340

Re: Our Zip Code being entered in shipping information

In which customer field is the zip code entered?
by ForumsAdmin
Wed Dec 18, 2013 1:05 am
Forum: AbleCommerce GOLD
Topic: Destocking Trigger not working
Replies: 9
Views: 6304

Re: Destocking Trigger not working

Which version of Gold are you at?
by ForumsAdmin
Wed Dec 18, 2013 1:05 am
Forum: AbleCommerce GOLD
Topic: Gold R5 missing stored procedure
Replies: 7
Views: 4956

Re: Gold R5 missing stored procedure

You will need to get the latest source code. The issue was apparently fixed in R6.
by ForumsAdmin
Tue Dec 17, 2013 2:34 am
Forum: AbleCommerce GOLD
Topic: Gold R5 missing stored procedure
Replies: 7
Views: 4956

Re: Gold R5 missing stored procedure

Check your GroupRepository.Delete method, is it calling the stored procedure as above using NHibernateHelper.CreateSQLQuery or is it calling the stored procedure with NHibernateHelper.GetNamedQuery ?
by ForumsAdmin
Tue Dec 17, 2013 2:29 am
Forum: AbleCommerce GOLD
Topic: Gold R5 missing stored procedure
Replies: 7
Views: 4956

Re: Gold R5 missing stored procedure

We are calling it as a standard SQL query. There shouldn't be any additional NHibernate mapping needed. Here is what we are doing in CommerceBuilder.Users.GroupRepository IQuery query = NHibernateHelper.CreateSQLQuery("exec acsp_MergeUserGroupMembers @sourceGroupId=:sourceGroupId, @targetGroupId=:ta...
by ForumsAdmin
Mon Dec 16, 2013 1:01 am
Forum: AbleCommerce GOLD
Topic: Fixed: HTML editing broken in IE11
Replies: 1
Views: 2433

Re: Fixed: HTML editing broken in IE11

Thanks Steve. Till the time we have a proper fix in new version of TinyMCE, we will incorporate this in our code.
by ForumsAdmin
Thu Dec 12, 2013 11:59 pm
Forum: AbleCommerce GOLD
Topic: Shipping Insurance miscalculation
Replies: 5
Views: 3545

Re: Shipping Insurance miscalculation

We have made a fix for this for upcoming version. When we divide a large package to small package for shipping calculation, we do not send the total price of the package as the price of sub-package. What we are doing now is to divide the total price by the number of packages. This is a reasonable co...
by ForumsAdmin
Thu Dec 12, 2013 11:46 pm
Forum: AbleCommerce GOLD
Topic: Captcha errors
Replies: 28
Views: 18262

Re: Captcha errors

Please post the image values not from the log but from product image settings.
by ForumsAdmin
Wed Dec 11, 2013 10:24 pm
Forum: AbleCommerce GOLD
Topic: Captcha errors
Replies: 28
Views: 18262

Re: Captcha errors

There are two issues un-resolved.

1. Errors when GetImage.ashx has invalid characts in path data

2. Error on Subscription.aspx page

Both are under investigation.

Can you please post image path values set on a product that causes GetImage.ashx errors?
by ForumsAdmin
Wed Dec 11, 2013 10:12 pm
Forum: AbleCommerce GOLD
Topic: Errors in Anonymous User Maintenance
Replies: 24
Views: 33099

Re: Errors in Anonymous User Maintenance

Inner Exception: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Looks like DB server fails to complete the operation for some reason. Most likely because the query being run is too big an complicated. I think there should a a way to...
by ForumsAdmin
Wed Dec 11, 2013 12:12 am
Forum: AbleCommerce GOLD
Topic: Shipping Insurance miscalculation
Replies: 5
Views: 3545

Re: Shipping Insurance miscalculation

If sub items are set for shipping calculation as 'ship separately' (i.e; calculate shipping separately), then it might work.
by ForumsAdmin
Tue Dec 10, 2013 11:16 pm
Forum: AbleCommerce GOLD
Topic: Display Category Grid on Homepage
Replies: 3
Views: 2773

Re: Display Category Grid on Homepage

This update will be part of R7.
by ForumsAdmin
Tue Dec 10, 2013 11:15 pm
Forum: AbleCommerce GOLD
Topic: Display Category Grid on Homepage
Replies: 3
Views: 2773

Re: Display Category Grid on Homepage

When used on home page the category grid control fails to find the category id fails to take care of it at one place. Thre is an easy fix. Just open ConLib\CategoryGridPage.ascx.cs and update the following code //REGISTER THE PAGEVISIT AbleCommerce.Code.PageVisitHelper.RegisterPageVisit(_category.Id...
by ForumsAdmin
Tue Dec 10, 2013 10:54 pm
Forum: AbleCommerce GOLD
Topic: R6 install with upgraded 7.06 db and I can't get into admin
Replies: 5
Views: 3610

Re: R6 install with upgraded 7.06 db and I can't get into admin

As explained by Judy enforcing demo mode from AbleCommerce.config should solve your problem.
by ForumsAdmin
Tue Dec 10, 2013 10:17 pm
Forum: AbleCommerce GOLD
Topic: Captcha errors
Replies: 28
Views: 18262

Re: Captcha errors

Just for self reminder : The issues and fixes discussed here have been reported separately in our bug system to ensure any improvement gets included in the next version.
by ForumsAdmin
Tue Dec 10, 2013 10:01 pm
Forum: AbleCommerce GOLD
Topic: Captcha errors
Replies: 28
Views: 18262

Re: Captcha errors

Your log file is showing other errors that you need to fix by applying appropriate settings. Your error log is full of this error 2013-11-21 08:44:25,130 ERROR AbleCommerce Error generating Google feed. System.UnauthorizedAccessException: Access to the path 'E:\Websites\ACGold R6 Sites\Brewhaus\Feed...
by ForumsAdmin
Tue Dec 10, 2013 9:39 pm
Forum: AbleCommerce GOLD
Topic: Checkout Custom Header Problem
Replies: 13
Views: 8446

Re: Checkout Custom Header Problem

This results in an error when I attempt to checkout even with everything refreshed. I am stumped.
What is the error. Please post details.
by ForumsAdmin
Thu Dec 05, 2013 12:19 am
Forum: AbleCommerce GOLD
Topic: Changing Alt attribute for logo
Replies: 2
Views: 2146

Re: Changing Alt attribute for logo

Make updates to ConLib/StoreLogo.ascx(.cs) for whatever changes you want to make for logo display.
by ForumsAdmin
Thu Dec 05, 2013 12:15 am
Forum: AbleCommerce GOLD
Topic: Shipping Insurance miscalculation
Replies: 5
Views: 3545

Re: Shipping Insurance miscalculation

Btw which version are you at? R6?
by ForumsAdmin
Thu Dec 05, 2013 12:10 am
Forum: AbleCommerce GOLD
Topic: Shipping Insurance miscalculation
Replies: 5
Views: 3545

Re: Shipping Insurance miscalculation

No easy workaround I can think of. It would not be very straightforward to fix even with the source code. When sending indidual box details to UPS, the price of the item is sent with it. For insurance calculation, i don't think one can simply divide the price by 3 just like weight is divided by 3. T...
by ForumsAdmin
Thu Dec 05, 2013 12:00 am
Forum: AbleCommerce GOLD
Topic: Captcha errors
Replies: 28
Views: 18262

Re: Captcha errors

@Brewhaus
I have sent you a PM
by ForumsAdmin
Wed Dec 04, 2013 4:06 am
Forum: AbleCommerce GOLD
Topic: Getting errors with certain functions
Replies: 20
Views: 9529

Re: Getting errors with certain functions

Note for reference : The query above is added for upcoming R7.
by ForumsAdmin
Tue Dec 03, 2013 11:23 pm
Forum: AbleCommerce GOLD
Topic: R6 order status
Replies: 2
Views: 2182

Re: R6 order status

Nope. No one has reported it.
Are you actually reporting it :)
by ForumsAdmin
Tue Dec 03, 2013 11:16 pm
Forum: AbleCommerce GOLD
Topic: Captcha errors
Replies: 28
Views: 18262

Re: Captcha errors

In the above log the page causing error is different from the ones posted above. Now we have three pages GetImage.ashx Captcha.ashx Subscription.aspx The solution proposed above of replacing Convert.ToInt32 with AlwaysConvert.ToInt was for Captcha.ashx. However it will not apply to Subscription.aspx...