Guest Posted April 22, 2005 Share Posted April 22, 2005 Almost done with a new clothing store for a client, please 1) critique 2) help with CSS hacks for Mac IE 5.2. I'm having some major issues with CSS. My layout looks fine in most browsers, but breaks horribly in IE 5.2 Mac. I think I just need a few CSS hacks to get this to work. http://www.shalomclothing.com Can anyone help? Link to comment Share on other sites More sharing options...
ksaun Posted April 23, 2005 Share Posted April 23, 2005 Take 2 steps out of your checkout process and streamline your site, and its easy! Get rid of the "Welcome Please Sign In" Page, this page stops people in their tracks and will hurt your sales. Use this to take the "Welcome Please Sign In" Page and the "Account Created Success" Page out of your checkout process but still collect all their info and create an account or to "Sign In" if they already have an account. http://www.oscommerce.com/forums/index.php?sho...60entry598660 Check it out :thumbsup: My Favorite Quote from a movie. Question: How do you know women sooo well? Answer: I think of a man, then take away reason and accountability. Link to comment Share on other sites More sharing options...
Wendy James Posted April 23, 2005 Share Posted April 23, 2005 Site is very well done but incredibly slow to load pages for me. The navigation links are impossible to read. But otherwise very cool. Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. Link to comment Share on other sites More sharing options...
ksaun Posted April 23, 2005 Share Posted April 23, 2005 I was informed that the link didn't work so here are the instructions. Open up checkout_payment.php and find: // if the customer is not logged on, redirect them to the login page if (!tep_session_is_registered('customer_id')) { $navigation->set_snapshot(); tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } Change it to: // if the customer is not logged on, redirect them to the login page if (!tep_session_is_registered('customer_id')) { $navigation->set_snapshot(); tep_redirect(tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL')); } Then: In checkout_shipping.php change: tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); To: tep_redirect(tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL')); and if you want to get rid of the "Account Created Success" window that pops up after they create their account do this: In create_account.php Change tep_redirect(tep_href_link(FILENAME_CREATE_ACCOUNT_SUCCESS, '', 'SSL')); to tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL')); this will remove the thank you message after account creation to speed up checkout. You no longer see create_account_success.php, it goes right to shipping. With this process you have just removed 2 steps from the lengthy cart process, and removed the Dreaded "Become a Member" Page that scares of potential customers, and you still get them to sign in and get them to create the account. Is this great or what? :thumbsup: My Favorite Quote from a movie. Question: How do you know women sooo well? Answer: I think of a man, then take away reason and accountability. Link to comment Share on other sites More sharing options...
adavis Posted April 28, 2005 Share Posted April 28, 2005 The site looks great. Where you going to add more items. I like the name you picked. God Bless Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.