Page 100 of 326 FirstFirst ... 50909899100101102110150200 ... LastLast
Results 991 to 1,000 of 3251
  1. #991
    Join Date
    Mar 2008
    Posts
    5
    Plugin Contributions
    0

    help question Re: Cherry Zen Template Support Thread

    hi, i am really new on this, i just want know about the distribution or configuration for the shopping cart to see it like in the sample, i think is in the columns configuration but like i toll i am new on this, thank you for your time and patient

  2. #992
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by marcosalfaro View Post
    hi, i am really new on this, i just want know about the distribution or configuration for the shopping cart to see it like in the sample, i think is in the columns configuration but like i toll i am new on this, thank you for your time and patient
    I'm really not sure of what you are asking. There are many helpful instructions are in the readme.txt. To turn on the sideboxes, you go to "Tools", "Layout Boxes Controller" in the admin.

  3. #993
    Join Date
    Mar 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    I'm really not sure of what you are asking. There are many helpful instructions are in the readme.txt. To turn on the sideboxes, you go to "Tools", "Layout Boxes Controller" in the admin.
    Hi Jettrue, what i mind is, to my cart look like in the image sample how I need to config the sideboxes, www.rainbowcloseouts.com/z-catalog take a look, thank you

  4. #994
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    My more information side box refuses to show in this template

  5. #995
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    never mind i figured it ut

  6. #996
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Need a little help dropping right and left columns in cherry zen please.

    I am using this code in the tpl_main_page, but I still have the left and right colums empty but visible. Any ideas?

    Thanks.

    Code:
     if (in_array($current_page_base,explode(",",'login')) ) {
        $flag_disable_left = true;
     $flag_disable_right = true;
      }
      if (in_array($current_page_base,explode(",",'checkout_success')) ) {
        $flag_disable_left = true;
        $flag_disable_right = true; 
      }
      if (in_array($current_page_base,explode(",",'checkout_shipping')) ) {
        $flag_disable_left = true;
        $flag_disable_right = true; 
      }
      if (in_array($current_page_base,explode(",",'checkout_payment')) ) {
        $flag_disable_left = true;
        $flag_disable_right = true; 
      }
      if (in_array($current_page_base,explode(",",'checkout_confirmation')) ) {
        $flag_disable_left = true;
        $flag_disable_right = true; 
      }
      $header_template = 'tpl_header.php';
      $footer_template = 'tpl_footer.php';
      $left_column_file = 'column_left.php';
      $right_column_file = 'column_right.php';
      $body_id = ($this_is_home_page) ? 'indexHome' : str_replace('_', '', $_GET['main_page']);
    ?>

  7. #997
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by gsdcypher View Post
    Need a little help dropping right and left columns in cherry zen please.

    I am using this code in the tpl_main_page, but I still have the left and right colums empty but visible. Any ideas?

    Thanks.

    Code:
     if (in_array($current_page_base,explode(",",'login')) ) {
        $flag_disable_left = true;
     $flag_disable_right = true;
      }
      if (in_array($current_page_base,explode(",",'checkout_success')) ) {
        $flag_disable_left = true;
        $flag_disable_right = true; 
      }
      if (in_array($current_page_base,explode(",",'checkout_shipping')) ) {
        $flag_disable_left = true;
        $flag_disable_right = true; 
      }
      if (in_array($current_page_base,explode(",",'checkout_payment')) ) {
        $flag_disable_left = true;
        $flag_disable_right = true; 
      }
      if (in_array($current_page_base,explode(",",'checkout_confirmation')) ) {
        $flag_disable_left = true;
        $flag_disable_right = true; 
      }
      $header_template = 'tpl_header.php';
      $footer_template = 'tpl_footer.php';
      $left_column_file = 'column_left.php';
      $right_column_file = 'column_right.php';
      $body_id = ($this_is_home_page) ? 'indexHome' : str_replace('_', '', $_GET['main_page']);
    ?>
    Yes, they will still show, as that is how the template is designed. Read the readme.txt for more information on removing any sideboxes, I suppose you'll have to use css to turn off the right and left sideboxes on the pages you'd like to turn off.
    Last edited by jettrue; 16 Mar 2008 at 04:41 AM.

  8. #998
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by marcosalfaro View Post
    Hi Jettrue, what i mind is, to my cart look like in the image sample how I need to config the sideboxes, www.rainbowcloseouts.com/z-catalog take a look, thank you
    I'm sorry if I'm not understanding you, I think there's a bit of a language barrier. In my admin, under "tools", "layout boxes controller", this is what I have on:

    LEFT SIDEBOXES:

    sideboxes/categories.php
    sideboxes/whats_new.php
    sideboxes/information.php
    sideboxes/specials.php
    sideboxes/manufacturers.php
    sideboxes/tell_a_friend.php


    RIGHT SIDEBOXES:

    sideboxes/shopping_cart.php
    sideboxes/search.php
    sideboxes/more_information.php
    sideboxes/featured.php
    sideboxes/ezpages.php
    sideboxes/reviews.php
    sideboxes/whos_online.php
    sideboxes/banner_box.php

  9. #999
    Join Date
    Oct 2007
    Location
    Safford, AZ
    Posts
    323
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hello,

    I have installed this template on my demo site where I am trying to get it set the way I like for my main site. I have changed the column width for left and right to 225px and I have adjusted the necessary images for the template so it looks good. I would like to change a few other things but I can’t seem to figure them out.

    1. I would like the site to expand automatically to almost 100%. Say about 97% so that the background image still shows on the left and right side. About the same amount shows on each side as shows at the top (about ½”).
    2. When viewing the demo site with a screen set at 800 x 600 the right side product column bleeds into the right sidebox column. I can’t seem to find the place to add padding or whatever is needed to keep it out of that right sidebox column. When viewing with a larger screen size I was able to set the .float-wrap width from 97% to 90%. I am not sure that was the right thing to do but it seemed to work. If there is a correct way to set this I would love to find out.
    3. Lastly, the background image extends just a fraction above the left and right column sidebox header. You can see it in the picture just below the Cherry Zen logo.

    I have drawn arrows to all three items in the picture below. Any help would be greatly appreciated.

    The demo site I am working on is: http://www.swiker.com/demo

    Thank you
    Steve
    Zen cart version: 1.3.9h

  10. #1000
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    Would be nice if

    On the checkout shipping page there was a way to to put a seperate shipping address So it will show billing Address<customers address> and o nthe right side of that show the shipping address.

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR