[TYPO3-commerce] EURO sign

Guido tum Suden guido at tumsuden.de
Sun Jun 17 20:47:29 CEST 2007


That did it, thanks :)

Steffen Ritter schrieb:
> Use the direct SQL functionality of phpmyadmin.
> 
> UPDATE `static_currencies` SET `cu_symbol_left`='€' WHERE `uid`=49 
> LIMIT 1;
> 
> This should do what is asked for...
> 
> mfG
> 
> 
> Guido tum Suden schrieb:
>> Hi,
>>
>> I found this in a commerce tutorial:
>>
>>> Darstellung: € Um das Euro-Zeichen - € / EUR - richtig
>>> darzustellen, muss in der Datenbank in der Tabelle static_currencies
>>> (im Feld cu_symbol_left in der Zeile uid: 49) € eingetragen
>>> werden.
>>
>> Since I usually only delete tables with phpmyadmin I don't know who to 
>> do this. Could somebody help?
>>
>> Guido tum Suden


More information about the TYPO3-project-commerce mailing list