Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2010
    Posts
    53
    Plugin Contributions
    1

    Default Changing 'Model number' to 'Part Number'

    Hi all,


    I'm relatively new to zen cart and would like to be able to change the word 'model' to part on all the headings etc in the shop.

    I have tried looking through the developers kit to search for it but it finds loads of files that apparently set it but none contain the line i'm looking for when i go to modify the files. Any ideas which file/files contain the line i'm looking for?

    thanks in advance!

  2. #2
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,915
    Plugin Contributions
    3

    Default Re: Changing 'Model number' to 'Part Number'

    If I recall correctly, there are about 17 LANGUAGE php files where "model" is defined.

    This one is out of advanced_search.php

    PHP Code:
    define('TABLE_HEADING_MODEL''Model'); 
    Once you have found the relevant files with these DEFINE STATEMENTS, you will edit them like this:

    PHP Code:
    define('TABLE_HEADING_MODEL''Part Number'); 
    After editing, the files should not be allowed to overwrite the CORE files, but should be ftp'd to your respective CUSTOM folders (over-rides folders).

    If you don't know what I mean by "over-rides", then please look in the FAQ for CUSTOM TEMPLATE SETUP before you dive headlong into carving up files.
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

 

 

Similar Threads

  1. Different part number for each attriibute
    By Flux1231 in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 8 Dec 2008, 07:43 PM
  2. Replies: 10
    Last Post: 23 Aug 2008, 05:20 PM
  3. Same product but different part number
    By 2webbedfeet in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 2 Jul 2008, 02:07 AM
  4. Cross Referencing part number or multiple part numbers
    By seanscully in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 25 Jun 2007, 06:41 PM
  5. two part quetions.. how to sort based on model number?
    By tony_sar in forum Basic Configuration
    Replies: 1
    Last Post: 3 Nov 2006, 07:17 AM

Bookmarks

Posting Permissions

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