Results 1 to 7 of 7
  1. #1

    Default Manufacturer's Side box dropdown text

    OK I've gone round and round in the forums and can't quite find this. Where can I change the "Please Select" text on the drop down?


    I have already changed everything else but can't quite find this one.

    Thanks!
    Attached Images Attached Images  

  2. #2

    Default Re: Manufacturer's Side box dropdown text

    I brought in the big guns (aka hubby) and he can't find it either. He went into the database looking. It's driving us nuts!

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Manufacturer's Side box dropdown text

    If you were to go to Tools ... Developer's Tool Kit ...

    Enter in the bottom input box the text you are searching for:
    Please Select

    and from the dropdown pick the Catalog ...

    You will find there are defines for this in the language files ...

    Now if you were to look for those defines, example:
    PULL_DOWN_ALL

    You would notice that this is used in the manufactuers sidebox ...

    You could customize the sidebox by copying it to your templates and overrides directory ...
    /includes/modules/sideboxes/manufacturers.php
    /includes/templates/template_default/tpl_manufacturers_select.php

    /includes/modules/sideboxes/your_template_dir/manufacturers.php
    /includes/templates/your_template_dir/tpl_manufacturers_select.php

    And change what is used in the dropdown in place of the:
    PULL_DOWN_ALL

    NOTE: PULL_DOWN_ALL is a constant used for many things so you may wish to use your own text on this or create a new define to use ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4

    Default Re: Manufacturer's Side box dropdown text

    Beautiful! I took
    from includes/modules/sideboxes/MY_TEMPLATE/manufacturers.php

    PHP Code:
    // Display a list
        
    $manufacturer_sidebox_array = array();
        if (!isset(
    $_GET['manufacturers_id']) || $_GET['manufacturers_id'] == '' ) {
          
    $manufacturer_sidebox_array[] = array('id' => '''text' => PULL_DOWN_ALL);
        } else {
          
    $manufacturer_sidebox_array[] = array('id' => '''text' => PULL_DOWN_ALL);
        } 
    And replaced the PULL_DOWN_ALL with '-My desired text-' and voila! My hijacking of the manufacturers sidebox so people can shop via an alternate categorizing method is complete . And all the other dropdowns are unchanged.

    Thank you!
    Last edited by red8ii8; 19 Mar 2007 at 11:23 PM.

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Manufacturer's Side box dropdown text

    Thanks for the update and glad that this worked for you ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Manufacturer's Side box dropdown text

    I have been trying to figure out how to do this forever! Thanks!!!

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Manufacturer's Side box dropdown text

    Thanks for the update and letting us know that your search of the forums was able to locate the solution that worked for you ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Manufacturer Side Box
    By Ptool in forum Basic Configuration
    Replies: 2
    Last Post: 21 Aug 2009, 02:40 PM
  2. Need to change manufacturer side box, not normal side box
    By paha in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 12 Jul 2008, 01:23 AM
  3. Manufacturer Side Box Not Updating
    By DiZZ in forum General Questions
    Replies: 0
    Last Post: 15 Jan 2007, 10:23 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