This is a discussion on Secure Catalog pages within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hello, Think I got it. I included: CODE // if the customer is not logged on, redirect them to the ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#11
| |||
| |||
| Hello, Think I got it. I included: CODE // if the customer is not logged on, redirect them to the login page if (!tep_session_is_registered('customer_id')) { $navigation->set_snapshot(); tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } at the top of each page to reqire a registered login. Found it by looking at the account.php page. Wonder if I can limit this code to only the Index.php page and remove the links to other site listings on the login.php page. Anyway this does work. Thank you K |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do you make all pages secure? | smc13 | osCommerce 2.2 Modification Help | 1 | 07-31-2004 05:22 AM |
| Suppressing link xchange banners on secure pages | ianmel | osCommerce 2.2 Modification Help | 1 | 05-25-2004 05:06 AM |
| SSL - Links to https pages not including /catalog/ in URL | secretagentwoman | osCommerce 2.2 Installation Help | 8 | 03-31-2004 01:18 PM |
| Having catalog in main directory -- secure? | gheffron | osCMax v1.7 Installation | 0 | 03-15-2004 01:40 AM |
| Secure Catalog Pages | ishann | osCommerce 2.2 Modification Help | 0 | 08-22-2003 03:25 AM |