After login the page redirects to: index.php?main_page=index&set_session_login=true
If I log out and click on Login then the page redirects as expected to the product page.
However, if Logout and then click on the home page (which goes to the login page) if goes to set_session_login=true.
Customer Shop status is set to 1 (from another posting I found, this seems to matter) and is a requirement for this store.
There is only 1 product per Customer Price Group. So, all customers in group 1 will see product A, those in Group 2 will see product B, etc.
Accomplished this in includes/modules/pages/login/header_php.php
When the customer logs in, they need to be directed to the product. Is there a way to correct/work around the page going to set_session_login=true?Code:$path = "index&cPath=".$_SESSION['customers_group_pricing']; zen_redirect(zen_href_link( $path, '', $request_type));
Appreciate any help or insight anyone can provide.


Reply With Quote

