Jump to content
  • 0

[Solvet] Data rejestracji i data ostatniego logowania klienta


quendi

Question

Jak wyświetlić datę rejestracji oraz datę ostatniego logowania danego klienta we frontoffice? Uprzedzając pytania, tak wiem, że takie info jest w zakładce Klienci, ale muszę to wyświetlić w pliku my-account.tpl. 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Spróbuj w ten sposób:

<p>Rejestracja: {Context::getContext()->customer->date_add}</p>

{assign var='last_connection' value=Context::getContext()->customer->getLastConnections()}
<p>Ostatnia wizyta: {$last_connection[0]['date_add']}</p>

 

 

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...