You are not logged in.
There are two options that I can't seem to alter or disable in Maian Cart : I wish to remove the "local pickup" option and I wish to not require (make it optional but not mandatory) phone numbers when ordering an item to be shipped. I searched the docs and the admin area, to no avail. Thanks in advance!
The local pickup option is disabled in the settings:
Store Settings > Global Store Settings > Other Options > Free pickup shipping option > No
For the shipping phone number. Modify the 'control/system/baaket-ops.php' file and change line 480 to:
if ($k != '3' && $k != 6 && in_array($v, array('','mc_c_fail'))) {
I think that should do it.