Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26
  1. #21
    Join Date
    Jul 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: Shopping cart in header

    Quote Originally Posted by mydanilo View Post
    Good stuff scubyfan. Thank you.

    Did anybody manage to add a little shopping cart image to this code? I would like the cart to be clickable, just like the text link. Any input would be appreciated.
    I used this code:

    <!--bof shopping cart totals in header-->
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><span class="last"><?php echo HEADER_TITLE_CART_CONTENTS;?>
    &nbsp;:&nbsp;
    <?php $header_cart = $currencies->format($_SESSION['cart']->show_total());
    echo $header_cart;
    ?>
    <br class="clearBoth" />
    </span></a></li>
    <!--eof shopping cart totals in header-->
    and it worked straight off. Hope that helps

  2. #22
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Shopping cart in header

    suekay, thank you. Yes this code will create a clickable cart link in the following format:

    Shopping Cart : $108.00

    So far so good. Now how about inserting a little shopping cart picture instead or in addition of the text? Did you manage to do this?
    Live and learn... the Zen way.

  3. #23
    Join Date
    Jul 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: Shopping cart in header

    Quote Originally Posted by mydanilo View Post
    suekay, thank you. Yes this code will create a clickable cart link in the following format:

    Shopping Cart : $108.00

    So far so good. Now how about inserting a little shopping cart picture instead or in addition of the text? Did you manage to do this?
    I did on my oscommerce site (i'm just switching to zen) I used this code:
    <a href="/catalog/shopping_cart.php"><img src="images/basket31.gif" border="0" alt="View Basket"></a>
    Hope that works

  4. #24
    Join Date
    Dec 2008
    Posts
    94
    Plugin Contributions
    0

    Default Re: Shopping cart in header

    hey,

    I posted my tpl header and css file here and would like someone to do the necessary changes to place the shopping cart to the far right with a 10px margin to the side of my header. If needed I can provide compensation to any person who is interested at the completion of this job.

    The funds come on a first come first serve basis, so the first person with the job completed can e-mail the funds to [email protected] . In the email, include the files as well as an email address to transfer any necessary funds too.

    Thanks,
    Nick

  5. #25
    Join Date
    Dec 2008
    Posts
    94
    Plugin Contributions
    0

    Default Re: Shopping cart in header

    Quote Originally Posted by neighbornick View Post
    hey,

    I posted my tpl header and css file here and would like someone to do the necessary changes to place the shopping cart to the far right with a 10px margin to the side of my header. If needed I can provide compensation to any person who is interested at the completion of this job.

    The funds come on a first come first serve basis, so the first person with the job completed can e-mail the funds to [email protected] . In the email, include the files as well as an email address to transfer any necessary funds too.

    Thanks,
    Nick
    Any interested people please email me before start so that I can email my files to them.

    Thanks,
    Nick

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

    Default Re: Shopping cart in header

    Ne,
    Did you take a look at this first....

    thread 27 is the answer
    http://www.zen-cart.com/forum/showthread.php?t=124188

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. v150 Add a View Cart link to my shopping cart header, in 12leaves template?
    By Serg in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 22 Aug 2012, 02:49 AM
  2. Shopping Cart and Items in Cart in the Header
    By sendmenews in forum General Questions
    Replies: 10
    Last Post: 25 Oct 2011, 02:09 AM
  3. Show number of products in cart by shopping cart in header
    By robertwhitis in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 27 Mar 2011, 07:15 PM
  4. Shopping Cart in Header
    By autoace in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 Nov 2009, 07:18 PM
  5. Shopping cart in header
    By rascald in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Jun 2009, 12:25 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