I want to make a simple change in my OSCommerce webstore. To uncheck a radio button that is now checked my default. Many customers don't bother to read the page and they just click 'next'. So i want to have no default value checked so the customer is forced to make a choice.
So i used FireBug to find the source code under the button which is:
<td align="right"><input type="radio" name="shipping" value="flat_flat" checked="checked" /></td>
To a PHP newby like me it seems i just just remove checked="checked".
However i found it impossible to find in which PHP file i should make the modification. The page itself is named 'checkout_shipping.php' but upon inspection of the php file it is not there.
So i downloaded the COMPLETE webstore and used Agent ransack to search each and every file.
Nothing!
Can anyone help me to figure this out? I would appreciate the help