[TYPO3] Webformat extended shop

Mauro Lorenzutti mauro.lorenzutti at webformat.com
Mon Feb 12 09:24:20 CET 2007


Hi Herbert,

> anybody knows how i do to remove links from tittle of products in my
> catalog list.
> I need only name of my products, look:
> http://www.eletroceu.com.br/cms/index.php?id=18


I'm sorry but this option is not available via TS. You need to modify
the source code. If you are using the latest versione (2.0.3), you have
to change the lines 661 and 669 from
$content .= $this->getProduct($row,"listImage",true,$subTemplate);
to
$content .= $this->getProduct($row,"listImage",false,$subTemplate);

in the file pi1/class.tx_extendedshop_pi1.php.


Regards,
 Mauro Lorenzutti


e-mail:  mauro.lorenzutti at webformat.com

---------------------------------------------------------
WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN
     Tel +39-0427-926.389  --  Fax +39-0427-927.653
       info at webformat.com  --  www.webformat.com
---------------------------------------------------------



More information about the TYPO3-english mailing list