Results 1 to 2 of 2

manufacturersbox missing

This is a discussion on manufacturersbox missing within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Question : is there a manufacturersbox included in osmax ? I do miss this box: how to add this box ...

      
  1. #1
    Member
    Join Date
    Jan 2005
    Location
    Holland
    Posts
    80
    Rep Power
    0


    Default manufacturersbox missing

    Question : is there a manufacturersbox included in osmax?

    I do miss this box: how to add this box ?



    doumawis

  2. #2
    Active Member red_fraggle's Avatar
    Join Date
    Feb 2004
    Location
    wilmington, NC
    Posts
    343
    Rep Power
    8


    Default RE: manufacturersbox missing

    yes and it is on by default in osc max, at least using the AABOX template. to add it do the following.

    step one determine which side to display the box on, left or right.

    if LEFT, open catalog/includes/column_left.php and add the following code where you would like the box displayed. If RIGHT do the same thing in /catalog/includes/column_right.php

    Code:
    if ((USE_CACHE == 'true') && empty($SID)) {
        echo tep_cache_manufacturers_box();
      } else {
        include(DIR_WS_BOXES . 'manufacturers.php');
      }
    Then open up column_right.php and make sure the following code exists there as well.

    Code:
     if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php');

Similar Threads

  1. login box missing
    By timbrrr in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 09-13-2005, 12:50 PM
  2. Missing Content
    By heaven in forum osCmax v2 Installation issues
    Replies: 2
    Last Post: 08-31-2005, 03:30 PM
  3. Let's see what we have here - graphics missing
    By mgrooten in forum osCMax v1.7 Installation
    Replies: 3
    Last Post: 05-21-2005, 03:03 PM
  4. missing buttons
    By nmrunner in forum osCMax v1.7 Installation
    Replies: 2
    Last Post: 04-11-2005, 12:55 PM
  5. missing pictures
    By jads in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 07-02-2003, 05:52 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
  •