Page 1 of 1

Feedback would be great!!!

Posted: Mon Apr 18, 2005 5:28 pm
by PCT
I just finished Version 1.0 of our website and I would appriciate any feedback anyone could give. We are currently running the site w/o a Merchant account due to the nature and price of the products and companies we sell to.

Please go to the following:
http://www.princetoncryo.com

You can email me via the feedback@princetoncryo.com or sales@princetoncryo.com.

Thanks a bunch
Domenic Weber
Technology & Engineering
PRINCETON CryoTech INC

Posted: Thu Apr 21, 2005 10:34 pm
by Shopping Cart Admin
Howdy,

Maybe add border="0" to

http://www.princetoncryo.com/Liquid-Nit ... e-C18.aspx and others, I'd looked over the site the other day and it had plenty of content and appeared well layed out.

the link to the store on this page:

http://www.princetoncryotech.com/ is still set to the IP address

You have a lot of emails on the site and some are directed to high level engineers. I'd strongly suggest obsecuring them a bit or they will get unwanted spam eventually.

I'd get the terms of the affiliate agreement where they can be seen before signup.

Since you have Order Status linked and that's the only real reason to log in you might consider removing the login link.

It's not clear that the Engineering Link takes you to the other site, so maybe saying something like 'Main Site'. Or possibly Renaming Home to Store Home and then engineering could be 'Site Home'?

I'd move the free shipping icon under the mini-basket since it's not going to be missed there and that will move the basket up to a viewable level on smaller monitors.

In the bottom of the CSS you'll find the category levels if you bold the upper level, the directory.aspx page will be easier to follow.

Code: Select all

.TreeLevel0 {padding-left:0px;font-weight:bold;}
.TreeLevel1 {padding-left:10px}
.TreeLevel2 {padding-left:20px}
.TreeLevel3 {padding-left:30px}
.TreeLevel4 {padding-left:40px}
.TreeLevel5 {padding-left:50px}
.TreeLevel6 {padding-left:60px}
.TreeLevel7 {padding-left:70px}
Thanks for using AbleCommerce and always...

Thanks

Posted: Fri Apr 22, 2005 4:21 pm
by PCT
Thanks for the input, on the Bold Tree Level issue, I got it to change in the directory by using the the bold command in the tree level 10, but is there any way to do the same thing in the the Category Nav menu in the Left Nav.aspx.

I've tried changing both the TH and TD Menu Box in the css by adding the same font weight-bold, but it doesn't seem to change anything.

Posted: Fri Apr 22, 2005 4:26 pm
by Shopping Cart Admin
Hello,

If I remember correctly in the left categiry navigation the font size by default is too small to take on these attributes.

Thanks Mike

Posted: Fri Apr 22, 2005 4:40 pm
by PCT
Thanks Mike,
I'll just experiment w/ the leftnav to see if anything is possible.