TCwho Posted January 5, 2005 Posted January 5, 2005 Hello everyone ....follow along: If I add a product>> takes me to shopping_cart.php / Whats in my Cart etc >>> then if I click on the button 'Continue Shopping' >> it takes me back >> now if I click on 'Cart Contents' Links in top right (from top navigation)>> it of course takes me back to : shopping_cart.php>>> NOW here is the problem....>> If I click on 'Continue Shopping' again..I am sent to another page...screenshot below: (Image is 43KB) (shows the wrong link being referenced in red box in lower left corner) I have compared my current shopping_cart.php file with my clean install backup copy of shopping_cart.php and they are exactly the same????? Dont know what could cause this? Is this a possible bug in osC Website Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
Guest Posted January 5, 2005 Posted January 5, 2005 I don't think it's a bug in osCommerce...it's most likely due to the calendar you installed. Bobby
TCwho Posted January 5, 2005 Author Posted January 5, 2005 Now I have compared the source code from the working shopping_cart.php and non-working page: (not shopping_cart.php itself -- as stated above those are identical; current : backup copy) In line 419 of working page: <td class="main"><a href="http://www.thelighthousebooks.com/catalog/product_info.php?products_id=50"><img src="includes/languages/english/images/buttons/button_continue_shopping.gif" border="0" alt="Continue Shopping" title=" Continue Shopping "></a></td> In line 419 of non-working page: <td class="main"><a href="http://www.thelighthousebooks.com/catalog/calendar_content.php?_month=&_year="><img src="includes/languages/english/images/buttons/button_continue_shopping.gif" border="0" alt="Continue Shopping" title=" Continue Shopping "></a></td> In line 455 of working page: <td class="boxText"><table border="0" width="100%" cellspacing="0" cellpadding="0"><tr><td align="right" valign="top" class="infoBoxContents"><span class="newItemInCart">1 x </span></td><td valign="top" class="infoBoxContents"><a href="http://www.thelighthousebooks.com/catalog/product_info.php?products_id=50"><span class="newItemInCart">Strengthening of the Faith</span></a></td></tr></table></td> In line 455 of non-working page: <td class="boxText"><table border="0" width="100%" cellspacing="0" cellpadding="0"><tr><td align="right" valign="top" class="infoBoxContents"><span class="infoBoxContents">1 x </span></td><td valign="top" class="infoBoxContents"><a href="http://www.thelighthousebooks.com/catalog/product_info.php?products_id=50"><span class="infoBoxContents">Strengthening of the Faith</span></a></td></tr></table></td> Thats the only difference I see in the two source codes.... Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
TCwho Posted January 5, 2005 Author Posted January 5, 2005 I don't think it's a bug in osCommerce...it's most likely due to the calendar you installed. Bobby <{POST_SNAPBACK}> I thought that as well, but also just got looking at the changes I made adding the calendar...and none involved shopping_cart.php or anything other file I can think of.... :( what could cause line 455(above) to change : <span class="newItemInCart"> to <span class="infoBoxContents"> Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
Recommended Posts
Archived
This topic is now archived and is closed to further replies.