Post by jmontani » Thu Jan 11, 2018 11:43 pm

How to remove items in Customer Account Login (ex:newsletter,downloads,reward points) 2.3.0.2

In my template right side list items I do not use in my site and need to delete from Customer Login page. Don't want to confuse them!

Attachments

Login List.jpg

Login List.jpg (158.86 KiB) Viewed 1681 times


New member

Posts

Joined
Fri Dec 01, 2017 9:02 pm

Post by DigitCart » Fri Jan 12, 2018 2:37 am

Hi,
If your theme has this file, edit it:

Code: Select all

catalog\view\theme\{YOUR_THEME}\template\extension\module\account.tpl
Otherwise, edit the file in the default theme:

Code: Select all

catalog\view\theme\default\template\extension\module\account.tpl
You can delete unwanted items, for example:

Code: Select all

<a href="<?php echo $newsletter; ?>" class="list-group-item"><?php echo $text_newsletter; ?></a>

My Extensions


User avatar
Active Member

Posts

Joined
Thu Jun 22, 2017 5:32 pm


Post by jmontani » Fri Jan 12, 2018 7:17 am

Thanks DigitCart,

I thought I was in the right place but thought I would get a confirmation before deleting files...

New member

Posts

Joined
Fri Dec 01, 2017 9:02 pm
Who is online

Users browsing this forum: No registered users and 16 guests