Search found 36 matches

by dittohead
Thu Jun 04, 2009 11:38 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ViewState
Replies: 9
Views: 5477

Re: ViewState

Thanks Logan for your response.

I am finally getting access to the data I need.
by dittohead
Thu Jun 04, 2009 11:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ViewState
Replies: 9
Views: 5477

Re: ViewState

On a previous (different) page.
by dittohead
Thu Jun 04, 2009 9:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ViewState
Replies: 9
Views: 5477

Re: ViewState

I had used the Session object before, but I ran into some problems with it so I went to view state. I will review the Session object again.

Thank You!
by dittohead
Thu Jun 04, 2009 9:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ViewState
Replies: 9
Views: 5477

Re: ViewState

Thank Mazhar for your response.

I checked the page_load event and the view state is on but i noticed that there is nothing in the state bag. What happened to the item I saved to it on a previous page?
by dittohead
Thu Jun 04, 2009 9:00 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ViewState
Replies: 9
Views: 5477

ViewState

I need to keep view state turned on the OnePageCheckout page. I know by default that the view state is on, but something is turning it off when you get the page_init event. Does anyone have any ideas on how to keep the view state on? What is triggering view state off?

Thanks,

Dave
by dittohead
Mon May 11, 2009 3:18 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: E-mail Address as Username
Replies: 1
Views: 1873

E-mail Address as Username

Can someone tell me why the e-mail address functions as the username? Is there way around it?
by dittohead
Mon Nov 03, 2008 2:35 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unhandled exception during checkout
Replies: 5
Views: 4213

Re: Unhandled exception during checkout

I have finally resolved this issue. The problem lies with a product name that is greater than 100 characters. Modifying the product table resolved our problem. The following fields are limited to 100 characters: ThumbnailAltText, ImageAltText and IconAltText. These fields need to increased to match ...
by dittohead
Mon Nov 03, 2008 2:34 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Error: String or binary data would be truncated : Solved
Replies: 10
Views: 12184

Re: Error: String or binary data would be truncated : Solved

I have finally resolved this issue. The problem lies with a product name that is greater than 100 characters. Modifying the product table resolved our problem. The following fields are limited to 100 characters: ThumbnailAltText, ImageAltText and IconAltText. These fields need to increased to match ...
by dittohead
Mon Nov 03, 2008 10:30 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unhandled exception during checkout
Replies: 5
Views: 4213

Re: Unhandled exception during checkout

Mike, I have placed a test order entering a valid credit card number but an incorrect expiration month & year. I received an unhandled exception during checkout. Our client is not happy; they have lost the order from the earlier error. I have verified that the installation of the SR 1A was completed...
by dittohead
Tue Oct 28, 2008 2:03 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unhandled exception during checkout
Replies: 5
Views: 4213

Re: Unhandled exception during checkout

Mike,

I have found that at the time of the error our client's customer was in the receipt.aspx page. It appears that the problem occurred in this page. I have now removed the changes related to issue id 6692.

Dave
by dittohead
Tue Oct 28, 2008 10:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unhandled exception during checkout
Replies: 5
Views: 4213

Re: Unhandled exception during checkout

Mike, I have checked and the global.asax and web.config have been updated per your instructions. However, the validation of credit cards prior to order completion has been updated as well but I am beginning to think that these changes may be related my problem. I did notice that the update was optio...
by dittohead
Tue Oct 28, 2008 9:01 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unhandled exception during checkout
Replies: 5
Views: 4213

Unhandled exception during checkout

We are getting this error when customers are checking out of our client's store: String or binary data would be truncated. The statement has been terminated. Our client did not receive notification that they had a new order. Here is the version information: PLATFORM: ASP.NET VERSION: 7.0 BUILD: 1012...
by dittohead
Wed Oct 22, 2008 4:45 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Special Pricing
Replies: 8
Views: 5569

Re: Special Pricing

Not necesarily because the discount percentage would not always be the same for all skus.
by dittohead
Wed Oct 22, 2008 4:31 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Special Pricing
Replies: 8
Views: 5569

Re: Special Pricing

Mike, Thanks for responding! Discounts will not work for us because the wholesale price is dependent on a user group. Are you saying that the feature may not be possible? We need to have one price if the customer is retail and another price to show if the customer is dealer. We have a set up a deale...
by dittohead
Wed Oct 22, 2008 2:57 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Special Pricing
Replies: 8
Views: 5569

Special Pricing

Can anyone tell me how you can have special pricing rules for products with variants? We need 2 sets of prices for a given variant product: The retail price and the wholesale or dealer price. We know how to set up pricing for the retail or basic price but we also need it for the wholesale or dealer ...
by dittohead
Tue Oct 21, 2008 1:13 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Error: String or binary data would be truncated : Solved
Replies: 10
Views: 12184

Re: Error: String or binary data would be truncated : Solved

I have also verified that our store has the updated global.ascx, but we have received the same error message as mentioned above; however, we only process credit card orders.
by dittohead
Thu Sep 18, 2008 2:01 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Shipping Method problem
Replies: 7
Views: 5335

Re: Shipping Method problem

I believe that those parts would have to be rounded to 1 lb.
by dittohead
Wed Sep 17, 2008 3:46 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Shipping Method problem
Replies: 7
Views: 5335

Re: Shipping Method problem

I just noticed that all of our shipping methods have a $15 minimum which explains why I am getthing this message.

Thanks for your Assistance!
by dittohead
Wed Sep 17, 2008 3:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Shipping Method problem
Replies: 7
Views: 5335

Re: Shipping Method problem

We are using UPS, USPS and Fed Express.
by dittohead
Wed Sep 17, 2008 1:40 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Shipping Method problem
Replies: 7
Views: 5335

Shipping Method problem

We are having a problem with applying shipping to an order. If a potential order has just one item, we are getting the following message: "No suitable shipping method available to ship the products in your basket. Please contact the merchant for assistance in completing your order." It does not seem...
by dittohead
Tue Sep 09, 2008 3:47 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Steps to get your e-store noticed by the search engines
Replies: 3
Views: 2920

Steps to get your e-store noticed by the search engines

Can someone tell us what would be the steps to get the internet search engines to notice our e-store.

We know about the meta tags and we are working on them. What are dos and donts with meta tags?

Thanks for your feedback!
by dittohead
Thu May 15, 2008 2:11 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Checkout Page with Login
Replies: 13
Views: 12257

Re: Checkout Page with Login

Thanks for responding! After my last posting, I went back to the store web pages and found that in the navigationhelp.cs file the code to handle the checkout with login was commented out. there is even a comment to uncomment for one page checkout. There are 3 places that will need to be changed to g...
by dittohead
Thu May 15, 2008 10:49 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Checkout Page with Login
Replies: 13
Views: 12257

Re: Checkout Page with Login

Does anyone know why the next page in the checkout process will not display after the customer has logged in?
by dittohead
Wed May 14, 2008 12:03 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Checkout Page with Login
Replies: 13
Views: 12257

Re: Checkout Page with Login

Judy, I am currently testing this page. I logged in as a user, added item(s) to the basket and then proceeded to checkout. I am asked to login or register if I am a new user. When I log in I get the same login page as if I was not logged in. However, I am logged in as a user, but I cannot get by thi...
by dittohead
Wed May 14, 2008 10:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Checkout Page with Login
Replies: 13
Views: 12257

Re: Checkout Page with Login

Could a programmer or adminstrator please respond to this issue? We have the same problem with this page and our stores will require that the user is registered before actually placing their order?

Thank-You!