Thread: Cart & Images..

Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: Cart & Images..

    Can y ou give me an example please I keep getting it after the image or in the middle.... sorry new to all of this

  2. #12
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Cart & Images..

    Provide a link to what you have
    Zen-Venom Get Bitten

  3. #13
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: Cart & Images..


  4. #14
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Cart & Images..

    Quote Originally Posted by KoBra
    Make the image part of the background image for your header area
    You inserted it as an image and Not as part of your header background image
    Quote Originally Posted by KoBra
    Code can be in a div you define and be located to appear over your image
    Your code is not in a div and can not be addressed for css adjustment
    Zen-Venom Get Bitten

  5. #15
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: Cart & Images..

    Jobra Im sorry but how do i go about doing this, i am new to all of this... can you give me an example please or explaination?

  6. #16
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Cart & Images..

    The code part
    Code:
    <div id="some_name">
    <li>My Cart: <span class="style1">
    <?php echo sizeof($_SESSION['cart']->get_products()); ?> &nbsp;items&nbsp;&nbsp;
    <?php $header_cart = $currencies->format($_SESSION['cart']->show_total());
    echo $header_cart;
    ?>
    </span>
    <br class="clearBoth" />
    </li>
    </div>
    I can not explain the image other than to say you have a header background image already In your image editor place the block you want the info to be in into that image and save it. Your header background will now have that block as part of it
    Zen-Venom Get Bitten

  7. #17
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: Cart & Images..

    Kobra, I got it thanks so much, It wasn't clear to me what you were saying but now I under stand thanks again!

  8. #18
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: Cart & Images..

    take a look at my site one more time please (your probly hating me alot) why is my dropdown behind my flash Any ideas to fix that ( the drop down was just a test needs minor sizing adjustments and more... thanks Kobra again

  9. #19
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: Cart & Images..

    got it for any other readers with the problem: need to go into the coding and change the following


    <param value="high" name="quality" />
    to
    <param name="wmode" value="transparent"/>

  10. #20
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: Cart & Images..

    1 - Somebody else asked for this yesterday:

    This code will give you -
    'You have XX items in your basket' - will work out singular and plural and link to the basket.

    Place it anywhere in your header:

    Code:
    You have <?php echo $_SESSION['cart']->count_contents(); ?> <?php echo $_SESSION['cart']->count_contents() == "1" ? "item " : "items " ; ?> in your <a href="shopping_cart.html" target="_top">basket</a>
    You can see it live on the Ad Hom site (link in my sig).

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 2
    Last Post: 5 Sep 2014, 03:28 AM
  2. v150 Attribute Images & Additional Images Replace Main Image Onclick w/ Zoom
    By rbarbour in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 1 Mar 2013, 10:46 PM
  3. v150 Drop shadow & rounded border on main product image & product listing images only?
    By spiggles87 in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 1 Nov 2012, 09:31 AM
  4. Change out "Shopping Cart" images & text
    By dkjwebs in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 8 Aug 2008, 09:40 PM
  5. Product Images & Description MISSING in the NEW PRODUCTS & ALL PRODUCTS LISTING pages
    By TJB in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 30 Apr 2008, 03:36 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