Search found 236 matches

by draneb
Tue Jun 29, 2010 5:16 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Only Content controls are allowed directly in a content page
Replies: 12
Views: 8941

Re: Only Content controls are allowed directly in a content page

I still have not been able to figure out why they are happening. Here lately, instead of a typical product URL I am seeing these URLs. /Errors/GeneralError.aspx?aspxerrorpath=/ScriptResource.axd /Errors/GeneralError.aspx?aspxerrorpath=/WebResource.axd Only Content controls are allowed directly in a ...
by draneb
Wed Jun 23, 2010 8:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Only Content controls are allowed directly in a content page
Replies: 12
Views: 8941

Re: Only Content controls are allowed directly in a content page

Hi Mazhar, Uh oh.. I was afraid it would be something I wouldn't understand. You know the weird thing is I just finished moving hosting companies and I never had this error before. Once I completed the move they started coming in. Better hosting company but new problem. ha! Does that error mean it i...
by draneb
Tue Jun 22, 2010 11:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Only Content controls are allowed directly in a content page
Replies: 12
Views: 8941

Only Content controls are allowed directly in a content page

Hello, I am receiving the following errors in AC admin error logs as often as every minute. Would anyone be able to shed some light as to what it means? This is an example of the URL. Of course the ProductId changes. An error has occured at http://www.mydomain.com/Errors/GeneralError.aspx?aspxerrorp...
by draneb
Tue Jun 15, 2010 9:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: SQL Server Web edition or Shared?
Replies: 13
Views: 8643

Re: SQL Server Web edition or Shared?

Hello, I have one AC site running on a shared hosting account at discountasp.net. The site is always up but it is slow, slow. My last VPS was with ultimahosts and it went down very frequently and when it did it went down for days at a time... 2, 3 and even 4 days out of the week. My other AC site th...
by draneb
Thu May 27, 2010 9:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: SQL Server Web edition or Shared?
Replies: 13
Views: 8643

SQL Server Web edition or Shared?

Hello, I just signed up with a new hosting company today. (the search continues) I am going to run AbleCommerce on a VPS with 4gb ram and 80gb disk space. When I inquired about adding some SQL databases to my account they recommended running SQL Server Web edition on the VPS over a shared SQL enviro...
by draneb
Mon Apr 26, 2010 3:00 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Having to switch from MS SQL 2005 to MS SQL Express 2008
Replies: 6
Views: 3585

Having to switch from MS SQL 2005 to MS SQL Express 2008

Hello, I am currently running my AC site on a VPS machine with MS SQL 2005 (NOT express) running on a shared SQL hosting machine. I am hosting with ultima hosts and when my site goes down it doesn't just go down, it goes down for days. If you are thinking about them I wouldn't recommend it. So, I am...
by draneb
Wed Apr 14, 2010 2:07 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Text Area Box Input
Replies: 2
Views: 1667

Text Area Box Input

Hello, I am just curious if this would be an easy fix or not. I have always dealt with this issue since running AbleCommerce. I use a template with a Text Area Box on my site so that my customers can enter personalization text. Well, unfortunately, it does not display sentence breaks (enter key) eit...
by draneb
Fri Jan 22, 2010 1:40 am
Forum: Good Reference Posts
Topic: ContactUs Control
Replies: 61
Views: 123337

Re: ContactUs Control

On a contact form I made, I moved the message up above the send button so it would be more obvious that it was sent. I also cleared the fields in the form after the message was sent. I think you could do that in this one in this section of code: try { MessageLabel.Text = "Message Sent"; MessageLabe...
by draneb
Sun Jan 10, 2010 8:19 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Custom Header w/ Cart Items and Cart Total
Replies: 37
Views: 54351

Re: Custom Header w/ Cart Items and Cart Total

Brehaus, I was worried it might be including/displaying tax for everyone. I guess I need to ask a friend that lives in some other state to add an item to their cart and see what it shows. I don't mind it displaying tax just as long as it is in sync with the checkout process so any totals match. For ...
by draneb
Mon Dec 28, 2009 8:28 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Custom Header w/ Cart Items and Cart Total
Replies: 37
Views: 54351

Re: Custom Header w/ Cart Items and Cart Total

Yes, that is the same problem I am having.. I am even in TX also. haha
by draneb
Mon Dec 14, 2009 9:05 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.3 Add to cart bug (maybe)
Replies: 17
Views: 10922

Re: 7.0.3 Add to cart bug (maybe)

Hi Judy,

I noticed the patch was one file, I think BuyProductDialog. The only change I saw in mine was the one line of code added so I just overwrote my file with the patched file.

I think it is yet another bug. I am experiencing the same thing markpuck mentions.
by draneb
Sat Dec 12, 2009 6:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.3 Add to cart bug (maybe)
Replies: 17
Views: 10922

Re: 7.0.3 Add to cart bug (maybe)

Hmm... I downloaded the BuyProductDialog.ascx.cs patch but I am still experiencing the problem markpuck described

- go to a product, click add to cart
- click keep shopping button to return to same product
- click add to cart again
you now have 3 of these items in the cart instead of 2.
by draneb
Sun Dec 06, 2009 7:15 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PayPal orders - Abandoned without submitting payment
Replies: 14
Views: 6297

Re: PayPal orders - Abandoned without submitting payment

Ooops, sorry. That is the entire code/file for
Conlib/ReceiptPage.ascx

All I did was move the payment information section towards the top of the page so the customer could see the paypal icon without scrolling. I have still had a 100% paypal checkout success rate since making these changes.
by draneb
Mon Nov 30, 2009 5:45 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Custom Error Page
Replies: 1
Views: 1799

Custom Error Page

Hello,

Does anyone have an example of a Custom Error page that they made for AC 7.0?
It would be great if it implemented the top header, leftnav and footer, if that is even possible?

Judy created one for me for AC 5.5 but of course the AC code used in that page is no longer good.

Thank you!
by draneb
Sat Nov 28, 2009 4:31 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PayPal orders - Abandoned without submitting payment
Replies: 14
Views: 6297

Re: PayPal orders - Abandoned without submitting payment

Wow, I am so happy. I still haven't had any abandoned paypal orders since implementing the changes above. 1. Continue Button replaces first small paypal button on checkout page 2. Moved Payment Information to the top of the next page so that the Pay Now with PayPal button is visible without scrollin...
by draneb
Mon Nov 23, 2009 10:45 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PayPal orders - Abandoned without submitting payment
Replies: 14
Views: 6297

Re: PayPal orders - Abandoned without submitting payment

Okay, well I will just paste the code here. I hope I did things right. I am a novice but just moved the Payment Information section to the top of the page. So far I have had no more abandoned PayPal checkouts. <%@ Control Language="C#" AutoEventWireup="true" CodeFile="ReceiptPage.ascx.cs" Inherits="...
by draneb
Sat Nov 21, 2009 4:42 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PayPal orders - Abandoned without submitting payment
Replies: 14
Views: 6297

Re: PayPal orders - Abandoned without submitting payment

Okay, luckily I think it was just a matter of moving some code around. I moved the Payment Information area up so that it is above the Shipping Information panel and is viewable without scrolling. I think it looks better. It doesn't appear I can add attachments so If anyone is interested just let me...
by draneb
Sat Nov 21, 2009 4:19 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PayPal orders - Abandoned without submitting payment
Replies: 14
Views: 6297

Re: PayPal orders - Abandoned without submitting payment

Today I got two more unprocessed PayPal orders so I decided it was time to work on this change. These changes took care of the PayPalPaymentForm page but I think we really need to work on the Order Receipt page (Checkout/Receipt.aspx) and move the entire PAYMENT INFORMATION section from the very bot...
by draneb
Thu Nov 12, 2009 4:58 pm
Forum: 7.0 DataPort
Topic: OrderID and OrderNumber
Replies: 4
Views: 8042

Re: OrderID and OrderNumber

Judy, Is there a way to go into the database and make changes so that the orderid and ordernumber are the same? What is bothering me is that now everytime I add a tracking number it includes a blank tracking number in the customer history. It probably sends them out an additional email as well... Th...
by draneb
Mon Nov 09, 2009 11:41 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Category.aspx vs CategoryGrid4.aspx
Replies: 2
Views: 11424

Re: Category.aspx vs CategoryGrid4.aspx

Hi Mazhar, Ooops, I tried that and I don't think that is what I meant. Here is an example from a page I am using categorygrid4 on... http://i70.photobucket.com/albums/i84/draneb/able/catgrid.jpg It displays some category data (from category description in admin) before it starts listing the products...
by draneb
Sat Nov 07, 2009 8:02 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Category.aspx vs CategoryGrid4.aspx
Replies: 2
Views: 11424

Category.aspx vs CategoryGrid4.aspx

Hello, I am using Category.aspx as the default category display page but I would like for it to display the text entered into the "Description" field in admin, like CategoryGrid4.aspx does. Category.aspx doesn't display the category description text/html. I wonder why that is? If there is a way to c...
by draneb
Tue Nov 03, 2009 3:12 pm
Forum: 7.0 DataPort
Topic: OrderID and OrderNumber
Replies: 4
Views: 8042

OrderID and OrderNumber

Hello, A few weeks ago I upgraded from 7.0.0 to 7.0.3. I had the site developed on a new server, installed 7.0.3 on the new server, did the development then used DataPort to import all of the data. I just noticed an issue I am having... The OrderID and OrderNumber are off. For example, I have an Ord...
by draneb
Tue Nov 03, 2009 11:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: CommonSiteMapProvider
Replies: 2
Views: 1788

Re: CommonSiteMapProvider

Oh yes, I had just read a similar article a couple of days ago. That is great news... I believe I found out what went wrong. I just don't know how it could have happened. I was running 7.0.0 on live server with over 2,500 site pages indexed on Google. Developed 7.0.3 on new, better server so that wh...
by draneb
Sun Nov 01, 2009 10:35 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PayPal orders - Abandoned without submitting payment
Replies: 14
Views: 6297

PayPal orders - Abandoned without submitting payment

I have paypal express checkout disabled so the customer can enter their separate billing and shipping addresses, if needed. But I notice I have been getting like 2 out of 3 PayPal orders showing $0.00 payments. (they did not complete the paypal checkout process) I went through the checkout process m...