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

Franz Holzinger franz at fholzinger.com
Mon Dec 19 20:07:41 CET 2005


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



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