Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

"Continue shopping" button esoterics


Guest

Recommended Posts

Hello,

 

I'm trying to make my "Continue Shopping" button go back 3 steps (to the Products page) instead of the default 2 (which just gives you details of the product just added to cart).

 

I checked the forums, and the prevailing wisdom was that I:

Admin>Shopping_cart.php:

Change

$back = sizeof($navigation->path)-2;

 

with

$back = sizeof($navigation->path)-3;

 

This seemed to work at first, but after refreshing a few times, the "continue Shopping" button dissapears.

 

Why would this be, and am I doing it wrong??

 

Many thanks,

 

Kaisa

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...