Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2008
    Posts
    6
    Plugin Contributions
    0

    Idea or Suggestion Who's Online SideBox change wording

    Zen-cart 1.38 Cherry Zen Template nothing extra special no problems with site. Just want to change wording.

    In the Who's Online sidebox


    There currently are 8 guests online.

    I want to change "guests" to "Customers" and "Members" to "Purchasing Customers" (When Members are actually online)

    Here is the sidebox code for who's online.

    Where is the wording I want to change located??

    Code:
    <?php
    /**
     * Side Box Template
     *
     * @package templateSystem
     * @copyright Copyright 2003-2005 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: tpl_whos_online.php 2982 2006-02-07 07:56:41Z birdbrain $
     */
      $content = '';
      $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent centeredContent">';
      for ($i=0; $i<sizeof($whos_online); $i++) {
        $content .= $whos_online[$i];
      }
      $content .= '</div>';
      $content .= '';
    ?>
    Any help would be appreciated.

  2. #2
    Join Date
    Aug 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Who's Online SideBox change wording

    I actually used the developers tool kit to find the wording I wanted to change.

    Found the correct language file to work with.

    /includes/languages/english/whos_online.php

    Thanks hope this helps someone else out somehow

 

 

Similar Threads

  1. v150 Change 'Please Select' Wording on manufacturers sidebox
    By bn17311 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Dec 2012, 05:22 PM
  2. Who's Online sidebox a server load issue?
    By scrapgabbie in forum General Questions
    Replies: 3
    Last Post: 15 Sep 2009, 12:13 PM
  3. Who's Online sidebox text size too big
    By rhg74 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 14 Jun 2009, 05:31 PM
  4. How do I change sidebox text / wording
    By LadyMorgana in forum General Questions
    Replies: 7
    Last Post: 3 Nov 2008, 01:19 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR