-
- Daim

-
Total Posts: 172
Joined: 2008-01-08
Germany
|
Hello,
i great an new Page Layout for CMS-Page. Now i will add a Resultlist at the bottom. The QueryString is fix in teh Sourcecode
$this->setData('query', 'test product');
$test = new Mage_CatalogSearch_Helper_Data();
$test->getProductListHtml(); echo "debug ".$test->getQueryText();
Any idea?
|