Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Log in link not showing greeting message


Swedaporean

Recommended Posts

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'.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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 =(

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...