rfwoolf Posted May 28, 2011 Posted May 28, 2011 Regarding the 'truefalse', it comes from this part: if ($products_options_array['products_options_values_id'] == $cart->contents[$HTTP_GET_VARS['products_id']]['attributes'][$products_options_name['products_options_id']] || $no_value) { echo 'true'; $checked = true; $no_value = false; } else { echo 'false'; $checked = false; } I have simply removed the echo 'true'; and echo 'false'; but more testing is required to see if this breaks anything else - although I doubt it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.