Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Posts
    160
    Plugin Contributions
    0

    Default Need to change *Products* to *Items*- how?

    I would like to change the word *products* to *items* on one of my sites. They are all documents that are free to download so "product" doesn't sound as good as "item".

    Is there an easy way to do this or do I have to update each and every php file with "product" in it?

    Thanks


  2. #2

    Default Re: Need to change *Products* to *Items*- how?

    Go to includes/languages/english.php
    or includes/languages/YOUR_TEMPLATE/english.php

    and find the following section:

    Code:
    // whats_new box text in sideboxes/whats_new.php
      define('BOX_HEADING_WHATS_NEW', 'New Products');
      define('CATEGORIES_BOX_HEADING_WHATS_NEW', 'New Products ...');
    
      define('BOX_HEADING_FEATURED_PRODUCTS', 'Featured');
      define('CATEGORIES_BOX_HEADING_FEATURED_PRODUCTS', 'Featured Products ...');
      define('TEXT_NO_FEATURED_PRODUCTS', 'More featured products will be added soon. Please check back later.');
    
      define('TEXT_NO_ALL_PRODUCTS', 'More products will be added soon. Please check back later.');
      define('CATEGORIES_BOX_HEADING_PRODUCTS_ALL', 'All Products ...');
    Just alter where it says products in the second part of the definition.

    For example, change this:
    Code:
     define('BOX_HEADING_WHATS_NEW', 'New Products');
    to this:

    Code:
     define('BOX_HEADING_WHATS_NEW', 'New Items');
    HTH!
    Sarah

  3. #3
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Need to change *Products* to *Items*- how?

    Do NOT edit includes/languages/english.php or all your changes will be lost with the next upgrade/update.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  4. #4

    Default Re: Need to change *Products* to *Items*- how?

    Sorry about that - you're absolutely correct!
    Sarah

  5. #5

    Default Re: Need to change *Products* to *Items*- how?

    It's in the same file. Search for:

    Code:
     // constants for use in zen_prev_next_display function
    All the defines are there.

    Mary Ellen is correct, however. You should create an override file unless you want to be doing a lot of WinMerging with the next update :)
    Sarah

  6. #6
    Join Date
    Nov 2006
    Posts
    160
    Plugin Contributions
    0

    Default Re: Need to change *Products* to *Items*- how?

    thanks..I appreciate your time!


  7. #7
    Join Date
    Nov 2006
    Posts
    160
    Plugin Contributions
    0

    Default Re: Need to change *Products* to *Items*- how?

    Thanks...I'll try that

    How about on a category for example. I open the category and on the bottom it says:

    Displaying 1 to 10 (of 12 products)

    can that be changed to read items?


 

 

Similar Threads

  1. New Products Page - need space inbetween pics/items
    By sheila123 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Nov 2010, 11:53 PM
  2. Replies: 2
    Last Post: 13 Jul 2009, 05:18 PM
  3. how to change how many items show on each categories on the main page?
    By skinniwini in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Dec 2008, 04:34 PM
  4. How do you change the items in the New Products Banner
    By mtrantas in forum General Questions
    Replies: 1
    Last Post: 23 Jan 2008, 01:50 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