[Typo3-shop] Link - Click here to open bill

Ralph Witte ralph.witte at gmx.de
Tue Dec 20 13:13:29 CET 2005


Franz Holzinger schrieb:
> Hello Ralph,
> 
>> I searched were I can change the phrase 'Click here to open the bill' 
>> to a: translate it into german and b: use _blank as link target.
>>
>> Question is were can I do that?
>>
> This is in pi1/locallang.php
> 
> Change
> lib/class.tx_ttproducts_billdelivery_div.php
> line 211
> $message = $pibase->pi_getLL('open '.$type);
> to
> $message = $pibase->pi_getLL('open_'.$type);
> 
> 
> You can override this now with TypoScript:
> 
> plugin.tt_products._LOCAL_LANG {
> de {
> open_bill = hier die Rechnung öffnen
> }
> 
> 
> Franz
Hi Franz,
thnak you for the quick response. But were do I put the Typo-Code 
(template settings)?
Regards
Ralph



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