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

Please help.

This is a discussion on Please help. within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; I am using the aabox template in oscmax2 and am unable to find where to change these things: (I do ...

      
  1. #1
    Active Member
    Join Date
    May 2003
    Posts
    137
    Rep Power
    0


    Default Please help.

    I am using the aabox template in oscmax2 and am unable to find where to change these things: (I do not see a aabox/content/ and tried commenting it out it in the column_left and column_right, but see no changes.

    *Currencies
    *Language
    *Reviews
    *Affiliate Program Section
    * section on the left that says "What's New" and shows the last product added.

    *Middle section that says "New Products for" and names the month. Don't need that.
    *"This product was added to our catalog on Friday 05 May, 2006.". Is there a way to remove
    that?
    ~~~~~~~~~~
    Maybe I am looking too hard, I am able to edit the box headings through english.php, and tried commenting it out there, but that didnt work. PLEASE point me in the right direction.

  2. #2
    Active Member
    Join Date
    May 2003
    Posts
    137
    Rep Power
    0


    Default RE: Please help.

    This has been done:
    To stop the languages box and the currencies box from displaying on the right side of the page, remove the following from column_right.php. To move them to the left side, just cut and paste the code into column_left.php where you want it to show up:
    if (substr(basename($PHP_SELF), 0, != 'checkout') {
    include(DIR_WS_BOXES . 'languages.php');
    include(DIR_WS_BOXES . 'currencies.php');

    }

    But it is still showing the languages and currencies boxes. Same thing with the whats new box on the left, and the affiliates.
    Am I looking at the right documentation to get the correct answers?

  3. #3
    Active Member
    Join Date
    May 2003
    Posts
    137
    Rep Power
    0


    Default RE: Please help.

    Hanging my head in shame yet again!!!!!!!!
    I found where to fix everything but this:
    *Middle section that says "New Products for" and names the month. Don't need that.
    *"This product was added to our catalog on Friday 05 May, 2006.". Is there a way to remove
    that?

  4. #4
    Active Member
    Join Date
    May 2003
    Posts
    137
    Rep Power
    0


    Default RE: Please help.

    UPDATE---Removed the This product was added to our catalog on Friday 05 May, 2006.

    Still trying to figure out how to remove the box in the center that says New products for May

  5. #5
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default RE: Please help.

    Template edit. index_default.tpl.php

    Code:
              <tr>
                <td><br><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
              </tr>
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  6. #6
    Active Member
    Join Date
    May 2003
    Posts
    137
    Rep Power
    0


    Default RE: Please help.

    Thank you! I assumed it had to be in the aabox section to edit it. I appreciate it. All fixed now!

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
  •