api - Prestashop disable Layout from module -
i've created api module in prestashop , generating xml output cms page. thing can't disable layout. need render xml output module (and no html). ideas please? (i not using webservice classes)
at least.. possible module?
thanks, dan
override method "display" of controller , output whatever want.
if not want display layout, not call parent::display().
Comments
Post a Comment