Hi !
I would like to put Search box into the Cart area, anyone who know how to do this?
Tanks
<?php if($this->modules('cart')) : ?>
<div id="btnCart"></div>
<?php endif; ?>
<?php if($this->modules('search')) : ?>
<div id="gkSearch">
<jdoc:include type="modules" name="search" style="<?php echo $this->module_styles['search']; ?>" />
</div>
<?php endif; ?>