Edit Content On Login Page

Hi,

How I can update content on login page?

There is some default content on right side of login page. I like to edit all of these content.

I have attached screenshot and area is marked with in red block. I have found the files. But The content is rendered from DB and I want to edit these content.

thanks in advance.

Sign in.png

Hi,

How I can update content on login page?

There is some default content on right side of login page. I like to edit all of these content.

I have attached screenshot and area is marked with in red block. I have found the files. But The content is rendered from DB and I want to edit these content.

thanks in advance.

You can edit the value of the text_login_form language variable on the Administration > Languages > Translations page in the admin panel or go to the Design > Layouts > Auth page and replace the Auth information block with HTML block with desired content.

Thanks for the help.

How I can edit this login form?

Same way, I want to edit content on register page. Where I want to go?

Also in my new HTML blocks, I want to add some URL (Login URL and Register URL etc).

I got the URLS. http://my-test-domain.com/cs-cart/index.php?dispatch=profiles.add

But when I move server, I have to change these content again. To solve this issues, I need dynamic link for these pages.

Thanks for the help.

How I can edit this login form?

Same way, I want to edit content on register page. Where I want to go?

Also in my new HTML blocks, I want to add some URL (Login URL and Register URL etc).

I got the URLS. http://my-test-domain.com/cs-cart/index.php?dispatch=profiles.add

But when I move server, I have to change these content again. To solve this issues, I need dynamic link for these pages.

Login form:

design/themes/YOUR_THEME/templates/views/auth/login_form.tpl

Registration page:

design/themes/YOUR_THEME/templates/views/profiles/update.tpl

As for URLs, just use the relative URLs instead of absolute ones. E.g.

Create profile