Magento: ¿siempre se necesita un bloque para un widget?
Frecuentes
Visto 72 veces
1 Respuestas
1
Block is needed. If you don't want to create a new block, just give block type as cms/block
. Remember, in your phtml template files, then you will not have your custom functions call by using $this
(Como se $this
references to Block).
Respondido el 05 de Septiembre de 12 a las 12:09
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas magento widget or haz tu propia pregunta.
can you tell me how exactly i can use this predefined block? if i try type="cms/block" in the widget.xml the template is not rendered - KumpelJ