[TYPO3-shop] tt_products >< commerce and different views

Tapio Markula tapio.markula at atwebteam.com
Sat Mar 10 19:59:01 CET 2007


Franz Holzinger
>> BTW. I could try to make markers replacing text in the example template,
>> when every language could use just one template. Or have you started
>> doing that?
> This would be fine if you could do that. :-)

done for the basic example templates endeed some
markers have _2 and ..._3 because in the middle was another marker.

if the value value from some field , it might be possible
to use some reference.
How to do that?

Now in class file

$globalMarkerArray["###LABEL_ORDER_CONFIRMATION_2###"] = 
$this->pi_getLL("###LABEL_ORDER_CONFIRMATION###_2");
		$globalMarkerArray["###LABEL_ORDER_CONFIRMATION_3###"] = 
$this->pi_getLL("###LABEL_ORDER_CONFIRMATION###_3");
		

and in template
###LABEL_ORDER_CONFIRMATION_2### (###DELIVERY_EMAIL###). 
###LABEL_ORDER_CONFIRMATION_3###

that is for 2.5.1 - I got error message with newes version.
It defines markers using 	$this->globalMarkerArray[...




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