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
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
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
The company marked this problem solved.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Hi Mike.
This problem has actually been solved and is currently sitting on our svn waiting until the final touches are added to this release before we put it onto connect.
Here's the new version of the file in question: http://clients.meanbee.com/shipwire/O....
Hope it helps,
Nick
I’m confident
The company says
this solves the problem
Loading Profile...



EMPLOYEE