Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2007
    Posts
    513
    Plugin Contributions
    2

    Default Hide or change "Displaying 1 to 2 (of 2 products)" for documents general

    Hello,

    I am trying to hide or change 'Displaying 1 to 2 (of 2 products)' on documents general categories only.
    I tried this something like this but I know it would not work
    PHP Code:
    <?php if ( ($listing_split->number_of_rows 0) && (products_type !=3)  && ( (PREV_NEXT_BAR_LOCATION == '1') || (PREV_NEXT_BAR_LOCATION == '3') ) ) {
    ?>
    I saw there were
    tpl_modules_product_listing.php
    tpl_modules_products_all_listing.php
    tpl_modules_products_new_listing.php
    but nothing for documents, and document categories just use tpl_modules_product_listing.php

    If I could copy tpl_modules_product_listing.php and rename it and then change it...
    I think zencart does not have an output for documents general categories only tpl_modules_product_doc-general.php ?

  2. #2
    Join Date
    Feb 2007
    Posts
    513
    Plugin Contributions
    2

    Default Re: Hide or change "Displaying 1 to 2 (of 2 products)" for documents general

    actually just need to change the word 'products' to 'documents' as there may be multiple pages of 'documents'

    ... my 'documents' are not 'products'

 

 

Similar Threads

  1. v139g Displaying "special" before "products of the month"
    By Zaal in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Dec 2012, 09:54 PM
  2. Replies: 2
    Last Post: 23 Feb 2011, 08:07 AM
  3. Need to change the default quanity for "each" to "Set" on certain products
    By whiskermouse in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 24 Apr 2010, 02:46 AM
  4. Replies: 1
    Last Post: 2 Nov 2008, 08:50 PM
  5. Remove "Documents" Cateogories from all products
    By dman76 in forum General Questions
    Replies: 9
    Last Post: 1 Dec 2007, 08:00 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