[TYPO3-commerce] EURO sign
Steffen Ritter
info at steffen-ritter.net
Sun Jun 17 18:09:14 CEST 2007
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