Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

    Default moving shopping cart to header problem

    ok i have my shopping cart showing up in my header, but i have no idea how to move the words they keep showing up below my header image i want it moved to the right side and then up on top of the image how do i do that?

    i know i have to probably add some code to the stylesheet.css

    but i dont know what to add and also i dont know what the classname is for the header shopping cart code to move the stuff someone please help thanks in advance...

    i already have another banner created with the place for the shopping cart text to show up
    looks something similar to this website... Also how do i get rid of the bullet beside the word shopping cart
    http://www.echo-electronics.com/

    By the way i added the code from the shopping cart in headers contribution into my tpl_header.php...i have been trying to figure this out forever with no avail and ive read all the threads on this in the forum
    Last edited by rickiesdiscount; 4 Jan 2009 at 02:52 AM.

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

    Default Re: moving shopping cart to header problem

    It looks fine in firefox what ae you using or did you square this?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

    Default Re: moving shopping cart to header problem

    Quote Originally Posted by kobra View Post
    It looks fine in firefox what ae you using or did you square this?
    No my website is www.rickiesdiscountelectronics.com

    I was wanting my website to look like how their shopping cart information is showing up at www.echo-electronics.com

    And i cant get it to display like this for the life of me.....i have a another header already created...and i want to be able to move the shopping cart words into the same spot... my header is all one single image, but echo electronics have seems to use different images in the header
    Last edited by rickiesdiscount; 4 Jan 2009 at 03:30 AM.

  4. #4
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

    Default Re: moving shopping cart to header problem

    i havent ever gotten a answer about this from anyone id really appreciate any help thanks

  5. #5
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

    Default Re: moving shopping cart to header problem

    i just switched my header image to the one im gonna use so you can see what im talking about...

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

    Default Re: moving shopping cart to header problem

    Posts by
    06:45 PM
    07:27 PM
    07:36 PM
    i havent ever gotten a answer about this from anyone id really appreciate any help thanks
    Most here are volunteers and you have to be patient and wait for one that might have a suggestion.

    Viewing your source
    Code:
    <div class="clearBoth"></div>
    <li>Shopping Cart: <span class="style1">
    	0 &nbsp;items&nbsp;&nbsp;
    
     	$0.00</span>
    You have no assigned tag for this and as a result cannot address it

    Try this first and it will not relocate anything but will give it a name
    Code:
    <div class="clearBoth"></div>
    <div id="cartContents">
    <ul>
    <li>Shopping Cart: <span class="style1">
    	0 &nbsp;items&nbsp;&nbsp;
    
     	$0.00</span>
    </li>
    </ul>
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

    Default Re: moving shopping cart to header problem

    Yeah i wasnt talking about you kobra i appreciate the help i mean i have had other posts similar to this like moving the search bar to the header in that thread i proceeded to ask the same question but never got an answer and thats been over a week..i appreciate all your help......
    OK i added the code you said to my tpl_header....now what do i do?

    Sorry if i sound stupid ...i appreciate your help
    Last edited by rickiesdiscount; 4 Jan 2009 at 04:47 AM.

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

    Default Re: moving shopping cart to header problem

    Sorry took so long as I was waiting for your cart to load....

    I do not see where you have assigned a tag as I outlined to this at all
    Code:
    <div class="clearBoth"></div>
    <DIV ALIGN=RIGHT>
    <li>Shopping Cart: <span class="style1">
    	0 &nbsp;items&nbsp;&nbsp;
     	$0.00</span>
    
    <br class="clearBoth" />
    </DIV>
    </li>
    You also need to close them in the proper order
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

    Default Re: moving shopping cart to header problem

    its up there now but there is a ton of white space

  10. #10
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

    Default Re: moving shopping cart to header problem

    it moved all my product descriptions and titles to the right too....had to remove right align

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v152 Moving Attributes to Shopping Cart
    By obrien48 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 5 Mar 2014, 09:21 PM
  2. v150 Problem after using shopping cart in header code
    By boomer1 in forum General Questions
    Replies: 4
    Last Post: 21 Nov 2012, 11:48 PM
  3. Shopping Cart Header and contents display problem
    By fastdc5 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 17 Feb 2009, 10:20 PM
  4. Moving attributes in shopping cart
    By julieoolie in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 5 Feb 2008, 02:19 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