Warning
This article may no longer be relevant or up to date. Please return to the main page of the section.
By default, the quick search feature searches by product name and description. To make quick search look for the product code you specify in the search box, complete the following steps:
$default_params = array (
'area' => AREA,
'use_caching' => true,
'extend' => array('product_name', 'prices', 'categories'),
'custom_extend' => array(),
'pname' => '',
'pshort' => '',
'pfull' => '',
'pkeywords' => '',
'feature' => array(),
'type' => 'simple',
'page' => 1,
'action' => '',
'filter_variants' => array(),
'features_hash' => '',
'limit' => 0,
'bid' => 0,
'match' => '',
'tracking' => array(),
'get_frontend_urls' => false,
'items_per_page' => $items_per_page,
);
$default_params = array (
'area' => AREA,
'use_caching' => true,
'extend' => array('product_name', 'prices', 'categories'),
'custom_extend' => array(),
'pname' => '',
'pshort' => '',
'pfull' => '',
'pkeywords' => '',
'feature' => array(),
'type' => 'simple',
'page' => 1,
'action' => '',
'filter_variants' => array(),
'features_hash' => '',
'limit' => 0,
'bid' => 0,
'match' => '',
'tracking' => array(),
'get_frontend_urls' => false,
'items_per_page' => $items_per_page,
'pcode_from_q' => 'Y'
);
Questions & Feedback
Have any questions that weren't answered here? Need help with solving a problem in your online store? Want to report a bug in our software? Find out how to contact us.