Jump to content

Germanext - Problem Datumsanzeige Produkt-Verfügbarkeit


Recommended Posts

Hallo,

 

wenn ich die Datumsanzeige unter Sprachen- auf Y-m-d umstelle, wird das Datum bei Produktverfügbarkeit in Kombinationen richtig angezeigt 00.00.0000

 

Installiere ich das Germanext-Modul, bekomme ich bei Aufruf der Kombination eine weisse Seite.

 

Bin ich an das Datumsformat falsch rangegegangen?

 

Presta Version 1.5.4.1 Germanext für 1.5.4

Default Template etwas umgebaut. (Produkte/Kategorien nebeneinander)

 

Hier mal die Meldung vom Debug-Modus

 

[PrestaShopException]

Invalid date
at line 622 in file classes/Tools.php

616. 617. 		if ($date == '0000-00-00 00:00:00' || $date == '0000-00-00')618. 			return '';619. 620. 		if (!Validate::isDate($date) || !Validate::isBool($full))621. 			throw new PrestaShopException('Invalid date');622. 623. 		$context = Context::getContext();624. 		$date_format = ($full ? $context->language->date_format_full : $context->language->date_format_lite);625. 		return date($date_format, $time);626. 	}

 

Grüße,

 

Sabrina

Edited by Barsoi007 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...