WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
if ($quantity < 0) $quantity = 0;
$quantity =strip_tags($quantity);
$quantity = abs(strip_tags($quantity));
And the line: if ($quantity < 0) $quantity = 0; (suggestion from Ruud)Should must that be erased?