Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Posts
    14
    Plugin Contributions
    0

    red flag Please Help! :( Product listing 'make me crazy'???

    I'm loosing my mind... Is it possible to change the name of an attribute?

    Example... I want to change "Model" to "Height". Then I can have it show up on the product listing page. So it can be sort by etc..

    I can't think of anything else... I've searched on "product types" .. productListing-heading product_listing.php... I am so confused. Someone please help . Do I need to create a new product type? and how do I do that??

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Please Help! :( Product listing 'make me crazy'???

    Check in you admin > tools > developer tools > and search bottom left box enter the text "model" and from the drop all catalog files...

    there are many references that you will have to change and these are like
    Code:
    define('TABLE_HEADING_MODEL', 'Model'); 
    
    define('TEXT_PRODUCTS_MODEL','Model: ');
    Where you replace the text between the single quotes with your text and this retains the search by functions

  3. #3
    Join Date
    Jan 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Please Help! :( Product listing 'make me crazy'???

    Quote Originally Posted by kobra View Post
    Check in you admin > tools > developer tools > and search bottom left box enter the text "model" and from the drop all catalog files...

    there are many references that you will have to change and these are like
    Code:
    define('TABLE_HEADING_MODEL', 'Model'); 
    
    define('TEXT_PRODUCTS_MODEL','Model: ');
    Where you replace the text between the single quotes with your text and this retains the search by functions
    Thanks for the reply Kobra (you are awesome BTW)! Yeah the developer tools kept failing me for some reason . However!!! I found what I was looking for in the index.php under languages/english/ I just happended to come accross it in the wiki here.. http://www.zen-cart.com/wiki/index.p...h_product_list

    Thank god I can sleep now.. I've been pulling my hair out :).

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Please Help! :( Product listing 'make me crazy'???

    However!!! I found what I was looking for in the index.php under
    I think that you will find that this is only the tip of the iceberg as I found about 10+ files that reference "Model" and to have this be seamless to the shopper all of these should be changed so that they always sees the title that you want them to see

 

 

Similar Threads

  1. v153 Please Help Im Going Crazy!!
    By NinerFaithful in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 8 Nov 2015, 03:23 AM
  2. v139h Please Help, Problem with home page ( Index listing or Product listing )
    By oziweb in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 6 Apr 2013, 05:15 AM
  3. This is driving me crazy. Help Please.
    By Coffinwear in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Jan 2010, 03:08 AM
  4. Going Crazy - Please Help!
    By mkmcgrath23 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 9 Dec 2007, 12:38 AM
  5. Is driving me crazy please help!!
    By songoku in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 14 May 2007, 10:22 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