SandraE Posted December 27, 2005 Share Posted December 27, 2005 hi everybody! How can I remove the order history? Should be somewhere in my column_right.php, but it is not as simple as commenting this out. if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php'); I've tried this: if (tep_session_is_registered('customer_id')) [color=#FF0000]#include(DIR_WS_BOXES . 'order_history.php');[/color] But then I get an error? Any advice? Thanx! Link to comment Share on other sites More sharing options...
Jack_mcs Posted December 27, 2005 Share Posted December 27, 2005 Try changing this if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php'); to this //if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php'); Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
SandraE Posted December 27, 2005 Author Share Posted December 27, 2005 Try changing thisif (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php'); to this //if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php'); Jack Thank You Jack! :thumbsup: That did it! Link to comment Share on other sites More sharing options...
SandraE Posted December 27, 2005 Author Share Posted December 27, 2005 Try changing thisif (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php'); to this //if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php'); Jack Damned not it didn't help I get this, excuse me for my French Warning: main(includes/boxes/): failed to open stream: No such file or directory in /var/www/localhost/htdocs/shop2/includes/column_right.php on line 61 Warning: main(): Failed opening 'includes/boxes/' for inclusion (include_path='.:/usr/lib/php') in /var/www/localhost/htdocs/shop2/includes/column_right.php on line 61 Link to comment Share on other sites More sharing options...
Jack_mcs Posted December 28, 2005 Share Posted December 28, 2005 What's on line 61 in that file? Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.