Apparently :-)
This is the code used for checking the 500gm Satchels
if (($weight <= 500) && ((($width + $height) * 2 ) <= (220 * 2)) && ((($length + $height) * 2 ) <= (353 * 2) ) && ($length <= 353) && ($width <= 220) )
I'm not seeing where I've gone wrong.. can you?
Cheers
Rod
Bookmarks