Search found 11 matches

by mbelle
Fri Mar 20, 2009 9:58 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add processing fee for payment method
Replies: 0
Views: 2571

Add processing fee for payment method

Hi, When our customers pay via purchase order we add a 2% processing fee. I was able to figure out how to add this fee to the shopping cart. The only issue is when I go through the ordering process, the shopping cart thinks I have a balance due. For example it lists $31.44 as the total due and $6.29...
by mbelle
Tue Sep 09, 2008 9:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Search entire site vs. products only
Replies: 3
Views: 2841

Re: Search entire site vs. products only

The search input that I entered was "autism resource" and the search output was only products. I created an Autism Resource Center page that should have been included.

Our site is in development mode, but the link is: http://72.167.51.17/
by mbelle
Mon Sep 08, 2008 2:47 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Search entire site vs. products only
Replies: 3
Views: 2841

Search entire site vs. products only

Hi,

I read on the forum site, that the AbleCommerce search engine is able to entire to search your entire site (products and webpages created through Able). I tried to test this, but it didn't work. Are there some settings I need to change in order to get this to work?
by mbelle
Tue Jul 22, 2008 8:54 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0 Developer Kit
Replies: 1
Views: 2105

7.0 Developer Kit

Hi,

I have a web developer company building my AbleCommerce 7.0 site and they have stated that they need the developer kit. I see that the 5.5 developer kit is online. Where can I access the 7.0 version?

Thanks,

M
by mbelle
Fri May 30, 2008 9:17 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: String or binary data would be truncated Error
Replies: 11
Views: 8765

Re: String or binary data would be truncated Error

Hi, I doublechecked that the name field was set to 255 in the database and even entered the following record directly into the database with a name that has more than 100 characters and it saved in the database: "The Teacher's Guide to The Teacher's Guide The Teacher's Guide The Teacher's Guide The ...
by mbelle
Thu May 29, 2008 10:24 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: String or binary data would be truncated Error
Replies: 11
Views: 8765

Re: String or binary data would be truncated Error

Our products are titles of books. An example name field is:

A Teacher's Guide to Including Students with Disabilites in General Physical Education, Third Editio


I am able to add the "n" to Third Editio in the name field, but receive the error when I attempt to save.
by mbelle
Thu May 29, 2008 10:21 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: String or binary data would be truncated Error
Replies: 11
Views: 8765

Re: String or binary data would be truncated Error

Yes, I'm sure. When a delete characters from the name field I am able to save the product record.

I am using SQL Server 2005.
by mbelle
Wed May 28, 2008 2:43 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: String or binary data would be truncated Error
Replies: 11
Views: 8765

Re: String or binary data would be truncated Error

Hi I edited the two product files and am still having the same issue. I put debugging on and am attaching the details below: Server Error in '/' Application. -------------------------------------------------------------------------------- String or binary data would be truncated. The statement has b...
by mbelle
Wed May 28, 2008 10:36 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: String or binary data would be truncated Error
Replies: 11
Views: 8765

Re: String or binary data would be truncated Error

Hi,

I made the suggested change to the "name" column, but I'm still having the same issue when trying to modify the product page. It will only allow me to enter up to 100 characters.

Is there anything else I need to modify?
by mbelle
Wed May 28, 2008 9:42 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: String or binary data would be truncated Error
Replies: 11
Views: 8765

String or binary data would be truncated Error

Hi, I am making updates to my products through the admin interface and when I click the "save" button, I receive the following error: String or binary data would be truncated. The statement has been terminated. Description: An unhandled exception occurred during the execution of the current web requ...