Search found 302 matches

by ForumsAdmin
Tue Dec 03, 2013 2:06 am
Forum: AbleCommerce GOLD
Topic: No Session in Custom WebUserLocator for Mobile
Replies: 1
Views: 1816

Re: No Session in Custom WebUserLocator for Mobile

You will need to figure out the details of the 'server error'. Check the logs and see the exception details. You will find useful information there that will point to the right direction.
by ForumsAdmin
Tue Dec 03, 2013 1:29 am
Forum: AbleCommerce GOLD
Topic: Captcha errors
Replies: 28
Views: 18262

Re: Captcha errors

Judy the bug you reported has been fixed. But the issues mentioned here appear to be different. At least the error on captcha page is clearly because of invalid input in the URL. Likely by some bot. The solution posted above should work. Just change Convert.ToInt32 to AlwaysConvert.ToInt
by ForumsAdmin
Tue Dec 03, 2013 1:19 am
Forum: AbleCommerce GOLD
Topic: AC times out on sending e-mail to list
Replies: 6
Views: 3952

Re: AC times out on sending e-mail to list

When mails are getting sent at the same time the performance of the SMTP server can also result in timeout.
by ForumsAdmin
Thu Nov 28, 2013 11:50 pm
Forum: AbleCommerce GOLD
Topic: Captcha errors
Replies: 28
Views: 18262

Re: Captcha errors

There is no reason not to do it. The change above is harmless.
by ForumsAdmin
Thu Nov 28, 2013 11:49 pm
Forum: AbleCommerce GOLD
Topic: Getting errors with certain functions
Replies: 20
Views: 9529

Re: Getting errors with certain functions

The following query if run on the database will eliminate the orphaned accessory associations.

Code: Select all

delete from ac_UpsellProducts where ChildProductId not in (select ProductId from ac_Products)
by ForumsAdmin
Thu Nov 28, 2013 4:47 am
Forum: AbleCommerce GOLD
Topic: Captcha errors
Replies: 28
Views: 18262

Re: Captcha errors

Seems like something wrong with the URL requests.

A quick workaround for the captcha problem could be this

Open Captcha.ashx file and change all instances of

Code: Select all

Convert.ToInt32
with

Code: Select all

AlwaysConvert.ToInt
by ForumsAdmin
Thu Nov 28, 2013 4:35 am
Forum: AbleCommerce GOLD
Topic: AC times out on sending e-mail to list
Replies: 6
Views: 3952

Re: AC times out on sending e-mail to list

We will test this scenario. Usually if there are so many email addresses one should put them in an email list. It could be that because of so many email addresses the process times out. If you intend to send emails to so many recepients on regular basis i would suggest that you don't do from inside ...
by ForumsAdmin
Sat Nov 23, 2013 3:07 am
Forum: AbleCommerce GOLD
Topic: Temporary/Cached Product Images Problem
Replies: 1
Views: 2088

Re: Temporary/Cached Product Images Problem

I can confirm that Able isn't doing the copying to Assets folder. If you are using absolute URLs from other server, able will simply try to access that image directly. However when you upload images they are placed in Assets folder. When uploading if you chose the option to generate thumbnails and i...
by ForumsAdmin
Thu Nov 21, 2013 12:59 am
Forum: AbleCommerce GOLD
Topic: Custom fields under product Desription
Replies: 4
Views: 4721

Re: Custom fields under product Desription

You may be able to avoid adding extra fields in admin by using product custom fields, but still you will have to update your product page controls to make use of the custom fields as tabs on the page.
by ForumsAdmin
Thu Nov 21, 2013 12:55 am
Forum: AbleCommerce GOLD
Topic: Confirmation of R1 Performance Issues
Replies: 4
Views: 3451

Re: Confirmation of R1 Performance Issues

OK. I see. Actually it is hard to remember everything all the way back to R1.
by ForumsAdmin
Wed Nov 20, 2013 1:23 am
Forum: AbleCommerce GOLD
Topic: Getting errors with certain functions
Replies: 20
Views: 9529

Re: Getting errors with certain functions

Check if someone has mistakenly set db_denydatawriter role for the db user in the database.
by ForumsAdmin
Wed Nov 20, 2013 1:18 am
Forum: AbleCommerce GOLD
Topic: Confirmation of R1 Performance Issues
Replies: 4
Views: 3451

Re: Confirmation of R1 Performance Issues

There is no change from R1 to the latest R6 as far as NHibernate is concerned. But I guess whoever told you so wanted to say that some of AbleCommerce code that used NHibernate was not witten in the most optimal manner. This is valid to certain extent because we have made a number of performance enh...
by ForumsAdmin
Wed Nov 20, 2013 1:08 am
Forum: AbleCommerce GOLD
Topic: Cannot get ContactUs form to work in AC Gold
Replies: 9
Views: 5613

Re: Cannot get ContactUs form to work in AC Gold

Something is definately wrong with how you are trying to send the emails. The emails are getting sent from merchant admin it means that the standard AbleCommerce code is able to send the emails without any issues. The custom conlib you are tyring to use isn't sending the emails. It is not possible f...
by ForumsAdmin
Tue Nov 19, 2013 12:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: CatalogNodes.OrderBy type "short" too short
Replies: 4
Views: 5744

Re: CatalogNodes.OrderBy type "short" too short

A bug has been loged to increase the size of 'short' fields to 'int'. What is preventing us from getting this done straight away is the amount of changes it will require throughout the code base. We are trying to access the best course of action.
by ForumsAdmin
Sat Nov 09, 2013 12:19 am
Forum: AbleCommerce GOLD
Topic: R6 error with subscription.aspx page
Replies: 5
Views: 6363

Re: R6 error with subscription.aspx page

Yes it was a bug. Reported and fixed already.
by ForumsAdmin
Fri Nov 08, 2013 12:45 am
Forum: AbleCommerce GOLD
Topic: R6 order number gaps possible?
Replies: 2
Views: 2206

Re: R6 order number gaps possible?

There was a feature added in AC Gold, on popular demand, that an order should only be created if the payment is successful. In AC7 an order was always created irrespective of the payment status. Now in order to support this feature, order creation was deffered, however, since the payment gateways re...
by ForumsAdmin
Fri Nov 08, 2013 12:26 am
Forum: AbleCommerce GOLD
Topic: Sales Over Time report HTTP cache seems incorrect
Replies: 1
Views: 1790

Re: Sales Over Time report HTTP cache seems incorrect

I agree. We will have a look into this.
by ForumsAdmin
Fri Nov 08, 2013 12:24 am
Forum: AbleCommerce GOLD
Topic: Attempted upgrade- had to backtrack due to issues
Replies: 24
Views: 42654

Re: Attempted upgrade- had to backtrack due to issues

I wanted to ask how were you storing different content for different stores?
by ForumsAdmin
Thu Nov 07, 2013 2:53 am
Forum: AbleCommerce GOLD
Topic: Attempted upgrade- had to backtrack due to issues
Replies: 24
Views: 42654

Re: Attempted upgrade- had to backtrack due to issues

How were you doing it in AC7?
by ForumsAdmin
Wed Nov 06, 2013 12:06 am
Forum: AbleCommerce GOLD
Topic: Attempted upgrade- had to backtrack due to issues
Replies: 24
Views: 42654

Re: Attempted upgrade- had to backtrack due to issues

Would this not require us to somehow tell the store that it is store 2? I have never seen anywhere that specifies the StoreID. This is all up to your implementation to decide which store it is. Most likely, in your case, you will decide based on the domain name the request has arrived at. You can n...
by ForumsAdmin
Tue Nov 05, 2013 11:57 pm
Forum: AbleCommerce GOLD
Topic: Orbital gateway changes
Replies: 5
Views: 4196

Re: Orbital gateway changes

Reviewed the Paymentech Orbital code. Our implementation does not make assumptions based on index numbers. We always refer to the response returned by Orbital. I can therefore assume, with reasonable confidence, that our implementation is not affected by the changes discussed above.
by ForumsAdmin
Tue Nov 05, 2013 12:52 am
Forum: AbleCommerce GOLD
Topic: Attempted upgrade- had to backtrack due to issues
Replies: 24
Views: 42654

Re: Attempted upgrade- had to backtrack due to issues

Thinking of having multiple views based on the same database... In ACGold we have three type of pages. 1. Virtual web pages. Like Home page, Contact Us page and etc. 2. Physical web pages. Like Login, Logout, Search, Basket, Account pages, checkout pages etc. 3. Pages with physical place holder file...
by ForumsAdmin
Tue Nov 05, 2013 12:20 am
Forum: AbleCommerce GOLD
Topic: Attempted upgrade- had to backtrack due to issues
Replies: 24
Views: 42654

Re: Attempted upgrade- had to backtrack due to issues

compunerdy wrote:I just download and installed the newest version last night and it defaulted to Lucene.
You mean the latest AC Gold R6?
by ForumsAdmin
Tue Nov 05, 2013 12:18 am
Forum: AbleCommerce GOLD
Topic: Multiple users under same account
Replies: 4
Views: 3033

Re: Multiple users under same account

Each address in AC has an email field. You can easily have a different email stored for different ship-to addresses. You will need to customize the the part of code the initiates the emails. Based on your criteria you will determine which email address the mail is sent to and then populate the email...
by ForumsAdmin
Mon Nov 04, 2013 11:55 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: IIS errors related to CustomURLs
Replies: 12
Views: 16900

Re: IIS errors related to CustomURLs

At least one of the exceptions indicates that the synchronization of multiple threads may be failing at some point. Which version of AbleCommerce are you at?