Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

navigation


bigko

Recommended Posts

Posted

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!

  • 1 month later...

Archived

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

×
×
  • Create New...