Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Continue Shopping Button issues


akmiecik

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...