Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Continue Shopping Button


propolis

Recommended Posts

In shopping_cart.php, look for a line like this:

<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>

and change to something like this:

<td class="main"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING) . '</a>'; ?></td>

No testing has been done, use at your own risk.

 

Hth,

Matt

Link to comment
Share on other sites

  • 1 month later...
No testing has been done, use at your own risk.

Worked fine for me.

 

I do think it would be better to have a couple of different buttons. One for home and one for the last product category, something like that. But I dont have those particular versions of XP buttons. Once i figure out how to make XP style buttons I may add some features here.

Link to comment
Share on other sites

  • 7 months later...

Archived

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

×
×
  • Create New...