osCmax v2.5 User Manual
Results 1 to 4 of 4

How to Move 'Specials' Table?

This is a discussion on How to Move 'Specials' Table? within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; The 'Specials' table is appearing right below my main page text. I prefer it in the right hand column like ...

      
  1. #1
    New Member
    Join Date
    Apr 2010
    Posts
    29
    Rep Power
    0


    Default How to Move 'Specials' Table?

    The 'Specials' table is appearing right below my main page text. I prefer it
    in the right hand column like it was in the older version of OSC.
    Where can I change this?
    Also looking to increase the width of the left hand column (catgories, what's new...etc)

    Thanks!
    With appreciation,
    ~*Beth

  2. #2
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    Smile Re: How to Move 'Specials' Table?

    Look for:

    // customization for the design layout
    define('BOX_WIDTH', 125); // how wide the boxes should be in pixels (default: 125)
    or similar (if you are using osCommerce rather than osCMax) in catalog/includes/application_top.php.

    If you want to have the left and right columns different widths then you will need to create a couple of new defines eg.

    define('COLUMN_LEFT', 150);
    define('COLUMN_RIGHT', 125);

    Then go through the template (osCMax) or every file (osCommerce) and change the reference from BOX_WIDTH to COLUMN_LEFT etc.

    Hope this points you in the right direction.

    Regards,
    pgmarshall
    _______________________________

  3. #3
    osCMax Testing Team wkdwich's Avatar
    Join Date
    Jul 2007
    Posts
    307
    Rep Power
    11


    Default Re: How to Move 'Specials' Table?

    PG, the issue I am having is I cant get the specials box to show in either column.. one cart has right & left (customized CSS-fluid-1) and it wont show in either column, one has only the left column (using a TS template I had to tweak A LOT) and it won't show there, a third cart, my dev cart (using fallback) it wil not show in either side.. All 3 carts have items on special which can be seen if you click the SPECIALS link

    All 3 of these carts show the specials at the bottom of the main page

    Ideas???
    Debbie D
    NY & VA

  4. #4
    osCMax Testing Team wkdwich's Avatar
    Join Date
    Jul 2007
    Posts
    307
    Rep Power
    11


    Default Re: How to Move 'Specials' Table?

    RESOLVED see
    Problem with Specials
    Debbie D
    NY & VA

Similar Threads

  1. Replies: 4
    Last Post: 05-22-2007, 09:14 PM
  2. How Do I Move Delete and Move Boxes Around?
    By OyedeleG in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 03-18-2003, 12:37 AM
  3. Add new fields/table to product table
    By Anonymous in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 10-21-2002, 04:23 AM

Tags for this Thread

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
  •