Page 1 of 1

High Sierra Team Sports

Posted: Wed May 25, 2005 4:47 pm
by dappy
I've been struggling iwth tihs site for WAY too long. Design is done. There are a few backend and management issues I'm waiting on but let me know what you think.

http://www.highsierrateamsports.com/index.aspx

This is the most elaborate website I've ever done and my first experience with ablecommerce and VB.net :)

Posted: Thu May 26, 2005 1:03 am
by gjaros
Very nice looking site!

Just a few bugs that I noticed...

:arrow: Your SSL Certificate displays an error.
:arrow: The billinfo page errs out.
:arrow: The Advanced Search page displays the search form at the bottom of the page.

Suggestion: Make the Your Basket text on the left side of the page link to the basket. I'd also add a button or link for Checkout somewhere on the homepage (possibly by the || My Account || My Wishlist || My Basket links at the top).

Great site though!

Posted: Thu May 26, 2005 10:32 am
by dappy
Thanks :D

The SSL Certificate is one of the things I'm waiting on being set up.

But the billinfo err and the advanced search I was not aware of - Thanks for pointing them out. And the Checkout is something I hadn't thought of either!

Thanks alot.

The Search page is fixed - rotten IE and its poor CSS implementation.
I'm not sure how to add a checkout button however? I looked on the basket page and there is some VB script that i think checks if there is something in the basket and then does some stuff and forwards the user somewhere, but I don't know exactly what I would need to copy into my header?

dappy

Posted: Thu May 26, 2005 5:47 pm
by gjaros
For the checkout link, just a link to the billinfo page will work. Once you get the SSL certificate working you'll want to make sure that it links to your https:// page, not just billinfo.

Code: Select all

<a href="https://www.yourstore.com/billinfo.aspx">Checkout</a>