Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default How do I move the All products category within the sidebox?

    Hi,

    This exact question has been asked once before (in 2009) as far as I can find, and it didn't get an answer. Here's hoping...

    I want to move the "All products..." category from the bottom of the Category sidebox to the top of it. I found where it's coded -- in includes/templates/template_default/sideboxes/tpl_categories.php. And I know to move the edited version of that file into an override folder. But what I can't do is get the php moved around in that file so it will work.

    PHP is not my forté. Can someone hold my hand please?

    [ ZC v1.3.9d at the moment; moving to h this weekend if it makes a difference ]
    [ www DOT artcardshop DOT com/store_new ]

    Rob

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How do I move the All products category within the sidebox?

    You could customize the sidebox template with your templates and overrides and add the code:
    Code:
      $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">' . "\n";
        if (SHOW_CATEGORIES_BOX_PRODUCTS_ALL == 'true') {
          $content .= '<a class="category-links" href="' . zen_href_link(FILENAME_PRODUCTS_ALL) . '">' . CATEGORIES_BOX_HEADING_PRODUCTS_ALL . '</a>' . "\n";
    //      $content .= '<br />' . "\n";
          $content .= '<hr id="catBoxDivider" />' . "\n";
        }
      for ($i=0;$i<sizeof($box_categories_array);$i++) {
    Then comment out the code in the bottom of the file ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: How do I move the All products category within the sidebox?

    Thanks as always Linda. It works of course, but you knew that.

    Rob

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How do I move the All products category within the sidebox?

    Thanks for the update that this is working for you ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. How do I move the Description next to Title in the All Products page?
    By juukyuu in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Jan 2012, 10:18 AM
  2. Graphics within the Category/Product sidebox?
    By gotlogos in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Mar 2011, 11:25 PM
  3. How would I move the template all the way to the right and fix an image to the
    By pityocamptes in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 15 Sep 2010, 05:45 AM
  4. How to move Contact Us from the sidebox to the navMain or the footer?
    By JackA in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Dec 2007, 08:32 PM
  5. Can I change the products layout within the category?
    By rhinestone*fashions in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 7 Nov 2006, 07:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg