View Single Post
  #4  
Old 10-15-2017, 10:51 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Determine what kind of page has been loaded within a template.

Controller class names don't translate to target names directly, but the idea is correct.

Targets like "product_options" will translate to "ProductOptions" controller class name.

Also, classes/XLite/Controller/Customer is not the only place for controller classes. Modules may have their controllers too.
So, you should look into classes/XLite/Module/*/*/Controller/Customer directories too.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote