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

  Products Tabs

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.
**************************************************************************************************************
|What does it work for?|
|______________________|

Ans:It makes the checkbox ("Product in Description") in advanced_search.php site to work correctly.


-Open the catalog/advanced_search_results.php file.
=============================================================================================================

#####Find:
if (isset($HTTP_GET_VARS['search_in_description']) && ($HTTP_GET_VARS['search_in_description'] == '1')) $where_str .= " or pd.products_description like '%" . tep_db_input($keyword) . "%'";

#####Replace with:

//BOF: Search in Products Tabs (by faaliyet)
if (isset($HTTP_GET_VARS['search_in_description']) && ($HTTP_GET_VARS['search_in_description'] == '1')) $where_str .= " or pd.products_description like '%" . tep_db_input($keyword) . "%' or pd.products_spec like '%" . tep_db_input($keyword) . "%' or pd.products_musthave like '%" . tep_db_input($keyword) . "%' or pd.products_extraimage like '%" . tep_db_input($keyword) . "%' or pd.products_manual like '%" . tep_db_input($keyword) . "%' or pd.products_extra1 like '%" . tep_db_input($keyword) . "%' or pd.products_moreinfo like '%" . tep_db_input($keyword) . "%'";
//EOF: Search in Products Tabs (by faaliyet)

================================================ That's All. =================================================

**************************************************************************************************************
Seyhun Cavus (faaliyet)
Product Tabs 2.1 ( Fixed and Full Version Modified by Waleed Hagag )

Fixed many problems and enhanced many things , mainly solve the problem

Parse error: syntax error, unexpected $end in /hsphere/local/home

/includes/boxes/categories.php on line

This is my post :
http://forums.oscommerce.com/index.php?showtopic=318979&st=0&p=1326509&#entry1326509


ENGLISH Full package uploaded
rename the extension to (rar) instead of (zip)
it's winrar file and use winrar to decompress it

to use the wysiwyg with product tabs and header tags use this.

<?php
//Added WYSIWYG HTML Area Box + Admin Function v1.7 - 2.2 MS2 Products Description HTML
if (HTML_AREA_WYSIWYG_DISABLE == 'Disable') {} else { ?>
<script language="JavaScript1.2" defer>
var config = new Object(); // create new config object
config.width = "<?php echo HTML_AREA_WYSIWYG_WIDTH; ?>px";
config.height = "<?php echo HTML_AREA_WYSIWYG_HEIGHT; ?>px";
config.bodyStyle = 'background-color: <?php echo HTML_AREA_WYSIWYG_BG_COLOUR; ?>; font-family: "<?php echo HTML_AREA_WYSIWYG_FONT_TYPE; ?>"; color: <?php echo HTML_AREA_WYSIWYG_FONT_COLOUR; ?>; font-size: <?php echo HTML_AREA_WYSIWYG_FONT_SIZE; ?>pt;';
config.debug = <?php echo HTML_AREA_WYSIWYG_DEBUG; ?>;
<?php for ($i = 0, $n = sizeof($languages); $i < $n; $i++) { ?>
editor_generate('products_description[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_spec[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_musthave[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_manual[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_moreinfo[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_extra1[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_extraimage[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_head_title_tag[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_head_desc_tag[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_head_keywords_tag[<?php echo $languages[$i]['id']; ?>]',config);
<?php } } ?>
</script>
   Posted on: 09/13/2008     See contribution details Request Installation with Paid service