Search found 317 matches

by afm
Sat Jul 11, 2009 12:40 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Remote install
Replies: 20
Views: 9338

Re: Remote install

Show your host the part in red (the connection string and message). There are many reasons (dozens) why the connection cannot be opened. One possibility is that the server does not have SQL Express installed. Another reason is that the permissions are not correct. Your host is in the best position t...
by afm
Sat Jul 11, 2009 10:37 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Remote install
Replies: 20
Views: 9338

Re: Remote install

If you don't delete everything and start over, no one will know if the next problem is left over from this failed install or a new problem. If it were me, I would delete everything, upload a fresh copy of AbleCommerce (not a copy of your local site), and start the install over. If any part of the in...
by afm
Fri Jul 10, 2009 3:11 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Remote install
Replies: 20
Views: 9338

Re: Remote install

The first part of your post seems to indicate that the remote server does not have SQL Express installed or it is not named "SQLExpress". You will have to check with your host. The second part of your post means you have a duplicate section in your web.config file. You cannot fix that by removing an...
by afm
Fri Jul 10, 2009 10:38 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Integrated Carriers - Royal Mail and TNT
Replies: 3
Views: 2261

Re: Integrated Carriers - Royal Mail and TNT

Acceptable to your customers? I think so. That is essentially what I get most of the time when I order something from an online store.

There was a thread that showed some nVelocity code to do that, but I'm not sure how to find it. If you search for "tracking" and "email" you might find it.
by afm
Sun Jul 05, 2009 12:06 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Remote install
Replies: 20
Views: 9338

Re: Remote install

I'm glad you made some progress. For future reference, you can't just paste lines of text into the web.config file (or any file with the .config extension on an ASP.NET website). ".config" files are written in XML, which has a specific structure, very much like HTML has specific structure (e.g. the ...
by afm
Sat Jul 04, 2009 11:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Error Log full of errors
Replies: 10
Views: 5677

Re: Error Log full of errors

That should work for most crawlers. I have read that not every crawler will honor a wildcard in the Disallow. If you still get errors, you may have to list WebResource.axd and ScriptResource.axd explicityly. You can use Google's "Analyze robots.txt" tool to see what Google will do, http://www.google...
by afm
Sat Jul 04, 2009 10:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Remote install
Replies: 20
Views: 9338

Re: Remote install

It is possible to install the software on a remote site. The message you quoted is a generic message from ASP.NET that means "something went wrong when I tried to load your page, but I am hiding the error details in case they contain sensitive information". You can see the error details by making a ...
by afm
Sat Jul 04, 2009 10:39 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Error Log full of errors
Replies: 10
Views: 5677

Re: Error Log full of errors

ASP.NET 2.0 and above use the *.axd URL's to identify resources embedded in DLL's. By resources, I mean snippets of javascript (i.e. ScriptResource.axd) and small images such as icons. The querystring at the end of the URL identifies the resource and often some other pieces of information that make ...
by afm
Sat Jul 04, 2009 10:30 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Where do I enter New UPS Account number?
Replies: 5
Views: 3780

Re: Where do I enter New UPS Account number?

You can't change the account number. You will have to remove and then re-add UPS OnLine Tools.

1. Go to Admin > Configure > Shipping > Integrated Carriers

http://screencast.com/t/x0PAQhG7iN

2. Delete UPS OnLine Tools

3. Follow the normal instructions to add a new carrier, to add UPS OnLine Tools.
by afm
Tue Jun 30, 2009 12:58 am
Forum: 7.0 DataPort
Topic: How about letting this group beta 7.0.3 DataPort
Replies: 37
Views: 33720

Re: How about letting this group beta 7.0.3 DataPort

Try right click on the DataPort icon and select Run As Administrator.
by afm
Sat Jun 27, 2009 9:21 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: What does this error message mean?
Replies: 6
Views: 2978

Re: What does this error message mean?

Yes. But not the *.axd URL's. Those URL's do not point to content, but things like javascript or CSS.
by afm
Fri Jun 26, 2009 9:50 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: What does this error message mean?
Replies: 6
Views: 2978

Re: What does this error message mean?

"a bunch of them seem to be generated, often at night" makes me think it is a spider indexing your site. Add an exclusion to your robots.txt files like so:

User-agent: *
Disallow: /*.axd$
by afm
Wed Jun 24, 2009 5:12 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Fedex and Integrated Carrier Questions
Replies: 5
Views: 3628

Re: Fedex and Integrated Carrier Questions

Is there a charge to register with Fedex to use their integrated shipping? Also, is it possible to calculate shipping charges for just some items without actually creating those charges? I'm trying to calculate a vendor's shipping charge which is not the same as the customer's shipping charge. The ...
by afm
Mon Jun 22, 2009 4:12 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Header Format
Replies: 12
Views: 20208

Re: Header Format

If you don't specific the width of a table cell (you don't as far as I can see) the browser will try to calculate a width that accomodates the contents of all rows (2 in your case).

Basically, the browser is giving the first column more width than you want. So you have to tell it what you want.
by afm
Mon Jun 22, 2009 3:34 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Header Format
Replies: 12
Views: 20208

Re: Header Format

Hey Ben, Add FireBug to your FireFox browser, load the page, and then select Tools > FireBug > Inspect Element. As you move the cursor over "Call Us" you will see FireBug outline the table cell and see that "Call Us" is very tightly aligned to the left. Then move the cursor over the logo and notice ...
by afm
Tue Jun 16, 2009 5:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Beyond Compare Settings
Replies: 1
Views: 1658

Re: Beyond Compare Settings

Is there a way to only look for newer source files? If you use Beyond Compare (BC) to upload the files, it will try to preserve the timestamp on the file. For example, if the file on your local dev machine has a timestamp of 5/30/2009 10:13:01, then BC will try to set the timestamp of the file on t...
by afm
Mon Jun 15, 2009 3:00 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: HELP! Checkout Button Empties Basket
Replies: 5
Views: 11772

Re: HELP! Checkout Button Empties Basket

Database full and out of disk space can cause that behavior.
by afm
Sun Jun 14, 2009 4:04 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Was relative control Src path fixed in 7.0.3?
Replies: 2
Views: 1751

Re: Was relative control Src path fixed in 7.0.3?

The Src parameter starts with ".." in 7.0.3:

Code: Select all

<%@ Register Src="../Checkout/Google/GoogleCheckoutButton.ascx" TagName="GoogleCheckoutButton" TagPrefix="uc" %>
by afm
Thu Jun 11, 2009 8:25 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.3 verisoin display after add to cart duplicate products
Replies: 4
Views: 2387

Re: 7.0.3 verisoin display after add to cart duplicate products

If you leave the page and return, the sidebar cart catches up and shows 1 item with quantity 2.
by afm
Wed Jun 10, 2009 8:01 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Site Looks Bad in Firefox
Replies: 5
Views: 3405

Re: Site Looks Bad in Firefox

First remove the float: left from both #leftSidebarPanel and #rightSidebarPanel in both style.css and style_.css. If you want to be able to identify and fix issues like this in the future, get Firebug for Firefox and a good book on CSS. Then use the Inspect tool to poke around your pages and play wi...
by afm
Wed Jun 10, 2009 7:40 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Site Looks Bad in Firefox
Replies: 5
Views: 3405

Re: Site Looks Bad in Firefox

It looks "bad" in IE8 also unless I turn on IE7 compatibility mode. The left side navigation drops down because you are floating your right panel left (see #rightSidebarPanel { float: left; } in style_.css and style.css). Two other things I noticed in the few seconds I looked: 1. style.css and style...
by afm
Fri Jun 05, 2009 10:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Full Text Searching cause Application Error on v7.03
Replies: 13
Views: 6392

Re: Full Text Searching cause Application Error on v7.03

It may resolve itself overnight...many sysops configure backups to run automatically every night.
by afm
Tue Jun 02, 2009 4:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Potential Buyer Q: USPS / Endicia Integration
Replies: 15
Views: 9840

Re: Potential Buyer Q: USPS / Endicia Integration

Jaz wrote:Also will Shipper 3 work with 7.03?
Good question! I hope to know for sure within a few of days.
by afm
Sun May 31, 2009 12:47 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Is there an Email Test Mode?
Replies: 4
Views: 2117

Re: Is there an Email Test Mode?

I have not tried this will AC, but when I want a copy of the vendor email I add my address to the vendor email field, separated by a semicolon. For example, "vendor@company.com; me@mycompany.com". The underlying mail system has always sent the email to both addresses. That will probably work with AC...