alpha7c update

spiderman's picture
Offline
Bug FinderGetting busy with the Ubercode.
Joined: 08/17/2007
Juice: 61
alpha7c update

seems that the shipping_method callback methods now (as of alpha7c) expect a slightly different return value. i had to patch my ratequote module in the uc_ratequote_quote and uc_ratequote_quote_order functions, making this simple change:

<?php
-  return drupal_to_js($quotes);
-}
+  return
$quotes;
+}
?>
Rate Quote Shipping Module By: Guest (16 replies) Thu, 08/16/2007 - 17:21