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!
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;
}
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?
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.
Re: CartSideboxWithButtonandFreeShipping - Multi language support?
You may need to remove a <br /> from the define for this text.
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?
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.
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!
Re: CartSideboxWithButtonandFreeShipping - Multi language support?
Looks fine in Firefox and IE8. There is no missing div in that sidebox either.
Re: CartSideboxWithButtonandFreeShipping - Multi language support?
Quote:
Originally Posted by
gjh42
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 :)