Search found 5 matches

by DavidR63
Mon Dec 22, 2008 12:52 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Install Server.MapPath giving current directory
Replies: 3
Views: 2462

Re: Install Server.MapPath giving current directory

That was my initial thought, but look at the error closely. Notice that it's looking for the App_Data folder under 'Install', it should be looking for App_Data under the ablecommerce folder. For some reason the Server.MapPath("~/App_Data/PERMTEST.TXT") is returning a relative path with 'Install' ins...
by DavidR63
Mon Dec 22, 2008 11:27 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Install Server.MapPath giving current directory
Replies: 3
Views: 2462

Install Server.MapPath giving current directory

I am trying to install AC7.0 on my web host. I am going to the install directory and I am getting the error below. When looking at the code I see it's getting the path using Server.MapPath("~/App_Data/PERMTEST.TXT"). On my dev box (internal) this has worked fine returning the correct website root. B...
by DavidR63
Fri Aug 22, 2008 10:06 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Force user login
Replies: 3
Views: 3221

Re: Force user login

I figured out a way to do what I wanted. This may not work if you use the 'Site Disclaimer Message' since it will redirect it to the login page or it will try to modify the response headers after they have already been written by the disclaimer message page. I may work on a fix for that but I don't ...
by DavidR63
Thu Aug 21, 2008 3:32 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Customizing the admin pages
Replies: 1
Views: 2180

Customizing the admin pages

Is there a suggested way to customize the admin pages? This is my situation: When adding/editing a product many of the fields are not need for my use. MSRP, Manufacturer, Variable price, part no, prohibited, gift certificate, the entire taxes & shipping section as well as the entire inventory contro...
by DavidR63
Wed Aug 20, 2008 4:08 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Force user login
Replies: 3
Views: 3221

Force user login

Is there a way to force user logins? Our use of AbleCommerce would be for an internal ordering system, we only want certain people to be able to login to order from the site. No one would be able to see the products at all until they logged in.