Hi.
I'm installing a new cart and i like to know if somebody has the efulfillment module (http://www.efulfillmentservice.com/).
I'm trying to do it but i don't know how can i send information there after the order is processed.
I'm trying to develope using another module but i can't do it.
I'm testing this code to do the shipping part:
$methods[] = array('id' => 'UPS',
'title' => MODULE_SHIPPING_EFULFILLMENT_TEXT_OPT_UPS,
'cost' => 0);
$methods[] = array('id' => 'UPX',
'title' => MODULE_SHIPPING_EFULFILLMENT_TEXT_OPT_UPX,
'cost' => 10);
But it always show the 0 value on the next step (if i go to the shipping page again it shows the selected).
Thans for your help.