ideenzauber Posted May 22, 2009 Report Share Posted May 22, 2009 ich habe Ware im Shop die zur zeit nicht verfügbar ist... also habe ich eingetragen das die Ware ab xx.xx.xxxx wieder verfügbar ist... jetzt bekomm ich da ne blaue sprechblase bei den Artikeln mit der Meldung * TEXT_PRODUCT_AVAILABLE Freitag, Juni 12, 2009 was hab ich falsch gemacht ? hat da jemand einen tipp für mich besten dank Link to comment Share on other sites More sharing options...
SonjaW Posted May 25, 2009 Report Share Posted May 25, 2009 wir haben das auch Link to comment Share on other sites More sharing options...
pages24 Posted May 25, 2009 Report Share Posted May 25, 2009 ich habe Ware im Shop die zur zeit nicht verfügbar ist... also habe ich eingetragen das die Ware ab xx.xx.xxxx wieder verfügbar ist... jetzt bekomm ich da ne blaue sprechblase bei den Artikeln mit der Meldung * TEXT_PRODUCT_AVAILABLE Freitag, Juni 12, 2009 was hab ich falsch gemacht ? hat da jemand einen tipp für mich besten dank dann muß für die Variable TEXT_PRODUCT_AVAILABLE im Admin unter Einstellungen->Lokalisierung->Sprachtexte der entsprechende Text wie " voraussichtlich lieferbar " angelegt werden. . Link to comment Share on other sites More sharing options...
rowiidps Posted June 17, 2009 Report Share Posted June 17, 2009 Hallo, welche Dateien muß ich denn anpassen um den Blauen Rahmen anders einzufärben und wie formatiere ich das Datumsformat um. Bei mir steht zur Zeit Tuesday, May 26, 2009 anstelle von Dienstag 26. Mai 2009 Besten Dank für Eure Hilfe. Link to comment Share on other sites More sharing options...
chaotix Posted June 28, 2009 Report Share Posted June 28, 2009 Das will ich auch wissen - ich brauch keine amerikanische Syntax für ein Datum, wenn der Shop in Deutschland weilt. Also 28.6.2009 - und was das für ein Wochentag war oder ist - ist eigentlich auch überflüssig. Link to comment Share on other sites More sharing options...
chaotix Posted June 29, 2009 Report Share Posted June 29, 2009 ..... und wie formatiere ich das Datumsformat um. Bei mir steht zur Zeit Tuesday, May 26, 2009 anstelle von Dienstag 26. Mai 2009 Besten Dank für Eure Hilfe. Ich antworte mal selbst, weil Autodidakt (learning by doing) Suche Dein in Deinem template (standardmäßiges Verzeichnis templates/xt_default/xtCore/pages/product) Suche die Datei product.html Sichere die Datei an einem anderen Ort Suche in der Datei {txt key=TEXT_PRODUCT_AVAILABLE} {$date_available|date_format:"%A, %B %e, %Y"} Ersetze die Variablen "%A, %B %e, %Y" durch die Variablen nachfolgender Liste: * %a - "am" or "pm" * %A - "AM" or "PM" * %B - Swatch Internet time * %d - day of the month, 2 digits with leading zeros ("01" to "31") * %D - day of the week, textual, 3 letters ("Fri") * %g - hour, 12-hour format without leading zeros ("1" to "12") * %G - hour, 24-hour format without leading zeros ("0" to "23") * %h - hour, 12-hour format ("01" to "12") * %H - hour, 24-hour format ("00" to "23") * %i - minutes ("00" to "59") * %I (capital i) - "1" if Daylight Saving Time, "0" otherwise. * %j - day of the month without leading zeros ("1" to "31") * %l (lowercase 'L') - day of the week, textual, long ("Friday") * %L - boolean for whether it is a leap year ("0" or "1") * %m - month ("01" to "12") * %M - month, textual, 3 letters ("Jan") * %F - month, textual, long ("January") * %n - month without leading zeros ("1" to "12") * %Q - local server time zone offset, in hours and seconds, against GMT (e.g. "+06:00") * %r - RFC 822 formatting ("Thu, 21 Dec 2000 16:01:07 +0200") * %s - seconds ("00" to "59") * %S - English ordinal suffix, 2 characters; ("th", "nd") * %t - number of days in the given month ("28" to "31") * %T - Time zone setting of this machine ("MDT") * %U - seconds since the epoch * %w - day of the week, numeric - "0" (Sunday) to "6" (Saturday) * %W - ISO-8601 week number of year, weeks starting on Monday ("42": the 42nd week in the year) * %y - year, 2 digits ("99") * %Y - year, 4 digits ("1999") * %z - day of the year ("0" to "365") * %Z - time zone offset in seconds ("-43200" to "43200"). The offset for time zones west of UTC is always negative, and for those east of UTC is always positive. Gleiches procedere mit der Datei product_listing_v1.html im Verzeichniss templates/xt_default/xtCore/pages/product_listing "%d.%m.%Y" ergibt 29.06.2009 Damit wäre das Datumsformat schonmal gelöst. Link to comment Share on other sites More sharing options...
rowiidps Posted June 30, 2009 Report Share Posted June 30, 2009 Hi, besten Dank für die Info Gruß rowi Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.