db555 Posted September 1, 2006 Share Posted September 1, 2006 In shopping cart.php, there is the following line <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> I believe this line creates a "continue shopping" button that, when clicked, takes the user back a page. How to I modify the shopping cart.php button so that when a user presses the button, they are redirected to an .html page of my choosing (note: the html page is not located in the catalog file folder with the rest of the osCommerce files)? Thanks in advance? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.