WebsiteBaker Support (2.8.x) > Bakery Shop
Pay nothing for your order >>> problem: item in Dutch Media
dbs:
yepp, a better solution.
ronald32:
And the line: if ($quantity < 0) $quantity = 0; (suggestion from Ruud)
Should must that be erased?
Ronald
freeSbee:
Hi Ronald
--- Quote from: ronald32 on March 27, 2012, 02:15:14 PM ---And the line: if ($quantity < 0) $quantity = 0; (suggestion from Ruud)
Should must that be erased?
--- End quote ---
Yes, either
--- Code: ---if ($quantity < 0) $quantity = 0;
--- End code ---
or
--- Code: ---$quantity = abs(strip_tags($quantity));
--- End code ---
Regards Christoph
Navigation
[0] Message Index
[*] Previous page
Go to full version