mattyb Posted October 5, 2006 Posted October 5, 2006 Is there anyway to edit this feature. I'm looking to have it go back two pages not just one. I tried to change this line of code: $back = sizeof($navigation->path)-1; from -1 to -2 but the button just disappears. Any thoughts?
djmonkey1 Posted October 5, 2006 Posted October 5, 2006 $back = sizeof($navigation->path)-2; is what I have in my shopping_cart.php file in my stock osC test site. Do, or do not. There is no try. Order Editor 5.0.6 "Ultra Violet" is now available! For support or to post comments, suggestions, etc, please visit the Order Editor support thread.
djmonkey1 Posted October 5, 2006 Posted October 5, 2006 $back = sizeof($navigation->path)-1; doesn't work on my test site. Have you tried $back = sizeof($navigation->path)-3; Do, or do not. There is no try. Order Editor 5.0.6 "Ultra Violet" is now available! For support or to post comments, suggestions, etc, please visit the Order Editor support thread.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.