Swedaporean Posted April 27, 2010 Posted April 27, 2010 Simple question. When logging in to your account there should be a greeting message popping up. This doesn't happen, instead you end up directly on the index page. How come? Please advice =) I want the greeting message to show as well as being redirected to the 'my account page', not he 'index page'.
multimixer Posted April 27, 2010 Posted April 27, 2010 Regarding the redirection, go to file login.php find this tep_redirect(tep_href_link(FILENAME_DEFAULT)); change it to this tep_redirect(tep_href_link(FILENAME_ACCOUNT)); If no navigation path is set it will go to account.php instead of index.php Regarding the pop up message, what do you mean exactly? Was there something poping up in your store upon login? Do you have a url? My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Swedaporean Posted April 27, 2010 Author Posted April 27, 2010 Regarding the redirection, go to file login.php find this tep_redirect(tep_href_link(FILENAME_DEFAULT)); change it to this tep_redirect(tep_href_link(FILENAME_ACCOUNT)); If no navigation path is set it will go to account.php instead of index.php Regarding the pop up message, what do you mean exactly? Was there something poping up in your store upon login? Do you have a url? Thanks for the redirecting issue =) As for the greeting message issue. As far as I know there should be a greeting message showing after you have logged in or am I wrong? Either wa, the greeting part never happens for me, and I have no clue why =(
Recommended Posts
Archived
This topic is now archived and is closed to further replies.