bigko Posted February 18, 2004 Posted February 18, 2004 Hi I'm trying to build the OS shopping cart into an existing site. For the continue shopping button I would like to have the shopper return to the home page of the existing site and not home of OS commerce. Is there a easy way to do this? I see the link on the HTML page, but all I see on the Php page is <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> If I change this to <td class="main"><?php echo '<a href="' http://www.domain.com/home '">' . tep_image_button('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING) . '</a>'; ?></td> would this work? or should the code be something else? Thanks!
Ainjull Posted March 28, 2004 Posted March 28, 2004 Would this work? If so, which shopping_cart.php should I change?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.