AbanteCart Development > Extensions and Add-Ons
detect homepage
(1/1)
natdroid:
Is there any variable or function I can use to check if the page the user is viewing is the front page?
abolabo:
do you mean case when $this->request->get['rt'] == 'index/home' or empty ?
eCommerce Core:
Let me clarify.
User is person managing store. So you ned to see if they are on the storefront side?
You can use:
--- Code: ---if(IS_ADMIN === false) {
...
}
--- End code ---
Navigation
[0] Message Index
Go to full version