Hi, I managed to put the currency sidebox into my header navigation bar instead.
problem is, once we get into checkout, this currency thing disappears from the header.
is there anyway we can make it a permanent fixture?
thks!
Hi, I managed to put the currency sidebox into my header navigation bar instead.
problem is, once we get into checkout, this currency thing disappears from the header.
is there anyway we can make it a permanent fixture?
thks!
a URL to your store would be helpful.
www.dermoglo.com/shop
thks!!
Help please! Someone? anyone?
soyabeane,
how did you add it to your header?
hi foteek,
i followed the instructions on this thread:
http://www.zen-cart.com/forum/showth...sidebox+header
and i had to switch off the currency sidebox so that it doesn't pop up at the side anymore :)
Did you look into this module add on?
http://www.zen-cart.com/index.php?ma...roducts_id=107
hi Tina,
yes I am aware of this mod. But i'd rather stick to the sidebox and not have too much add-ons as they tend to give me problems.
but i managed to solve my query:)
in includes/modules/sideboxes/currencies.php, i simply changed
// test if box should display
$show_currencies= false;
to
// test if box should display
$show_currencies= true;
not sure if this is the right way to do it but it worked for me :)
am happy!
and as an advice , start securing your site before getting hit by hackers .. and having them upload , write their hacks in your files.