I am planning on integrating MultiVendorShip in Vendors_Auto_Email and am open for input. Has any one gotten the original Multi_Vendor_Shipping mod to work? I have seen a few requests for help, but no replies. I have just installed it and am going through the errors to see if I can get it working. All input and suggestions are welcome and needed, this will be very valuable to me as well as many other folks I think. What do you think? :mellow:
Code in development is located here
Sorry, I didn't make myself clear. I was fairly certain that those lines are there, I'm just not sure that they are working correctly with MVS. Try printing out the variables to see if they are being set to a proper value. The code that I quoted should evaluate to a non-blank string. Try inserting something like this just before that line:
print 'Shipping Method: ' . $order->info['shipping_method'];
If that looks OK, try the same thing with $module, which should also produce a string (t