Meanbee Internet Solutions
is committed to open conversation about its products and services. Conversations should be conducted in the spirit of the Company-Customer Pact.
If you use this product, we'll add it to your dashboard. If you work for the company that makes this product, we'll connect you with other employees. Got it, thanks!
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.
hello, some time the connection is breaking up between shipewire and backoffice. shipments are accepted as a test while setup in magneto to production enviorment. it saves time still but could work better.
I cannot seem to process an order with Magento Shipwire module without it going into shipwire as a test, even though the Enviroment settings are set to "production". Any help appreciated.