Hi,
Since my web site contains few products, I don't need the search option in the page?
This bloc is taking a huge place in the layout for an unecessary fonction and I would like either move it in the center part of the footer or delete it from the page.
Could someone please let me know what to do to achieve that.
I join to this message a capture of my website OC modifications after hours of guessing because no information.
I am still wondering how to move the switcher bloc over the right side of the store logo.
By the way, It would have been very usefull to put in the documentation the complete instructions on how to modify the layout. So, everyone could make transformation to match their existing website.
Many thanks
Delete
Code: Select all
<div id="search">
<div class="div8"><?php echo $entry_search; ?> </div>
<div class="div9">
<?php if ($keyword) { ?>
<input type="text" value="<?php echo $keyword; ?>" id="filter_keyword" />
<?php } else { ?>
<input type="text" value="<?php echo $text_keyword; ?>" id="filter_keyword" onclick="this.value = '';" onkeydown="this.style.color = '#000000'" style="color: #999;" />
<?php } ?>
<select id="filter_category_id">
<option value="0"><?php echo $text_category; ?></option>
<?php foreach ($categories as $category) { ?>
<?php if ($category['category_id'] == $category_id) { ?>
<option value="<?php echo $category['category_id']; ?>" selected="selected"><?php echo $category['name']; ?></option>
<?php } else { ?>
<option value="<?php echo $category['category_id']; ?>"><?php echo $category['name']; ?></option>
<?php } ?>
<?php } ?>
</select>
</div>
<div class="div10"> <a onclick="moduleSearch();" class="button"><span><?php echo $button_go; ?></span></a> <a href="<?php echo str_replace('&', '&', $advanced); ?>"><?php echo $text_advanced; ?></a></div>
</div>
-Ryan
Who is online
Users browsing this forum: Bing [Bot] and 19 guests