Page 1 of 1

Question about template files

Posted: 28 Jan 2016, 14:07
by joakim
I want to hide prices from anonymous users with this if test:

Code: Select all

if(!is_null($GLOBALS['TSFE']->fe_user->user)) { ... }
I managed to hide price from details page by modifying layouts\catalog\detail\basket-body-default.html

Still it shows prices under Pinned Products and Last Seen. What files to modify?

Re: Question about template files

Posted: 28 Jan 2016, 14:45
by aimeos
Pinned and last seen products are session based (delete your cookie to see your changes) and their templates are in catalog/session/ template directory.