View Single Post
  #4  
Old 01-12-2016, 09:50 AM
  Scott Godin's Avatar 
Scott Godin Scott Godin is offline
 

Advanced Member
  
Join Date: Aug 2014
Location: /diagonally parked in a parallel universe/
Posts: 68
 

Default Re: default/en/category_description.tpl

Quote:
Originally Posted by Scott Godin
http://kb.x-cart.com/display/XDD/Step+2+-+applying+design+changes

1. So insofar as the .tpl is concerned, you're saying that even though it has no @ListChild, I can still override the template file in the manner described above ?

the trace shows the following,
http://i67.tinypic.com/be9geo.jpg

however, adding

Code:
\XLite\Core\Layout::getInstance()->removeTemplateFromList('category_description.tpl', 'center.bottom');

to my module's runBuildCacheHandler() does not seem to remove that template file from the default skin. The docs in the link don't get into detail on what to do in this case, or at least not in a way I am yet understanding.

We need to expand that section of the docs to include instances such as this, for greater clarification of what's necessary. Meanwhile, I still need to know how to do this. Can you clarify?
__________________
--
Scott Godin
Reply With Quote