VirtueMart  3.2.14.9808
Namespaces | Variables
mod_virtuemart_search.php File Reference

Namespaces

 VirtueMart
 

Variables

defined('DS') or define('DS' DIRECTORY_SEPARATOR
 
 $button = $params->get ('button', 0)
 
 $imagebutton = $params->get ('imagebutton', 0)
 
 $imagepath = $params->get ('image_button_file', '')
 
 $button_pos = $params->get ('button_pos', 'left')
 
 $button_text = $params->get ('button_text', vmText::_ ('MOD_VIRTUEMART_SEARCH_GO'))
 
 $width = intval ($params->get ('width', 20))
 
 $maxlength = $width > 20 ? $width : 20
 
 $text = $params->get ('text', vmText::_ ('MOD_VIRTUEMART_SEARCH_TEXT_TXT'))
 
 $set_Itemid = intval ($params->get ('set_itemid', 0))
 
 $moduleclass_sfx = $params->get ('moduleclass_sfx', '')
 
if($params->get('filter_category', 0)) else
 

Variable Documentation

$button = $params->get ('button', 0)
$button_pos = $params->get ('button_pos', 'left')
$button_text = $params->get ('button_text', vmText::_ ('MOD_VIRTUEMART_SEARCH_GO'))
$imagebutton = $params->get ('imagebutton', 0)
$imagepath = $params->get ('image_button_file', '')
$maxlength = $width > 20 ? $width : 20
$moduleclass_sfx = $params->get ('moduleclass_sfx', '')
$set_Itemid = intval ($params->get ('set_itemid', 0))
$text = $params->get ('text', vmText::_ ('MOD_VIRTUEMART_SEARCH_TEXT_TXT'))
$width = intval ($params->get ('width', 20))
defined ('DS') or define('DS' DIRECTORY_SEPARATOR
if ($params->get('filter_category', 0)) else
Initial value:
{
$category_id
Definition: mod_virtuemart_category.php:33