Jump to content
xt:Commerce Community Forum

fehlermeldung (wenn ware wieder verfügbar sein soll)


ideenzauber

Recommended Posts

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 :D

Link to comment
Share on other sites

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 :D

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

  • 4 weeks later...
  • 2 weeks later...

.....

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

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...