Search found 11 matches

by cwswebdesign
Thu Feb 16, 2012 7:15 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Hiding Items in Version 7.0.0
Replies: 7
Views: 19533

Re: Hiding Items in Version 7.0.0

AbleMods,

Thanks for the reply. I'd like to have a redirect, but I'm not familiar enough with this software (I don't think!). For now, I've removed all of the variants so that the product can't be added to the cart. It is helping to stop the orders for these items so far.
by cwswebdesign
Fri Jan 27, 2012 10:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Database Errors
Replies: 3
Views: 3390

Re: Database Errors

jmestep wrote:The first one- the null error usually happens when a customer has checked out and then uses his browser back button.

That makes me feel a bit better...... thanks for that input!
by cwswebdesign
Fri Jan 27, 2012 10:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Hiding Items in Version 7.0.0
Replies: 7
Views: 19533

Re: Hiding Items in Version 7.0.0

It looks like that issue was taken care of in newer versions of Able. The algorithm for the search is in the source code selectQuery.Append(" AND P.VisibilityId = " + (short)CatalogVisibility.Public); It pulls only public ones with the above code. You would have to customize your search in 7.0.0 to...
by cwswebdesign
Thu Jan 26, 2012 2:05 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS changes again?
Replies: 33
Views: 29592

Re: USPS changes again?

Speedythinker -

Thanks for the help. It looks like I've got this part figured out now!

Thank you.
by cwswebdesign
Thu Jan 26, 2012 1:30 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Database Errors
Replies: 3
Views: 3390

Database Errors

Hi, Using v7.0.0, I've been receiving the following error messages: Unhandled exception during checkout. Cannot insert the value NULL into column 'TotalCharges', table 'skisf0_ecommerce2011.dbo.ac_Orders'; column does not allow nulls. UPDATE fails. The statement has been terminated. Error sending em...
by cwswebdesign
Thu Jan 26, 2012 1:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Hiding Items in Version 7.0.0
Replies: 7
Views: 19533

Re: Hiding Items in Version 7.0.0

Sorry I left out one key to this, so you can see it. The site is www.skisfast.com . It should show up in the top 4-5 results once you click the Google link above.
by cwswebdesign
Thu Jan 26, 2012 1:24 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS changes again?
Replies: 33
Views: 29592

Re: USPS changes again?

Hi, I'm also having trouble making this upgrade work. Our cart is on version 7.0.0 and I went through to the database and I'm unable to find where to change the actual wording. I found the table and the column, but I couldn't get any further. This I'm sure is my lack of knowledge with SQL databases,...
by cwswebdesign
Thu Jan 26, 2012 1:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Hiding Items in Version 7.0.0
Replies: 7
Views: 19533

Hiding Items in Version 7.0.0

Hi, Has anyone seen this happen or better yet, have a solution? We have been "hiding" items by going to the product page and selecting hidden. It has removed it completely when viewing the site, which is correct, however, a user was able to find the item on a Google search, and then the item was dis...
by cwswebdesign
Wed Nov 30, 2011 6:36 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Submit Order does not show processing
Replies: 17
Views: 8043

Re: Submit Order does not show processing

After following these changes, I was able to get Google Chrome to work properly as well, in case anyone is wondering whether it works or not. I'm on a much older build (11659), but I'm sure it'll work on other versions as well. Thanks for the great tip jmestep! After more digging-- I don't have the ...
by cwswebdesign
Fri Nov 18, 2011 10:00 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Free Shipping Coupon Confusion
Replies: 9
Views: 5802

Re: Free Shipping Coupon Confusion

Do you have to use a code? I've setup a page where as long as the basket total is over a specified amount and in the right zones (US only for me), then the free shipping comes up automatically as the default option without having to enter a code. If they customer doesn't qualify, then it shows them ...
by cwswebdesign
Fri Nov 18, 2011 4:54 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Base Patch for V. 7.0
Replies: 0
Views: 2170

Google Base Patch for V. 7.0

Hi, I've seen a lot of posts about the Google Feed and the "availability" line item and like many others, my update is not working either. When i look at the GoogleBase.cs file, I can see where there is coding in it to call the availability, however, once the feed is actually generated, I only have ...