Search found 19 matches

by John Gaby
Fri May 15, 2009 10:00 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: FindProducts by SKU
Replies: 2
Views: 2222

Re: FindProducts by SKU

I believe I figured it out. It looks like I need to use "LoadForCriteria".
by John Gaby
Fri May 15, 2009 2:12 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: FindProducts by SKU
Replies: 2
Views: 2222

Re: FindProducts by SKU

Ok, I figured it out. However, it seems to be doing a partial match on the SKU. Is there a way to return only exact matches?
by John Gaby
Fri May 15, 2009 12:24 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: FindProducts by SKU
Replies: 2
Views: 2222

FindProducts by SKU

I want to find products based solely by the SKU. I see the function ProductDataSource.FindProducts(name, sku, categoryId, manufacturerId, vendorId). Is there some way to pass wild cards for all of the parameters except the sku? Is there another way to do this?

Thanks
by John Gaby
Thu May 14, 2009 8:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: A question about using kits
Replies: 10
Views: 6337

Re: A question about using kits

Are you saying that IS possible to use the ParentItemId property to group items when adding them to the basket? If so, could you explain how to do this. As I said, I tried a number of things, without success.
by John Gaby
Thu May 14, 2009 7:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: A question about using kits
Replies: 10
Views: 6337

Re: A question about using kits

Actually, I have already thought about that. However, once the items are added to the cart, I want them to appear as a single unit (much like it does for a kit). The user would be able to delete the whole kit, or adjust the quantity of the whole kit, but not the individual pieces. I tried a number o...
by John Gaby
Wed May 13, 2009 5:36 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: A question about using kits
Replies: 10
Views: 6337

Re: A question about using kits

Suppose I have a kit that consists of pencils. Let's say I have red pencils, blue pencils and green pencils. Now what I want is for the user to specify that he wants the pencil kit, and that he wants 5 red pencils, 3 blue pencils and 7 green pencils.

Does this make sense?
by John Gaby
Wed May 13, 2009 4:52 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: A question about using kits
Replies: 10
Views: 6337

Re: A question about using kits

Really, I was not able to find it. I know that when I create the kit item, I can specify a count, but that is not what I want. I want to be able to specify a count when the item is added to the basket, and I would like it to be different each time it is added. Can you point me to where I can do that?
by John Gaby
Wed May 13, 2009 4:01 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: A question about using kits
Replies: 10
Views: 6337

A question about using kits

We have a kit which consists of a base item plus some optional components. However, I need to be able to add multiple of a certain component. It does not look like the UI supports this, but I am not using it in this case, so that is not a problem. My question is, can I add a kit to the basket and sp...
by John Gaby
Wed May 13, 2009 3:55 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Having problem with a clean install of Able Commerce
Replies: 3
Views: 2788

Re: Having problem with a clean install of Able Commerce

For what it is worth, I found the patch that fixes this problem.
by John Gaby
Wed May 13, 2009 10:53 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Having problem with a clean install of Able Commerce
Replies: 3
Views: 2788

Re: Having problem with a clean install of Able Commerce

Ok, so if I start with a clean install of Able into SQLEXPRESS 2005, it works. However if I copy my existing SQL 2000 Able database to the 2005 server, I get the same error as described above. Is there a to fix this problem?
by John Gaby
Wed May 13, 2009 10:14 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Having problem with a clean install of Able Commerce
Replies: 3
Views: 2788

Re: Having problem with a clean install of Able Commerce

As an update, if I switch to using SQLEXPRESS 2005, then it seems to work. Is Able Commerce not compatible with SQL 2000?
by John Gaby
Wed May 13, 2009 9:41 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Having problem with a clean install of Able Commerce
Replies: 3
Views: 2788

Having problem with a clean install of Able Commerce

I have installed a clean copy of able commerce (7.0.2 build 11659) and when I click on the "Sample Category" link on the home page, I get the following excption on line 261 of CategoryGridPage.ascx.cs: "The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or ...
by John Gaby
Fri Mar 27, 2009 10:05 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Problems when running using a Development License
Replies: 1
Views: 1943

Problems when running using a Development License

We are trying to use Able Commerce as the commerce engine for an existing web site. We have integrated it into our site and everything is working pretty well. However, when I am working on the site on my development system, using a Development License, I am having some difficulty. I have a HttpHandl...
by John Gaby
Sat Mar 21, 2009 8:25 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Problem with checkout
Replies: 1
Views: 1952

Re: Problem with checkout

I believe I have found the problem. Looking in the log file, I see that an exception was being thrown because the Scriplets\Custom directory did not exist (I guess I must have deleted it). Restoring that directory corrected the problem.
by John Gaby
Sat Mar 21, 2009 4:23 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Problem with checkout
Replies: 1
Views: 1952

Problem with checkout

I have been working with AbleCommerce for a couple of weeks now, and I suddenly find that I can no longer get to the checkout page. I have traced the code, and when I click the Checkout button, I get to a point in NavigationHelper.cs where it calls WebflowManager.IsUsingOnePageCheckout(). This funct...
by John Gaby
Wed Mar 18, 2009 9:39 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How do set one of my pages to require the user to login
Replies: 6
Views: 5911

Re: How do set one of my pages to require the user to login

Thanks for the response. I have actually already tried that, but it didn't seem to work. In the <securepages>/<directories> section, I added: <add path="myfolder" recurse = true /> but nothing happened. I also tried removing the entry for members to see if the members pages would no longer ask for a...
by John Gaby
Wed Mar 18, 2009 9:00 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How do set one of my pages to require the user to login
Replies: 6
Views: 5911

How do set one of my pages to require the user to login

I have my own custom pages, some of which I need the user to login before visiting. How can I set my pages to be included in the list which requires the user to be logged in?
by John Gaby
Fri Mar 13, 2009 12:26 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Cannot enter License Key
Replies: 1
Views: 2623

Cannot enter License Key

I am trying to install AbleCommerce on my development machine (localhost). When I start the site, I get the following page: There is something wrong with your AbleCommerce license key. The error message is: The license key is missing. To learn more about license keys and how to update, click here: A...