Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  Simple Search Box

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.


Sorry for my bad english:(


For work and write in all the languages


1)Open includes/languages/english.php file and other lang. files

And add before ?>

This:

For english:

define('SEARCH_VALUE','Search...');

For french:

define('SEARCH_VALUE','Recherche...');

For dutch:

define('SEARCH_VALUE','Zoek...');

For german:

define('SEARCH_VALUE','Suche...');

..............
.........

2)Add new file(search2.php) into into catalog/includes/boxes path folder.

###Then take this code and add it anywhere you want your search box to show up at:


<?php include(DIR_WS_BOXES . 'search2.php'); ?>


3) And in the file:catalog/includesboxessearch2.php

reply LINE 31

<input type="text" name="keywords" maxlength="30" value="Search...." onFocus="clearDefault(this)" onBlur="Default(this)">

With this:

<input type="text" name="keywords" maxlength="30" value="<?php echo SEARCH_VALUE; ?>" onFocus="clearDefault(this)" onBlur="Default(this)">

Now it,s work and write in wich language you use.

No zip arhive

All the merit for faaliyet

Have a nice day!

   Posted on: 10/19/2008     See contribution details Request Installation with Paid service