akmiecik Posted November 4, 2008 Share Posted November 4, 2008 My continue shopping button never showed up in my shopping cart page. I fixed it by changing this code in catalog\shopping_cart.php <td class="main"><?php echo '<a href="' . tep_href_link($navigation->path[$back]['page'], tep_array_to_string($navigation->path[$back]['get'], array('action')), $navigation->path[$back]['mode']) . '">' . tep_image_button('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING) . '</a>'; ?></td> to: <td class="main" align="right"><a href="java script:history.go(-2)"><img alt="" src="images\button_continue_shopping.gif" border="0"></td> that little <a href="java script:history.go(-2)"> sends shoppers back two pages (may be confusing at times but it works). Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.