Question about template files

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
joakim
Posts: 16
Joined: 28 Jan 2016, 09:38

Question about template files

Post by joakim » 28 Jan 2016, 14:07

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?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Question about template files

Post by aimeos » 28 Jan 2016, 14:45

Pinned and last seen products are session based (delete your cookie to see your changes) and their templates are in catalog/session/ template directory.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply