Results 1 to 10 of 3244

Threaded View

  1. #11
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi Jade,

    The code works and the css lines keeps the dots from appearing . The gap is still there, but now it only appears when there is an item in the cart. And the notice bar that is supposed to come up and say you have successfully added the item to your cart, doesn't come up anymore. Maybe that is a clue that will help the diagnosis?

    Weird huh?

    Code:
     
    <!--bof-view cart and checkout now links-->   
    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
    <div id="ezLinks">
    <ul class="forward">
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>|  
    <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    </ul>
    </div>
    <?php }?>
    <!--eof-view cart and checkout now links-->
    Thanks!
    Last edited by gsdcypher; 24 Mar 2008 at 10:27 PM.

 

 

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

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