Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2008
    Location
    Arganda, Madrid, Spain
    Posts
    7
    Plugin Contributions
    0

    Default making new sidebox

    Hello guys
    This thing is driving me mad.
    I am doing what is said in this two links
    (http://www.portali.co.nz/zen-cart-ar...t-sidebox.html
    and
    http://lifefeed.net/zencart/create_sidebox.php)

    , but I still cannot see the sidebox I want.

    I don't know what I am doing wrong. It's just that I don't see any sidebox.

    This is my code which is just what I wrote bearing in mind the code given in the two links I wrote above.

    zen-cart\includes\languages\classic\english.php
    Code:
    <?php  
           define('BOX_HEADING_MICAJALATERAL', 'Mi caja lateral');
    ?>
    zen-cart\includes\modules\sideboxes\streetcat\MICAJALATERAL.php
    Code:
    <?PHP
    require($template->get_template_dir('tpl_MICAJALATERALPHP',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_MICAJALATERAL.PHP');
    $title =  BOX_HEADING_MICAJALATERAL;
    $left_corner = true;
    $right_corner = false;
    $right_arrow = false;
    $title_link = false;
    require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
    ?>
    zen-cart\includes\templates\classic\sideboxes\tpl_micajalateral.php
    Code:
    <?php $content = "";
    $content .= "Estoy dentro de mi caja lateral!";
    ?>

    Thanks in advance

  2. #2
    Join Date
    Sep 2004
    Location
    LA, California
    Posts
    117
    Plugin Contributions
    0

    Default Re: making new sidebox

    Ok. this might be the issue: instead of placing the new sidebox code in your classic template folder, try to place it in the default template folders.
    Ron Peled

  3. #3
    Join Date
    Sep 2008
    Location
    Arganda, Madrid, Spain
    Posts
    7
    Plugin Contributions
    0

    Default Re: making new sidebox

    Quote Originally Posted by ronpeled View Post
    Ok. this might be the issue: instead of placing the new sidebox code in your classic template folder, try to place it in the default template folders.
    It still doesn't work after doing what you told me. Thanks though. If anybody has any other suggestion, I am listening.
    One thing I still do not get to understand is the meaning or purpose of the directory called streetcat mentioned on the links that I already mentioned above.
    Thanks
    Last edited by thosecars82; 23 Sep 2008 at 08:41 PM.

  4. #4
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: making new sidebox

    http://www.zen-cart.com/index.php?ma...roducts_id=174
    Blank sidebox mod from above...add your own content

  5. #5
    Join Date
    Sep 2008
    Location
    Arganda, Madrid, Spain
    Posts
    7
    Plugin Contributions
    0

    Default Re: making new sidebox

    Sorry for replying so late, but thanks

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: making new sidebox

    LOL... Was you taking a nap that long... Just teasing you...

 

 

Similar Threads

  1. Making a sidebox with fixed height
    By tpeck in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 4 Sep 2011, 01:38 PM
  2. Making a Sidebox longer
    By QueenKat in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 15 Apr 2011, 06:35 PM
  3. Help needed making sidebox
    By gaurav10feb in forum General Questions
    Replies: 3
    Last Post: 13 Jan 2011, 01:41 AM
  4. Making Information Sidebox a Dropdown
    By darrin0 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Mar 2010, 08:25 PM
  5. Making featured sidebox image smaller
    By ctcentralinfo in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Jul 2008, 05:49 AM

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