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

Move Infobox to custom position. Possible?

This is a discussion on Move Infobox to custom position. Possible? within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; I would like to move the infobox shopping cart to the header of my website. I have used STS before ...

      
  1. #1
    Lurker
    Join Date
    Sep 2007
    Posts
    2
    Rep Power
    0


    Question Move Infobox to custom position. Possible?

    I would like to move the infobox shopping cart to the header of my website.

    I have used STS before and all i did was move the $shoppingcart tag in my template.

    Is there anyway this is possible for BTS?

    If not then BTS is seriously lacking a very awesome feature.

  2. #2
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    26


    Default Re: Move Infobox to custom position. Possible?

    well, you just said it there. Must be the problem with the templating system that it doesn't have this powerful feature set. Glad we took care of that.

    Or, maybe, just maybe, it is possible to do what you want and it might be useful and you could write a simple procedure call that would place the box in the header and share it.

    Personally, I always found that people would find the cart wherever you put it. So I moved the login and search to the header upper right. And wow, it took me all of 10 minutes to do that, even without a fancy template feature.

    Not to be sarcastic, but the BTS has its better points, and it has it's drawbacks. Overall, after having used both templates, I find the BTS works better than STS as it allows me better ability to tailor a site to my needs. On the other hand I would have really preferred it if someone had done the whole thing in smarty so that there was a better separation between logic and UI.That would have allowed me to web 2.0 the template without all the pain involved with using either template system.
    so endith the lesson
    <think>sometimes I just sit's and thinks</think>
    "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB

  3. #3
    Lurker
    Join Date
    Sep 2007
    Posts
    2
    Rep Power
    0


    Default Re: Move Infobox to custom position. Possible?

    SOLVED:

    Simply place this code into your main_page.tpl.php where ever you want the shopping cart box to display.

    Code:
    <?php require(DIR_WS_BOXES . 'shopping_cart.php'); ?>
    Remember to disable the shopping cart box in the infobox admin. This will stop it from displaying in the right or left column.

    This will probably work for the other boxes, just replace "shopping_cart.php" for the other box php file.

Similar Threads

  1. Infobox width and position
    By bhejr in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 12-02-2005, 03:04 PM
  2. coolmenu position help (please)
    By seandon01 in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 11-25-2005, 03:22 PM
  3. Title tag position displaced
    By goldie in forum osCommerce 2.2 Modification Help
    Replies: 4
    Last Post: 10-04-2003, 08:39 AM
  4. 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

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
  •