0

I am trying to add a new block to the CMS home page. Only this particular block I need to do it in the content tab, and not the layout tab( which works).

So in the content tab I have(Does not work):

{{block type="dailydeal/list" name="product_list_deals" template="dailydeal/slider.phtml" }}

But if I do it in the layout tab(Works fine):

<reference name="content">
 <block type="dailydeal/list" name="product_list" after="home_slider_cruisercorps" template="dailydeal/slider.phtml" /> 
</reference>

I am not sure what is missing in the content tab, causing the block not to be loaded.

Using magento version 1.9.2.4

asked Jun 8, 2016 at 17:18
2
  • Allow block in dailydeal/list in admin-> system-> permission->blocks->add new block -> Enter dailydeal/list in Block name and Yes in Is Allowed it should resolve your issue. Commented Jun 8, 2016 at 17:24
  • Let me know if its help Commented Jun 8, 2016 at 17:28

1 Answer 1

5

Allow block in dailydeal/list in admin-> system-> permission->blocks->add new block -> Enter dailydeal/list in Block name and Yes in Is Allowed it should resolve your issue.

answered Jun 8, 2016 at 17:37

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.