Page 5 of 19 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 181
  1. #41
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: Shoppingcart/Freeship in Header support

    Thank you, the first code snippet works nicely!
    Thank you,
    autoace

  2. #42
    Join Date
    May 2009
    Location
    Longmont, CO
    Posts
    91
    Plugin Contributions
    0

    Default Re: Shoppingcart/Freeship in Header support

    Hi Glenn. Nice mod. thanks.

    I want to eliminate the "Goto Checkout" button. I tried deleting the last line in tpl_cart_header.php but that just broke from that point on.
    Any ideas?

    Thanks

  3. #43
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Shoppingcart/Freeship in Header support

    If you comment out this part you should be fine:
    PHP Code:
    if ($cart_count) { 
      echo 
    '<div id="cartCheckout"><a href="' zen_href_link(FILENAME_CHECKOUT_SHIPPING'''SSL') . '">' zen_image_button(BUTTON_IMAGE_CHECKOUTBUTTON_CHECKOUT_ALT) . '</a></div>';
    }  
    ?> 
    PHP Code:
    //if ($cart_count) { 
    //  echo '<div id="cartCheckout"><a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a></div>';
    //}  
    ?> 

  4. #44
    Join Date
    May 2009
    Location
    Longmont, CO
    Posts
    91
    Plugin Contributions
    0

    Default Re: Shoppingcart/Freeship in Header support

    That worked! Thanks

    The bottom text needs to be centered, like the top text is.
    I can't see how to do that in the css provided.
    Any ideas?

    Thanks again

  5. #45
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Shoppingcart/Freeship in Header support

    Let's see your site to be sure it will work in your particular case.

  6. #46
    Join Date
    May 2009
    Location
    Longmont, CO
    Posts
    91
    Plugin Contributions
    0

    Default Re: Shoppingcart/Freeship in Header support

    Thanks Glenn.

    Look here: http://www.angiejolee.com/store/

    If the bottom message text CAN be centered, how hard would it be to round the corners of the CSS box?

    I can make a CSS box with image corners but I dont know how to make the mods contents display in that box.

    Thanks again

    Drunkguy
    Last edited by Drunkguy; 18 Aug 2010 at 05:14 PM.

  7. #47
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Shoppingcart/Freeship in Header support

    Add to your stylesheet

    Code:
    #cartFreeShip {text-align: center;}
    
    #cartHeader {
        border-radius: 0.7em;
        -moz-border-radius: 0.7em;
        -webkit-border-radius: 0.7em;
        }
    The border-radius probably won't work in IE, though.

  8. #48
    Join Date
    May 2009
    Location
    Longmont, CO
    Posts
    91
    Plugin Contributions
    0

    Default Re: Shoppingcart/Freeship in Header support

    Thanks Glenn.

    That change did NOT center the text at least in FF. Here is how I changed it. Its not exactly what you suggested. It didn't make sense to have 2 #cartFreeShip lines but I tried that anyway.

    Before:
    #cartFreeShip {
    margin: 0 0.3em;
    }

    After:
    #cartFreeShip {
    text-align: center;
    margin: 0 0.3em;
    }


    I havn't tried the radius corner thing yet.

    Thanks again.

    Drunkguy

  9. #49
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Shoppingcart/Freeship in Header support

    The rules I posted worked when I tested them (in Firefox). What you posted is the exact same property, consolidated with the existing #cartFreeShip { rule as is good practice.

  10. #50
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: Shoppingcart/Freeship in Header support

    Hey gjh42,
    I've got this setup at the moment as floating box with associated image. take a peek at store

    Although it looks *neat*, I'm worried about it filling the screen and overlapping sideboxes for those whose screens aren't as wide as mine. I'd like it to sit in the header on the same line as my search box, but can't seem to get the CSS to comply.

    Any ideas?

    Thanks,
    lindasdd

 

 
Page 5 of 19 FirstFirst ... 3456715 ... LastLast

Similar Threads

  1. Shoppingcart question
    By arbmil in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 29 Nov 2011, 06:34 PM
  2. freeship after discounts - code
    By makenoiz in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Feb 2011, 09:50 PM
  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. Trying to Add Live Support to my Header
    By CoolCarPartsOnline in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 26 Sep 2008, 02:41 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR