How to add toolbar and pager to new.phtml?Recently product view not workingHow to Bring Products in homepage?The code in the home page does not show on the front endHow to Add New Products Automatically in Magento 1.9?Configurable swatches are not displaying on new products page ( new.phtml )Include Toolbar Pager in custom product collection in custom pageCustom toolbar block has no collectionConditionally load js based on cms static block typehow to override vendor/magento/module-catalog/Model/ImageUploader.php in my custom module and magento showing error “Code Duplicates Detected”Magento2 How to move toolbar

What is the purpose of a disclaimer like "this is not legal advice"?

How do you make a gun that shoots melee weapons and/or swords?

Is there a logarithm base for which the logarithm becomes an identity function?

What should I do when a paper is published similar to my PhD thesis without citation?

Will expression retain the same definition if particle is changed?

Why aren't there more Gauls like Obelix?

What does *dead* mean in *What do you mean, dead?*?

Trocar background-image com delay via jQuery

Giving a career talk in my old university, how prominently should I tell students my salary?

Has a sovereign Communist government ever run, and conceded loss, on a fair election?

Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?

How do spaceships determine each other's mass in space?

How to copy the rest of lines of a file to another file

How should I solve this integral with changing parameters?

School performs periodic password audits. Is my password compromised?

When an outsider describes family relationships, which point of view are they using?

Count each bit-position separately over many 64-bit bitmasks, with AVX but not AVX2

Difference between `nmap local-IP-address` and `nmap localhost`

One circle's diameter is different from others within a series of circles

Does the US political system, in principle, allow for a no-party system?

Help! My Character is too much for her story!

Would those living in a "perfect society" not understand satire

Smooth vector fields on a surface modulo diffeomorphisms

How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?



How to add toolbar and pager to new.phtml?


Recently product view not workingHow to Bring Products in homepage?The code in the home page does not show on the front endHow to Add New Products Automatically in Magento 1.9?Configurable swatches are not displaying on new products page ( new.phtml )Include Toolbar Pager in custom product collection in custom pageCustom toolbar block has no collectionConditionally load js based on cms static block typehow to override vendor/magento/module-catalog/Model/ImageUploader.php in my custom module and magento showing error “Code Duplicates Detected”Magento2 How to move toolbar













0















How to add toolbar and pager to new.phtml ? I tried this code below but the toolbar/pager doesn't show up. Thankyou!!



<reference name="head">
<action method="addItem">
<type>skin_js</type>
<name>js/jquery.elevateZoom-3.0.8.min.js</name>
</action>
<action method="addItem">
<type>skin_js</type>
<name>js/product-custom-list.js</name>
</action>
<action ifconfig="spp/setting/enableModule" method="addItem">
<type>skin_js</type>
<name>js/simple_product_pricing_quickview.js</name>
</action>
</reference>
<reference name="root">
<action method="setTemplate">
<template>page/category-layered.phtml</template>
</action>
</reference>
<reference name="content">
<block type="catalog/product_new" name="just.catalog.product.new" template="catalog/product/new.phtml">
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
<block type="page/html_pager" name="product_list_toolbar_pager"/>
</block>
<action method="setCategoryId">
<category_id>2</category_id>
</action>
<action method="setToolbarBlockName"><name>product_list_toolbar</name </action>
<action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
</block>
</reference>
<reference name="left">
<block type="amshopby/catalog_layer_view" name="amshopby.navleft" before="-" template="catalog/layer/view.phtml"/>
</reference>
<cms_page_view>
<update handle="infinitescroll"/>
</cms_page_view>
<reference name="before_body_end">
<block type="infinitescroll/init" name="infinitescroll_init">
<action method="setTemplate">
<template>strategery/infinitescroll/init_notoolbar.phtml</template>
</action>
</block>
</reference>









share|improve this question
















bumped to the homepage by Community 11 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.



















    0















    How to add toolbar and pager to new.phtml ? I tried this code below but the toolbar/pager doesn't show up. Thankyou!!



    <reference name="head">
    <action method="addItem">
    <type>skin_js</type>
    <name>js/jquery.elevateZoom-3.0.8.min.js</name>
    </action>
    <action method="addItem">
    <type>skin_js</type>
    <name>js/product-custom-list.js</name>
    </action>
    <action ifconfig="spp/setting/enableModule" method="addItem">
    <type>skin_js</type>
    <name>js/simple_product_pricing_quickview.js</name>
    </action>
    </reference>
    <reference name="root">
    <action method="setTemplate">
    <template>page/category-layered.phtml</template>
    </action>
    </reference>
    <reference name="content">
    <block type="catalog/product_new" name="just.catalog.product.new" template="catalog/product/new.phtml">
    <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
    <block type="page/html_pager" name="product_list_toolbar_pager"/>
    </block>
    <action method="setCategoryId">
    <category_id>2</category_id>
    </action>
    <action method="setToolbarBlockName"><name>product_list_toolbar</name </action>
    <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
    </block>
    </reference>
    <reference name="left">
    <block type="amshopby/catalog_layer_view" name="amshopby.navleft" before="-" template="catalog/layer/view.phtml"/>
    </reference>
    <cms_page_view>
    <update handle="infinitescroll"/>
    </cms_page_view>
    <reference name="before_body_end">
    <block type="infinitescroll/init" name="infinitescroll_init">
    <action method="setTemplate">
    <template>strategery/infinitescroll/init_notoolbar.phtml</template>
    </action>
    </block>
    </reference>









    share|improve this question
















    bumped to the homepage by Community 11 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      0












      0








      0








      How to add toolbar and pager to new.phtml ? I tried this code below but the toolbar/pager doesn't show up. Thankyou!!



      <reference name="head">
      <action method="addItem">
      <type>skin_js</type>
      <name>js/jquery.elevateZoom-3.0.8.min.js</name>
      </action>
      <action method="addItem">
      <type>skin_js</type>
      <name>js/product-custom-list.js</name>
      </action>
      <action ifconfig="spp/setting/enableModule" method="addItem">
      <type>skin_js</type>
      <name>js/simple_product_pricing_quickview.js</name>
      </action>
      </reference>
      <reference name="root">
      <action method="setTemplate">
      <template>page/category-layered.phtml</template>
      </action>
      </reference>
      <reference name="content">
      <block type="catalog/product_new" name="just.catalog.product.new" template="catalog/product/new.phtml">
      <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
      <block type="page/html_pager" name="product_list_toolbar_pager"/>
      </block>
      <action method="setCategoryId">
      <category_id>2</category_id>
      </action>
      <action method="setToolbarBlockName"><name>product_list_toolbar</name </action>
      <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
      </block>
      </reference>
      <reference name="left">
      <block type="amshopby/catalog_layer_view" name="amshopby.navleft" before="-" template="catalog/layer/view.phtml"/>
      </reference>
      <cms_page_view>
      <update handle="infinitescroll"/>
      </cms_page_view>
      <reference name="before_body_end">
      <block type="infinitescroll/init" name="infinitescroll_init">
      <action method="setTemplate">
      <template>strategery/infinitescroll/init_notoolbar.phtml</template>
      </action>
      </block>
      </reference>









      share|improve this question
















      How to add toolbar and pager to new.phtml ? I tried this code below but the toolbar/pager doesn't show up. Thankyou!!



      <reference name="head">
      <action method="addItem">
      <type>skin_js</type>
      <name>js/jquery.elevateZoom-3.0.8.min.js</name>
      </action>
      <action method="addItem">
      <type>skin_js</type>
      <name>js/product-custom-list.js</name>
      </action>
      <action ifconfig="spp/setting/enableModule" method="addItem">
      <type>skin_js</type>
      <name>js/simple_product_pricing_quickview.js</name>
      </action>
      </reference>
      <reference name="root">
      <action method="setTemplate">
      <template>page/category-layered.phtml</template>
      </action>
      </reference>
      <reference name="content">
      <block type="catalog/product_new" name="just.catalog.product.new" template="catalog/product/new.phtml">
      <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
      <block type="page/html_pager" name="product_list_toolbar_pager"/>
      </block>
      <action method="setCategoryId">
      <category_id>2</category_id>
      </action>
      <action method="setToolbarBlockName"><name>product_list_toolbar</name </action>
      <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
      </block>
      </reference>
      <reference name="left">
      <block type="amshopby/catalog_layer_view" name="amshopby.navleft" before="-" template="catalog/layer/view.phtml"/>
      </reference>
      <cms_page_view>
      <update handle="infinitescroll"/>
      </cms_page_view>
      <reference name="before_body_end">
      <block type="infinitescroll/init" name="infinitescroll_init">
      <action method="setTemplate">
      <template>strategery/infinitescroll/init_notoolbar.phtml</template>
      </action>
      </block>
      </reference>






      magento-1.9 xml new-products






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jul 6 '17 at 0:40









      PЯINCƏ

      8,21831143




      8,21831143










      asked Jul 5 '17 at 21:29









      KaraKara

      56212




      56212





      bumped to the homepage by Community 11 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 11 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Go to app/design/frontend/package/theme/layout/local.xml then add this one :



          <your_layout_handle>
          <reference name="root">
          <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
          <block type="page/html_pager" name="product_list_toolbar_pager"/>
          </block>
          </reference>
          </your_layout_handle>


          Then go to your new.phtml and add this code where you want to display the toolbar :



          <?php echo $this->getBlockHtml('product_list_toolbar'); ?>


          Clear your Magento and browser cache.






          share|improve this answer






















            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "479"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f182238%2fhow-to-add-toolbar-and-pager-to-new-phtml%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Go to app/design/frontend/package/theme/layout/local.xml then add this one :



            <your_layout_handle>
            <reference name="root">
            <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
            <block type="page/html_pager" name="product_list_toolbar_pager"/>
            </block>
            </reference>
            </your_layout_handle>


            Then go to your new.phtml and add this code where you want to display the toolbar :



            <?php echo $this->getBlockHtml('product_list_toolbar'); ?>


            Clear your Magento and browser cache.






            share|improve this answer



























              0














              Go to app/design/frontend/package/theme/layout/local.xml then add this one :



              <your_layout_handle>
              <reference name="root">
              <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
              <block type="page/html_pager" name="product_list_toolbar_pager"/>
              </block>
              </reference>
              </your_layout_handle>


              Then go to your new.phtml and add this code where you want to display the toolbar :



              <?php echo $this->getBlockHtml('product_list_toolbar'); ?>


              Clear your Magento and browser cache.






              share|improve this answer

























                0












                0








                0







                Go to app/design/frontend/package/theme/layout/local.xml then add this one :



                <your_layout_handle>
                <reference name="root">
                <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
                <block type="page/html_pager" name="product_list_toolbar_pager"/>
                </block>
                </reference>
                </your_layout_handle>


                Then go to your new.phtml and add this code where you want to display the toolbar :



                <?php echo $this->getBlockHtml('product_list_toolbar'); ?>


                Clear your Magento and browser cache.






                share|improve this answer













                Go to app/design/frontend/package/theme/layout/local.xml then add this one :



                <your_layout_handle>
                <reference name="root">
                <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
                <block type="page/html_pager" name="product_list_toolbar_pager"/>
                </block>
                </reference>
                </your_layout_handle>


                Then go to your new.phtml and add this code where you want to display the toolbar :



                <?php echo $this->getBlockHtml('product_list_toolbar'); ?>


                Clear your Magento and browser cache.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jul 5 '17 at 22:15









                PЯINCƏPЯINCƏ

                8,21831143




                8,21831143



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Magento Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f182238%2fhow-to-add-toolbar-and-pager-to-new-phtml%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

                    Fil:Tokke komm.svg

                    Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?