LiteMage Problem

#1
after active LiteMage cache , blocks that should only show to register users shows to public (like wishlist sidebar)
"<?php if( !$this->helper('customer')->isLoggedIn() ): ?>" not work properly
also ajax for add to wishlist not work
 

Lauren

LiteSpeed Staff
Staff member
#2
Thanks for trying LiteMage.
The current config.xml is based on 1.9 sample data. If you have other extensions, it may cause problem. Are you able to give us a temp root access to check it? and give details on how to reproduce the issue. It will be good if you have a staging environment, so we can play with it.
You can PM me the details.
Thanks,
Lauren
 

Lauren

LiteSpeed Staff
Staff member
#3
Does every page has blocks for logged in user? In magento configuration - litemage - enable different view per user group, then go to cache management->purge litemage cache. should resolve this issue. If you have multiple different user group, but all share same view, only difference is logged in user vs. non-logged in, we can look into other ways to be more efficient. If you provide us access, we'll take a closer look.
 
Top