View Single Post
  #3  
Old 07-23-2014, 07:14 AM
 
Dewiar Dewiar is offline
 

Newbie
  
Join Date: Jan 2012
Posts: 3
 

Default Re: X-Cart 5: Target and View.

I want just display some content for my target (Controller).
I have analyzed controllers of some modules and saw that almost all controllers have View which returns default template.
Also i found records in table view_lists.
Then i made the same structure, but when i call cart.php?target=bbb&action=ccc
I see only the title which i define in getTitle() method.
So, I don't know why content is empty and my View class isn't used.
Thanks for response.
__________________
LC 1.0.14
Reply With Quote