Forum Forum Magento Theme SNS Camen – Magento Theme New Homepage Block

  • Author
    Posts
  • #9775

    universalhosiery
    Participant

    Hello, I’m trying to add a new product block to SNS camen homepage layout in admin:
    <reference name=”after_content”>
    <block type=”camen/wrapper” name=”section.after_middle_content”>
    <action method=”setParams”><params>class=”after_middle_content”</params></action>
    <block type=”camen/wrapper” name=”sns_after_top_content”>
    <block type=”products/slider” name=”section.botsl2.2.slider” template=”sns/products/slider_tre.phtml”>
    <action method=”setConfig”>
    <name>
    <title>Arthur George by Rob Kardashian Blowout Sale!</title>

    <product_category>91</product_category>
    <product_filter_by>all</product_filter_by>
    <product_ids>62,338,321</product_ids>
    <product_limitation>150</product_limitation>

    </name>
    </action>
    </block>
    </block>
    </block>
    </reference>

    The code is updating the “Trending” and I would like to add a new block of products selected by product id. Can you please send the code that should be used?

You must be logged in to reply to this topic. Click here to login or register