Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2006
    Posts
    5
    Plugin Contributions
    0

    Default Sideboxes Sub - Categories

    Hi, can anyone help, I am really new to Zencart so need all the help I can get!! Basically, on the sidebox marked "more information" I have some subheadings, testimonals, beauty tips etc. I want to change one of these headings, beauty tips to stock queries. I just can't find where that header is listed. Ive managed to change the actual text but just need that heading to change. Any ideas.

    All help is greatfully received!!

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

    Default Re: Sideboxes Sub - Categories

    In /includes/language/english.php

    Open a copy in a text editor(not a word processor) and find this area:
    about line 75 and the text strings that are between the single quotes can be changed. Leave the quotes. Highlighted in red for some
    DO NOT change the name after the Define( as this is what is in the code and what it looks for.
    Code:
    // categories box text in sideboxes/categories.php
      define('BOX_HEADING_CATEGORIES', 'Categories');
    
    // manufacturers box text in sideboxes/manufacturers.php
      define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');
    
    // 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 ...');
    
    // quick_find box text in sideboxes/quick_find.php
      define('BOX_HEADING_SEARCH', 'Search');
      define('BOX_SEARCH_ADVANCED_SEARCH', 'Advanced Search');
    
    // specials box text in sideboxes/specials.php
      define('BOX_HEADING_SPECIALS', 'Specials');
      define('CATEGORIES_BOX_HEADING_SPECIALS','Specials ...');
    
    // reviews box text in sideboxes/reviews.php
      define('BOX_HEADING_REVIEWS', 'Reviews');
      define('BOX_REVIEWS_WRITE_REVIEW', 'Write a review on this product.');
      define('BOX_REVIEWS_NO_REVIEWS', 'There are currently no product reviews.');
      define('BOX_REVIEWS_TEXT_OF_5_STARS', '%s of 5 Stars!');
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jun 2006
    Posts
    5
    Plugin Contributions
    0

    Default Re: Sideboxes Sub - Categories

    Thank you for your reply, that is very helpful. However, it is not the box name ie categories etc that I want to change but a subcategory within the box. For example, the box is headed "more information" and within that box there are sub categories for you to click into Home, Beauty tips etc. It is the one headed beauty tips that I want to change. Have a look at [URL="http://www.bridalbellesonline.com"]. What you have told me though is still helpful because I was considering changing some of the main titles in the boxes, at least i know how to do that now!!

    Thank you for replying

    Regards

    BBOL

  4. #4
    Join Date
    Apr 2006
    Location
    Chiang Mai
    Posts
    405
    Plugin Contributions
    0

    Default Re: Sideboxes Sub - Categories

    not exactly answering your question but I suggest you look toward using EZ pages for that sidebox more info etc - not limited (practically) to number of 'subjects' easier to edit - etc. more display options for navigation tabs etc.

    start with admin/tools/ezpages

    also you need to look at optimizing your images...

  5. #5
    Join Date
    Jun 2006
    Posts
    5
    Plugin Contributions
    0

    Default Re: Sideboxes Sub - Categories

    Thank you Wasana for your reply. Not sure exactly what you mean by it though. Sorry that sounds ungrateful, I mean it in the nicest possible way. I have had a look at admin>tools>ezpages but im afraid this option is not listed for me. What did youmean by optimize my images? Did you have a problem viewing them?

  6. #6
    Join Date
    Apr 2006
    Location
    Chiang Mai
    Posts
    405
    Plugin Contributions
    0

    Default Re: Sideboxes Sub - Categories

    Hi bbol

    I think you are working on the site as I write this...

    EZ pages comes with v1.3.x...

    I got a little stumped trying to answer your first question - do a search for "more information sidebox" , I thought the tools/define pages editor would change title, but no.

    I see you are using the purpleshades template but what version of zencart are you on? (click either admin/tools/serverinfo or if 1.3 on the tool bar to the right - next to logoff)

    your images are about 5 times bigger than suggested - each one is somewhere in the 25KB weight class - if your customers are using dial-up they are in for a long wait. Worth learning a few things about how Zen uses images, optimizing done offline by something like Photoshop or Fireworks, also optional ImageHandler contribution - but that might be a bit much for a newzenner

    another suggestion is to go to turnoff some of the boxes - languages (maybe who's online which also slows the site). Since your footer no longer displays.... see first comment, I'll reserve comments about turning off 'parse speed'

    You might be just testing it, but the PayPal logo in the sponsor sidebox is shifting things over too.

 

 

Similar Threads

  1. v150 How do I list sub-categories in sideboxes?
    By thomakis in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 29 Mar 2012, 08:18 PM
  2. Replies: 1
    Last Post: 12 Mar 2011, 07:18 AM
  3. Sub Categories under sub categories, can that be done?
    By pebblecrossing in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Feb 2011, 09:46 PM
  4. Show sub-sub categories underneath sub-categories on the category page?
    By tomrice in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Jun 2009, 03:05 AM
  5. Rollover/MouseOver IMAGES in sideboxes' sub/categories
    By 0101101011 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 30 Mar 2007, 12:45 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