Get your own customer support community
 

Meanbee Magento Shipwire app

I'm using the magento shipwire app.

Works great. A few minor bugs.

In the Ordersubmit.php page you call the getOrderObject and then set $name = $order->getCustomerName. The problem with this is if we have guest checkout enabled (which we do) then a customer record is not created and this returns "Guest" as the shipping name. I'm assuming that I simply need to change this to $name = $0rder->getShippingName (or something to that affect... Do you know what the api call is to get the shipping address name rather then the customer name to populate the shipping address for shipwire?

Also you explode the Shipping address on line 190 of Ordersubmit.php. I'm wondering you would need to explode the shipping address before the name call and then call the name from the shipping address.

Please advise
 
sad
Inappropriate?
1 person has this problem

The company marked this problem solved.


User_default_medium