jfoster1980 Posted March 4, 2008 Posted March 4, 2008 My shopping cart looks horrible I have just implemented the Minimum_Order_1_2 contribution and now its all over the place can anyone take a peek at it? http://www.fuzzyfriendsstore.com/catalog/shopping_cart.php Looks like the contribution works but has really messed up the shopping cart page. THanks in advance.
digipete Posted March 4, 2008 Posted March 4, 2008 Justin, The first thing to jumps out when you look at the source code is that your style sheet on that page is called "stylesheet.css" - on all other pages it's "style.css". Was defining the style sheet name part of the setup for your contribution? Worst case scenario, copy the contents of "style.css" to the other "stylesheet.css" and that should restore your background and positioning issues. Good luck. Pete
jfoster1980 Posted March 4, 2008 Author Posted March 4, 2008 Justin, The first thing to jumps out when you look at the source code is that your style sheet on that page is called "stylesheet.css" - on all other pages it's "style.css". Was defining the style sheet name part of the setup for your contribution? Worst case scenario, copy the contents of "style.css" to the other "stylesheet.css" and that should restore your background and positioning issues. Good luck. Pete It changed but its still looks like a bomb hit it I did your recommendation and its got a green background lol. anways got any more suggestions?
jfoster1980 Posted March 4, 2008 Author Posted March 4, 2008 Sorry to answer your question no I did not name the stylesheets they were already provided.
jfoster1980 Posted March 5, 2008 Author Posted March 5, 2008 Still without a clue, my site has full functionallity but yet the shopping cart page is bombed what a drag, can anyone help?
jonquil Posted March 5, 2008 Posted March 5, 2008 When I view HTML source on your shopping cart, I see this: <!-- body_text //--> <td width="100%" valign="top"><form name="cart_quantity" action="http://www.fuzzyfriendsstore.com/catalog/shopping_cart.php?action=update_product" method="post"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> When I view source on your other pages, I see: <!-- body_text //--> <td width="520" valign="top"> <table border="0" width="520" cellspacing="0" cellpadding="0"> <tr> <td width="412" valign="top"><table border="0" width="412" cellspacing="0" cellpadding="0"> Starting here will be helpful to you :) It's all just ones and zeros....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.