Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: CartSideboxWithButtonandFreeShipping - Multi language support?

    Ok.

    I instaled it on header.

    Can you please take a look.


    Thank's one more time for your support!
    I love internet and the power of information... Best Wishes!!

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

    Default Re: CartSideboxWithButtonandFreeShipping - Multi language support?

    I have done a bit of preliminary styling on the cartHeader. I need to know exactly what you want before doing more.
    Replace the existing stylesheet code with this (some changes are highlighted in red):
    Code:
    /*Shoppingcart/Freeship in Header*/
    #logo {position: relative;}
    
    #cartHeader {
        width: 17em;
        position: absolute;
        top: 35.5em;
        left: 36.5em;
        background: #ffffff;
        color: #000000;
        border: 0px solid #888888;
        }
    	
    #cartHeader h3 {
        text-align: left;
        font-size: 1.3em;
        color: #ff6699;
        }
    #cartCount {
        border-top: 1px solid #999999; 
        text-align: center;
        }
    #cartCount a {)
    #cartTotal {}
    #cartFreeShip {
        margin: 0 0.3em;
        }
    #cartCheckout {
        float: right;
        margin: 0.3em;
        }

  3. #13
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: CartSideboxWithButtonandFreeShipping - Multi language support?

    Great!

    I liked.

    I wish also that the text "Add €8.51 to your order
    to qualify for Free Shipping!" to be in red and in one line, like the following:

    Add €8.51 to your order to qualify for Free Shipping!


    When I change languages, the table move. Can we correct that?
    I love internet and the power of information... Best Wishes!!

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

    Default Re: CartSideboxWithButtonandFreeShipping - Multi language support?

    The box width is set at 17em; increase that to let the text fit on one line.
    Code:
    #cartHeader {
        width: 17em;
    Add a color here:
    Code:
    #cartFreeShip {
        margin: 0 0.3em;
        color: #ff0000;
        }
    I will look at the language/shift issue later when I get back to my home computer.
    Last edited by gjh42; 7 Jan 2010 at 05:15 AM.

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

    Default Re: CartSideboxWithButtonandFreeShipping - Multi language support?

    You may need to remove a <br /> from the define for this text.

  6. #16
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: CartSideboxWithButtonandFreeShipping - Multi language support?

    I have also the slovenian language, wich don't have only singular and plurar.

    Should be like that:

    1 item in card- Izdelek
    2 items in card- Izdelka
    3 items in card- Izdelki
    4 items in card- Izdelki
    5 items in card- Izdelkov
    6 items in card- Izdelkov
    7 items in card- Izdelkov.......( and so on, the same)
    .......................................
    .......................................

    I know I'm asking the moon, it's possible?
    I love internet and the power of information... Best Wishes!!

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

    Default Re: CartSideboxWithButtonandFreeShipping - Multi language support?

    Yes, it would be possible to change the code in tpl_cart_header.php to account for all those different numbers (and then in English many of the different versions would have the same wording). I can look into that tomorrow. This would be a good time to move this discussion into the support thread for Shoppingcart/Freeship in Header.

  8. #18

    Default Re: CartSideboxWithButtonandFreeShipping - Multi language support?

    I am using the cart sidebox with checkout button/free shipping here http://www.babygiftbasketstores.com/ The checkout button displays on the outside of the box when nothing is in the cart and messes up the boxes below it. My template designer says there must be a missing <div>. Can you take a look and see what might be wrong? Thanks!

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

    Default Re: CartSideboxWithButtonandFreeShipping - Multi language support?

    Looks fine in Firefox and IE8. There is no missing div in that sidebox either.

  10. #20

    Default Re: CartSideboxWithButtonandFreeShipping - Multi language support?

    Quote Originally Posted by gjh42 View Post
    Looks fine in Firefox and IE8. There is no missing div in that sidebox either.
    Clyde Jones the magnificent found a /div in the wrong place and fixed it for me. So it does look fine now because of that... Thanks for the response though :)

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Multi-Language Support for EZ-Pages
    By bunyip in forum All Other Contributions/Addons
    Replies: 297
    Last Post: 8 Jun 2018, 05:24 AM
  2. How to support multi-language display?
    By wilsonshen in forum General Questions
    Replies: 0
    Last Post: 15 Jun 2010, 12:19 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