High Sierra Team Sports

Post your AbleCommerce store for review by other forums members.
>> Please review requests by fellow users to critique their sites, in the process you have the opportunity to learn how someone else is using AbleCommerce.
Post Reply
User avatar
dappy
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Tue Apr 12, 2005 12:59 pm
Contact:

High Sierra Team Sports

Post by dappy » Wed May 25, 2005 4:47 pm

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 :)

User avatar
gjaros
AbleCommerce Partner
AbleCommerce Partner
Posts: 1717
Joined: Tue Feb 24, 2004 2:20 pm
Location: Illinois
Contact:

Post by gjaros » Thu May 26, 2005 1:03 am

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!
Image
Image

User avatar
dappy
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Tue Apr 12, 2005 12:59 pm
Contact:

Post by dappy » Thu May 26, 2005 10:32 am

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

User avatar
gjaros
AbleCommerce Partner
AbleCommerce Partner
Posts: 1717
Joined: Tue Feb 24, 2004 2:20 pm
Location: Illinois
Contact:

Post by gjaros » Thu May 26, 2005 5:47 pm

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>
Image
Image

Post Reply