Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Remove Product xx/xx from top of product list

    Hi,

    I'm also looking to turn off or edit this feature.

    I'd like to know if it's possible to turn off the product counter, rather than just using the stylesheet to hide it.

    Also, is it possible to change how it displays so that rather than a '/' I could use ' of ' so that it would display as Product 1 of 3.

    Any help would be much appreciated.

  2. #2
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Remove Product xx/xx from top of product list

    Hey,

    If you want to change the separator in the Product Prev Next navigation section at the top of the product info page (Product xx/xx) then edit the file:

    includes/templates/CUSTOM/templates/tpl_products_next_previous.php

    Line 24:
    <?php echo ($position+1 . "/" . $counter); ?></p>

    Change the section in the quotation marks to something, perhaps:

    <?php echo ($position+1 . " of " . $counter); ?></p>

 

 

Similar Threads

  1. v151 Remove product from Top Level Category
    By anjordan77 in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 5 Mar 2013, 09:18 PM
  2. v150 How to remove column headings from product list?
    By Feznizzle in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Nov 2012, 08:31 PM
  3. Remove double spacing from product attributes list?
    By Danielle in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 11 Jun 2009, 04:01 PM
  4. Remove featured product from new product list
    By bamsik in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 22 Feb 2009, 09:19 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