Forum Forum Magento Theme SNS AIO – Magento Theme QUESTION ABOUT TABS.SLIDER, PRODUCT TABS AND AJAX TO CART

  • Author
    Posts
  • #3353

    ligahq
    Participant

    QUESTION TABS.SLIDER.
    We are looking for different ways to show products on home, using this module we want to add come categories or add a group of products based on one attribute. Is it possible?
    In the example you use best_seller, deals and featured as filters, which other filters are available?

    <block type=”core/template” template=”sns/blocks/tabs.phtml” name=”tabs.slider”>
    <block type=”products/slider” name=”slider_tab1″>
    <action method=”setConfig”>
    <name>
    <title>Best Sale</title>
    <product_limitation>12</product_limitation>
    <category_id>79</category_id> (this was a test)
    </name>
    </action>
    <action method=”addToParentGroup”><group>custom_tabs</group></action>
    </block>
    <block type=”products/slider” name=”slider_tab2″>
    <action method=”setConfig”>
    <name>
    <title>Sale off</title>
    <product_limitation>12</product_limitation>
    <product_filter_by>deals</product_filter_by>
    </name>
    </action>
    <action method=”addToParentGroup”><group>custom_tabs</group></action>
    </block>
    <block type=”products/slider” name=”slider_tab3″>
    <action method=”setConfig”>
    <name>
    <title>Recommend</title>
    <product_limitation>12</product_limitation>
    <product_filter_by>featured</product_filter_by>
    </name>
    </action>
    <action method=”addToParentGroup”><group>custom_tabs</group></action>
    </block>
    </block>

    QUESTION PRODUCT TABS

    Here we saw that we can use in configuration CATEGORIES or ORDER BY. We are looking to add also here categories AND order by, so as an example client will see BEST SALES, TOP RATING, MEN’S (categorie).
    Other question is, NEW PRODUCTS consider the attribute CRETED_AT we need to consider NEW_FROM_DATE and NEW_TO_DATE to filter the right products. How to do it?

    QUESTION AJAX TO CART

    We will work with preorders and because of that we will need to implement a differente logic to handle with that. We can not mix catalog products and and preorders products in the same order. Do you know any addon we can use to create this control during the process of adding products in the cart?

    Best regards

    Matheus

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