[TYPO3-shop] [Typo3-shop] Multicritaeria search in shop module

Franz Holzinger franz at fholzinger.com
Wed Aug 2 15:13:09 CEST 2006


Seytzhan A. wrote:
> Hi, Cyril!
> How did u solve your problem with Multicritaeria search in shop module?
> Can u help me please?
> 

Extend the class class.tx_ttproducts_list_view.php.

switch ($theCode) {
	case 'SEARCH': ...

use the $where variable to add more search criteria.

Greets,

Franz





More information about the TYPO3-project-tt-products mailing list