Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Jun 2006
    Location
    Boston, MA
    Posts
    84
    Plugin Contributions
    0

    Default Re: Removing New Products

    Quote Originally Posted by Ajeh
    The Center Boxes have multiple settings based on their location that are configured in the Admin ... Configuration ... Index Listing ...

    0 = OFF

    Any other value is the Sort Order of the Center Boxes ...

    NOTE: if you are not using these Center Boxes, turn them OFF as OFF or 0 means don't even look for these things vs a value other than 0 means look for these things even if I am not using them ... as in a real waste of time ... and wasted time is wasted speed ...
    Thanks Linda - I did turn everything on that page to 0 as my index page is just HTML. This however does not prevent the New Products Box to show up on other pages i.e. The Shopping Cart page when the contents are empty.

    my ZC is here wirelessretailgroup.com/secure - check it out.

    Thanks!

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

    Default Re: Removing New Products

    Copy the /includes/templates/templates_default/tpl_shopping_cart_default.php to your templates directory and comment out these lines:
    PHP Code:
    <?php require($template->get_template_dir('tpl_modules_featured_products.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_featured_products.php'); ?>

    <?php require($template->get_template_dir('tpl_modules_specials_default.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_specials_default.php'); ?>

    <?php require($template->get_template_dir('tpl_modules_whats_new.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_whats_new.php'); ?>
    You can comment them out with:
    PHP Code:
    <?php // require($template->get_template_dir('tpl_modules_featured_products.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_featured_products.php'); ?>

    <?php // require($template->get_template_dir('tpl_modules_specials_default.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_specials_default.php'); ?>

    <?php // require($template->get_template_dir('tpl_modules_whats_new.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_whats_new.php'); ?>
    So if you want them back later or you upgrade you will know what you have changed ...
    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
    Jun 2006
    Location
    Boston, MA
    Posts
    84
    Plugin Contributions
    0

    Default Re: Removing New Products

    Worked like a charm! Thank you much!

  4. #4
    Join Date
    Apr 2006
    Posts
    80
    Plugin Contributions
    0

    Default Re: Removing New Products

    Its showing up on my main page and when I comment out anything in the tpl_index_default.php file - the center of the page is blank.

    ???

    Thanks, I found the "index listings"!
    Last edited by Shelia; 4 Jul 2006 at 04:30 PM.

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

    Default Re: Removing New Products

    For the Index page ... there are simple settings in the Admin ... Configuration ... Index Listing ...

    0 = OFF

    Any other value is the sort order of the Centerbox

    There are multiple settings for each Centerbox depending on where you are in the navigation of the Categories/Product Listing ...
    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. Removing New Products [more]
    By khauscreative in forum Customization from the Admin
    Replies: 3
    Last Post: 19 Oct 2010, 01:16 AM
  2. Removing New Products
    By FLOD in forum General Questions
    Replies: 4
    Last Post: 26 Jan 2009, 07:26 PM
  3. Removing the [more] from whats new / new products
    By jonhurlock in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Jan 2008, 12:22 AM
  4. Removing New Products Header
    By point4design in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 28 Oct 2006, 01:14 AM

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