propolis Posted July 2, 2003 Share Posted July 2, 2003 Hi, I would like the 'Continue Shopping' button to take the user back to my shops default page. Any suggestion appreciated. :) Link to comment Share on other sites More sharing options...
Guest Posted July 2, 2003 Share Posted July 2, 2003 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 More sharing options...
Guest Posted August 28, 2003 Share Posted August 28, 2003 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 More sharing options...
Ainjull Posted March 28, 2004 Share Posted March 28, 2004 Which *.php do u change? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.