Search found 302 matches

by ForumsAdmin
Wed Apr 23, 2014 12:39 am
Forum: AbleCommerce GOLD
Topic: Upgrading database from Gold R2 to Gold R7
Replies: 17
Views: 13134

Re: Upgrading database from Gold R2 to Gold R7

Ken, Just thought I would mention that the reason you can't build the site from the Upgrade zips is that they only contain the site files that are different between the two versions given in the file name. For example, UpgradeGold-R6b6169-to-R7b7118-WAP.zip only contains the web site files that hav...
by ForumsAdmin
Fri Apr 18, 2014 12:43 am
Forum: AbleCommerce GOLD
Topic: Upgrading database from Gold R2 to Gold R7
Replies: 17
Views: 13134

Re: Upgrading database from Gold R2 to Gold R7

It shouldn't be so difficult. Upgrades within GOLD are supposed to be as simple as updating old files with new files. Rest is supposed to happen automatically. When we release a version we do test extensively for upgrades from previous versions. Normally we test at least 2 prior versions in great de...
by ForumsAdmin
Wed Apr 16, 2014 2:47 am
Forum: AbleCommerce GOLD
Topic: Upgrading database from Gold R2 to Gold R7
Replies: 17
Views: 13134

Re: Upgrading database from Gold R2 to Gold R7

The upgrade routine runs only once at the application startup. If you are getting invalid column errors it indicates that the upgrade routine did not run for some reason. It could be because of the sequence of steps taken for upgrade. But the solution is pretty simple. Just restart your application ...
by ForumsAdmin
Tue Apr 15, 2014 12:47 am
Forum: AbleCommerce GOLD
Topic: Upgrading database from Gold R2 to Gold R7
Replies: 17
Views: 13134

Re: Upgrading database from Gold R2 to Gold R7

You are not supposed to go to Install wizard when upgrading within gold. All you needed to do to upgrade from R2 to R7 is to simply update your R2 installation with new files from R7, restart the application and then access AC Gold. On first access to the site after restart the upgrade will happen a...
by ForumsAdmin
Mon Apr 14, 2014 1:07 am
Forum: AbleCommerce GOLD
Topic: Upgrading from R2 to R7
Replies: 4
Views: 3210

Re: Upgrading from R2 to R7

Don't existing Able Gold installs automatically check and upgrade the attached database if it's found to be a previous release? Yes they do. This happens when the application starts for the first time. Upgrade within Gold is pretty straightforward. You just update the files and access AC. On first ...
by ForumsAdmin
Thu Apr 10, 2014 12:01 am
Forum: AbleCommerce GOLD
Topic: Frequent Error from MobileDetection.IsMobileDevice
Replies: 3
Views: 2917

Re: Frequent Error from MobileDetection.IsMobileDevice

Which version of AC Gold are you at?
by ForumsAdmin
Mon Apr 07, 2014 2:45 am
Forum: AbleCommerce GOLD
Topic: Object reference error messages.
Replies: 15
Views: 10877

Re: Object reference error messages.

You are running on
IIS 7 (Integrate Pipeline mode)
ASP.NET 4.0
SQL Server 2008 R2

Windows 7 or 8 ?

Do you have all the latest service packs and patches installed?

Do you have any customizations in Global.asax?

Do you have any custom HttpModules added?
by ForumsAdmin
Thu Apr 03, 2014 1:59 am
Forum: AbleCommerce GOLD
Topic: Gold R6 Transient or Detached error in App.Log
Replies: 1
Views: 1822

Re: Gold R6 Transient or Detached error in App.Log

The short answer is - It can be ignored. The long answer is that NHibernate does not like composite keys. In fact use of composite keys is discouraged in object relational mapping frameworks. When there are composite keys in use NHibernate can not easily determine which associated objects are to be ...
by ForumsAdmin
Thu Apr 03, 2014 1:45 am
Forum: AbleCommerce GOLD
Topic: Google Feed code leaking SQL connections
Replies: 28
Views: 138110

Re: Google Feed code leaking SQL connections

When making use of 'using' block, explicitly closing the connection in finally block is not needed. Also when a connection is closed, it is not necessary 'closed'. It is up to the connection pool to decide whether to close the connection completely or just return it to the connection pool. The appli...
by ForumsAdmin
Sat Mar 29, 2014 2:08 am
Forum: AbleCommerce GOLD
Topic: Handling large numbers in reports with nHibernate queries
Replies: 2
Views: 2127

Re: Handling large numbers in reports with nHibernate queries

Joe I guess you fixed this in R5 ... Because in R6 we already fixed most of these issues using the same technique described above.
by ForumsAdmin
Thu Feb 27, 2014 5:41 am
Forum: AbleCommerce GOLD
Topic: Preview order items in Order list screen
Replies: 3
Views: 2611

Re: Preview order items in Order list screen

I can see this working fine in R6. I think we brought back this feature in some release... I can't seem to remember exactly when. I think you are on some old version of AC Gold.
by ForumsAdmin
Thu Feb 27, 2014 5:39 am
Forum: AbleCommerce GOLD
Topic: Layouts and sidebar content, how is it done?
Replies: 2
Views: 2082

Re: Layouts and sidebar content, how is it done?

Try this Create a new custom control in ConLib folder. Extend it from CommerceBuilder.UI.WebControls.HtmlContainer. Hopefully it will become available to be added to sidebars in Layout editor. You can set the Value parameter of this control which can be HTML content. The [[ConLib:XXX]] syntax is als...
by ForumsAdmin
Thu Feb 27, 2014 5:03 am
Forum: AbleCommerce GOLD
Topic: Search box returns "0" results when I use the word "and"
Replies: 3
Views: 2586

Re: Search box returns "0" results when I use the word "and"

If you don't use Full Text Search (FTS) then search terms like and will also be taken into consideration.
by ForumsAdmin
Tue Feb 18, 2014 4:16 am
Forum: AbleCommerce GOLD
Topic: What's the purpose of Fixed vs Non-fixed layouts?
Replies: 11
Views: 6374

Re: What's the purpose of Fixed vs Non-fixed layouts?

NC Software wrote:Possibly rename to Dynamic and Static Layouts?
Agree. May be in the UI, if we are using these terms somewhere, we can make the update - but the change of actual folder name, now that there are hundreds of deployments out there, is asking for trouble.
by ForumsAdmin
Tue Feb 18, 2014 4:10 am
Forum: AbleCommerce GOLD
Topic: What's the purpose of Fixed vs Non-fixed layouts?
Replies: 11
Views: 6374

Re: What's the purpose of Fixed vs Non-fixed layouts?

itnovator wrote: By the way, on the R3 version, where is the "Default.html" which is used as a base layout to create dynamic layout master file?
Previously it was part of the code. In R5 it was structured out of the code and created as an html template. If you are at R3 you will not see this file.
by ForumsAdmin
Wed Feb 12, 2014 3:31 am
Forum: AbleCommerce GOLD
Topic: What's the purpose of Fixed vs Non-fixed layouts?
Replies: 11
Views: 6374

Re: What's the purpose of Fixed vs Non-fixed layouts?

To put it in another way there are two types of pages in AC. 1. The pages that can be manipulated directly from the layout editor in merchant admin. i.e; you can chose controls to use, move them around, remove them or whatever. The pages controled this way are dynamic pages. Their layouts (i.e; mast...
by ForumsAdmin
Sat Feb 01, 2014 10:21 am
Forum: AbleCommerce GOLD
Topic: How to Turn Off Mobile Store on R2
Replies: 12
Views: 6673

Re: How to Turn Off Mobile Store on R2

Not tested but you may try something like this in Mobile.master

Code: Select all

protected void Page_Init(object sender, EventArgs e)
{
   Response.Redirect("~/Default.aspx");
}
by ForumsAdmin
Sat Feb 01, 2014 10:17 am
Forum: AbleCommerce GOLD
Topic: How to Turn Off Mobile Store on R2
Replies: 12
Views: 6673

Re: How to Turn Off Mobile Store on R2

Unfortunately the code that performs the magic is in the backend DLL, the source of which is not available for you to modify. The main HttpModule that performs all different kind of filtering on the requests that arrive is responsible for deciding whether a request is to be treated as a mobile store...
by ForumsAdmin
Sat Feb 01, 2014 2:05 am
Forum: AbleCommerce GOLD
Topic: Configuration questions for new store
Replies: 6
Views: 3875

Re: Configuration questions for new store

The more specific discounts take precedence over more genral discounts. For example a discount defined on the product itself will take precedence on the discount defined on its category. A discount defined on the lower level category will take precedence on the discount defined at a higher level. Wh...
by ForumsAdmin
Fri Jan 31, 2014 4:15 am
Forum: AbleCommerce GOLD
Topic: How to Turn Off Mobile Store on R2
Replies: 12
Views: 6673

Re: How to Turn Off Mobile Store on R2

In Configure->Store->Mobile Settings you have a setting

Mobile Browsing: [x] Enable Mobile Support

Uncheck this to disable mobile store.
by ForumsAdmin
Fri Jan 31, 2014 4:09 am
Forum: AbleCommerce GOLD
Topic: Configuration questions for new store
Replies: 6
Views: 3875

Re: Configuration questions for new store

Groups can be defined for selected groups. These discounts will apply only on the products which belong to the group(s) that the discount applies to.
by ForumsAdmin
Fri Jan 31, 2014 4:05 am
Forum: AbleCommerce GOLD
Topic: IPaymentProvider
Replies: 3
Views: 2610

Re: IPaymentProvider

Yes it is almost the same as in AC7. However if you have AC7 implementation of this provider you will have to recompile and probably fix a few things before using it in Gold.
by ForumsAdmin
Fri Jan 31, 2014 4:01 am
Forum: AbleCommerce GOLD
Topic: Upgraded Able 7 site Jr Admin permissions do not work
Replies: 1
Views: 1728

Re: Upgraded Able 7 site Jr Admin permissions do not work

We will see if this can be fixed in the automatic upgrade.
by ForumsAdmin
Fri Jan 31, 2014 3:58 am
Forum: AbleCommerce GOLD
Topic: R6 Coupon still consumed even if coupon line item deleted
Replies: 1
Views: 1706

Re: R6 Coupon still consumed even if coupon line item deleted

Looks to be a bug. We will verify this and fix it in the next updated.
by ForumsAdmin
Wed Jan 22, 2014 4:53 am
Forum: AbleCommerce GOLD
Topic: Search box returns "0" results when I use the word "and"
Replies: 3
Views: 2586

Re: Search box returns "0" results when I use the word "and"

In FTS words like these are considered noise words and they are ignored.