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

Ralph Witte ralph.witte at gmx.de
Wed Dec 21 16:56:42 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,
thanks for your help and here is my feedback.
I changed to open_ but the result was an empty page - no link at all. So 
I but in an target=_blank into the href tag - works just fine.

The german translation just don't showed up in my installation because I 
forgot to install ts_language_de.

Ralph



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