Pergunta

The CMS Page, content is :

{{block type="core/template" template="newsletter/subscribe.phtml"}}

Its show the newsletter subscribe box, if add the email will not add to the database.

Foi útil?

Solução

you can call below way..
and you have to enable the block in CMS -> Permissions (or add it, if it's not there).

The block name is of course: newsletter/subscribe

{{block type="newsletter/subscribe" template="newsletter/subscribe.phtml"}}

after check it

Outras dicas

You are using the wrong block, please change as follows:

{{block type="newsletter/subscribe" template="newsletter/subscribe.phtml"}}
Licenciado em: CC-BY-SA com atribuição
Não afiliado a magento.stackexchange
scroll top