Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2010
    Location
    BrisVegas
    Posts
    18
    Plugin Contributions
    0

    Default Dropdown / Floating Shopping cart in Header

    Howdie - been scratching my head for some time now, think it's time to ask for help! A while back I saw a template with a shopping cart in the header, that with a "mouse over", dropped down a full cart listing. What was especially memorable about this was it contained a small image of each product as well. Can't for the life of me find anything like this - any ideas?
    Much appreciated!

  2. #2
    Join Date
    May 2006
    Location
    Queensland, Australia
    Posts
    248
    Plugin Contributions
    0

    Default Re: Dropdown / Floating Shopping cart in Header

    Quote Originally Posted by Ubique17 View Post
    Howdie - been scratching my head for some time now, think it's time to ask for help! A while back I saw a template with a shopping cart in the header, that with a "mouse over", dropped down a full cart listing. What was especially memorable about this was it contained a small image of each product as well. Can't for the life of me find anything like this - any ideas?
    Much appreciated!
    You talkiing about the shopping cart like in this template ?

    http://demo.algozone.com/zencart/ZC03C00240/

  3. #3
    Join Date
    Aug 2010
    Location
    BrisVegas
    Posts
    18
    Plugin Contributions
    0

    Default Re: Dropdown / Floating Shopping cart in Header

    Quote Originally Posted by Delights View Post
    You talkiing about the shopping cart like in this template ?

    http://demo.algozone.com/zencart/ZC03C00240/
    hmmm - exactly like the one in this template. Any idea on how this is done?

  4. #4
    Join Date
    May 2006
    Location
    Queensland, Australia
    Posts
    248
    Plugin Contributions
    0

    Default Re: Dropdown / Floating Shopping cart in Header

    Quote Originally Posted by Ubique17 View Post
    hmmm - exactly like the one in this template. Any idea on how this is done?
    I went and brought that template, so now i have a copy of all the coding, it looks like they made a new sidebox, there is a new side box with the name shopping_cart_az01.php.

    Code:

    Code:
    <?php
    /*
      $Id: shopping_cart_az01.php,v 1.0 2004/09/09  hpdl Exp $
    
      For osCommerce, Open Source E-Commerce Solutions
      Created by http://www.template-faq.com
    
      Copyright (c) 2004 template-faq.com, Inc
    
    */
    
    $content  = '<table cellspacing="0" cellpadding="0"><tr>';
    $content .= '<td width="40"><a href="'. zen_href_link(FILENAME_SHOPPING_CART) .'"><img src="'. DIR_WS_TEMPLATE_IMAGES .'az_cart_icon.gif" alt="" class="noborder" /></a></td>';
    $content .= '<td>' . $_SESSION['cart']->count_contents() .' item(s)</a> in your shopping cart</td>';
    $content .= '</tr></table>';
    ?>
    <tr>
    	<td>
    <!--// bof: <?php echo $box_id; ?> //-->
    		<table border="0" width="100%" cellspacing="0" cellpadding="0" class="infoBox<?php echo $column_location; ?>">
    			<tr>
    				<td>
    					<table border="0" width="100%" cellspacing="0" cellpadding="0" class="infoBoxContents<?php echo $column_location; ?>">
    						<tr><td><?php echo zen_draw_separator('pixel_trans.gif', '100%', '1'); ?></td></tr>
    						<tr>
    							<td class="boxText" id="<?php echo str_replace('_', '-', $box_id . '-content'); ?>"><?php echo $content; ?></td>
    						</tr>
    						<tr><td><?php echo zen_draw_separator('pixel_trans.gif', '100%', '1'); ?></td></tr>
    					</table>
    				</td>
    			</tr>
    		</table>
    <!--// eof: <?php echo $box_id; ?> //-->
    	</td>
    </tr>

 

 

Similar Threads

  1. v139h Floating shopping cart not working on certain pages?
    By nickorett in forum Addon Templates
    Replies: 3
    Last Post: 29 Jul 2012, 05:49 PM
  2. links in header are floating up behind a banner
    By 1kell in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Jul 2010, 03:19 AM
  3. Shopping cart in dropdown menu ?
    By da23ad in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 28 Sep 2009, 04:24 PM
  4. I have a floating Link In my Header??
    By kagen in forum General Questions
    Replies: 1
    Last Post: 19 Dec 2008, 04:28 AM
  5. 2 images floating in header how?
    By eisot in forum Addon Templates
    Replies: 4
    Last Post: 19 Jun 2007, 10:24 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