Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    May 2010
    Posts
    52
    Plugin Contributions
    0

    Default Shopping cart totals in header customization

    http://www.zen-cart.com/index.php?ma...roducts_id=498

    For the 'Shopping cart totals in header' mod, by default, it appears on the left side of the page. Does anyone know how to make it appear on the right side?

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Shopping cart totals in header customization

    If you have it installed, and can supply a link to the site, I'm sure we can figure it out. Probably just a matter of finding what id or class it uses and floating it right in the stylesheet.

  3. #3
    Join Date
    May 2010
    Posts
    52
    Plugin Contributions
    0

    Default Re: Shopping cart totals in header customization

    <li class="cartCountTotal">My Cart: <span class="style1">
    <?php echo $_SESSION['cart']->count_contents(); ?> &nbsp;items&nbsp;&nbsp;
    <?php $header_cart = $currencies->format($_SESSION['cart']->show_total());
    echo $header_cart;
    ?>
    </span>
    <br class="clearBoth" />
    </li>

    That is the code for the mod. I need it to float right instead of left.

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Shopping cart totals in header customization

    Should be .cartCountTotal {float:right;} in the stylesheet.

  5. #5
    Join Date
    May 2010
    Posts
    52
    Plugin Contributions
    0

    Default Re: Shopping cart totals in header customization

    That did the job.
    Thank you.

 

 

Similar Threads

  1. Shopping Cart Totals in Header - can I make it a hyperlink?
    By top hatt in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 3 Aug 2011, 12:39 AM
  2. 'Shopping Cart Totals in Header' Clickable
    By rrzc in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 19 Aug 2010, 12:53 AM
  3. Shopping Cart Totals in Header Support
    By georgiepants in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 8 Feb 2010, 04:23 PM
  4. Shopping cart totals on all pages?
    By sjk1000 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 24 Nov 2008, 06:20 AM
  5. Shopping Cart Totals ??
    By AvieLF in forum General Questions
    Replies: 5
    Last Post: 19 Dec 2006, 09:09 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