﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
2362	"Warning Undefined array key ""specials_old_products_price"" in File /includes/classes/xtcPrice.php on Line: 473"	anonymous	somebody	"{{{
if ($product['specials_old_products_price'] > 0) {
}}}


korrigieren in das hier


{{{
if (isset($product['specials_old_products_price']) && $product['specials_old_products_price'] > 0) {
}}}
"	Bug/Fehler	closed	normal		Shop	2.0.7.0	invalid				
