Module version: 0.2
The In-store Picking Shipping quote method weight setting is not utilized in the checkout pane. Apply this patch to solve this problem.
diff -dur uc_storepickup_org/uc_storepickup.module uc_storepickup/uc_storepickup.module
--- uc_storepickup_org/uc_storepickup.module 2007-11-01 07:57:25.000000000 +0100
+++ uc_storepickup/uc_storepickup.module 2008-01-28 21:48:59.000000000 +0100
@@ -58,7 +58,7 @@
'type' => 'customer_pickup',
'callback' => '',
),
- 'weight' => $weight['customer_pickup'],
+ 'weight' => $weight['storepickup'],
);
return $methods;

Joined: 01/12/2008