Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Creating a 'back' button


Benjjj6

Recommended Posts

Hey

 

Is it possible to create a 'back' button that will return the customer to the previous page they were on when they click it. I would like to place it on my product_info.php page and make the link an image.

 

Is this possible?

 

Thanks,

 

Ben

Link to comment
Share on other sites

the latest version worked for me although it returned people to the first page of the category they are in. Is it possible to make it so that they are returned to whatever page they were on before they clicked on a product. At the moment, if they click back then they are taken to page 1 of that category even if the product they clicked on was on page 4.

 

Heres the code its using:

 

<td class="main"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, tep_get_path($current_category_id = '')) . '">' . tep_image_button('button_back.gif', IMAGE_BUTTON_BACK) . '</a>'; ?></td>

 

Thanks,

 

Ben

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...