Most recent edit on 2007-03-09 08:03:05 by DjM0219
Additions:
Incomplete - This entry is not complete or tested yet. Do not use.
Note: This does not work with the default minisearch even with the divs removed.
Deletions:
Note from Dave: This doesn't exactly work with the default minisearch even with the divs removed.
Edited on 2007-03-07 14:57:59 by DjM0219
Additions:
Note from Dave: This doesn't exactly work with the default minisearch even with the divs removed.
Edited on 2007-03-07 14:57:11 by DjM0219
Additions:
<div class="skin_fenavh">Quick Store Search</div>
<div class="skin_fenavmini">
<?php /* PHP FUNCTION */
/* Include the minisearch namespace. */
$skinfunc->namespace($app_id,'minisearch'); ?>
</div>
Deletions:
Code:
<div class="skin_fenavh">Quick Store Search</div>
<div class="skin_fenavmini">
<?php /* PHP FUNCTION */
/* Include the minisearch namespace. */
$skinfunc->namespace($app_id,'minisearch'); ?>
</div>
Edited on 2007-03-07 14:56:12 by DjM0219
Additions:
Move Quick Store Search to Top Right Under Your Account, Checkout, etc
Deletions:
A Way to Move the Quick Store Search to The Top of the Page Under Your Account, Checkout, Shopping Cart & Wish List, and Home
Edited on 2007-03-05 09:04:45 by KryptronicWebmaster
Additions:
Wiki: Pending Inclusion
Deletions:
Pending Inclusion
Oldest known version of this page was edited on 2007-02-15 21:05:26 by SusitaQ []
Page view:
A Way to Move the Quick Store Search to The Top of the Page Under Your Account, Checkout, Shopping Cart & Wish List, and Home
Move this code in the skin.php file for the Ecom skin:
Code:
<div class="skin_fenavh">Quick Store Search</div>
<div class="skin_fenavmini">
<?php /* PHP FUNCTION */
/* Include the minisearch namespace. */
$skinfunc->namespace($app_id,'minisearch'); ?>
</div>
You probably want to get rid of the divs.
Pending Inclusion