Community Add-Ons
Multi Pickup (MS1)
for osCommerce Online Merchant v2.2
This module works like the pickup shipping method
+ you can have multiple stores
+ still works for 1 store
+ adjusts the delivery address to the address of the selected shop
+ stores can be added in the admin
http://forums.oscommerce.com/viewtopic.php?p=134821
Legend:
Download
Report
Somehow in the last one I managed to swop a curly bracket with $radio_buttons++;
In the last set of instructions you need to:
catalog/checkout_shipping.php
line 359
replace
$radio_buttons++;
}
with
}
$radio_buttons++;
If you don't do this, you won't be able to select the delivery option directly below the pickup option.
