I think you do need to add an entry to tpl_header, that's how I get it to work anyway.
Great post by Momo! This method gives me more options to customise the header.
I think you do need to add an entry to tpl_header, that's how I get it to work anyway.
Great post by Momo! This method gives me more options to customise the header.
I managed to get the currency sidebox in the header, but I don't see the currency options. Anybody know how to fix this?
www.designerfavs.com
You could have also checked the downloads section for:
Language/Currency Links in Header
and
Login Header
Hi! Thanks for telling us how to move the sideboxes into the header. I have done as you have said, but the currency dropdown menu still remains in the right column only without the "currency" heading above it... I figure I need to use some CSS to position the menu in the header perhaps??
Can someone help?
my cart is @
http://cart.lifewaynutrition.com
any help will be greatly appreciated! :)
Hey guys,
It seems that swelter83 and I have the same problem.
I followed Momokui's instruction and since nothing changed, i added the line from Cochlear.
I did get the Currencies box in the Header but it's a duplicate. The same dropdown menu is still in my left column.
Same comment as Swelter83 about the header of the Currencies sidebox. It disappeared.
Did i miss something ?
I tried multiple threads around "move sidebox header" in the search section, but i can't find my solution anywhere...
I would dearly appreciate if someone could help.
Thanks,
D
or .... whrite something like this
make sure that the files that contain the translation exists and that the language also exists in the database
it work fine, and its much easier
<div style="padding:220px 10px 0px 0px;">
<?php
print"<a href='index.php?main_page=index&language=ro'>";
?>
<img src='includes/templates/classic/images/ro.gif' border='0'></a>
<?php
print"<a href='index.php?main_page=index&language=en'>";
?>
<img src='includes/templates/classic/images/en.gif' border='0'></a>
</div>
hi,
I have tried this to add the shopping cart contents to a <div> that resides in the tpl_header.........
with no luck, Yes i did follow the instructions
Just wondering if anyone has achieved this in the past?
(without the price tag.........most of us are just learning)
The desired outcome is like:
http://www.usim.co.il/en/iphone/iphone-3g-8gb-p-865
please add the product to the cart and do a mouse over the cart element in the header.
A drop drop <div> appears with the contents of the cart being displayed.
I am sure with the help of a couple of the more senior zenners we would have a very nice addon indeed.
any help would be a great benefit to all who read.
my site: http://pets.mychikyuya.com
(please click on view cart contents........the expanded panel is the place that i wish to place the contents)
thanks to all who read
i guess this is an impossible request?
its quite a shame![]()
was hoping to upload an addon for this.......with help as its 'open source'
maybe think money talks?
fail
That very nice implementation of the expanding panel is dependent on javascript.
A simpler version could be done with CSS... perhaps giving an absolutely positioned inner div a (small) fixed height, and letting the height be unconstrained on hover so the rest of the content would show. This would also require overflow: hidden; to keep the content from spilling out of the small box.