Get your own customer support community

Recent activity

Subscribe to this feed
  • question

    Mike Lyman replied on September 18, 2009 20:15 to the question "Some orders won't post to shipwire" in Meanbee Internet Solutions Limited:

    Mike Lyman
    Thanks Everyone.

    I've created a ticket in shipwire for this as well
  • question

    Mike Lyman asked a question in Meanbee Internet Solutions Limited on September 11, 2009 16:33:

    Mike Lyman
    Some orders won't post to shipwire
    On the shipwire module for Magento I'm getting the following error when I click the submit to shipwire

    Unable to read response, or response is empty
    Trace:
    #0 /lib/Varien/Http/Client.php(56): Zend_Http_Client->request(NULL)
    #1 /app/code/community/Meanbee/Shipwire/Model/Api/Ordersubmit.php(35): Varien_Http_Client->request()
    #2 /app/code/community/Meanbee/Shipwire/controllers/FulfillController.php(26): Meanbee_Shipwire_Model_Api_Ordersubmit->submitRequest()
    #3 /app/code/core/Mage/Core/Controller/Varien/Action.php(367): Meanbee_Shipwire_FulfillController->submitAction()
    #4 /app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(247): Mage_Core_Controller_Varien_Action->dispatch('submit')
    #5 /app/code/core/Mage/Core/Controller/Varien/Front.php(158): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
    #6 /app/Mage.php(457): Mage_Core_Controller_Varien_Front->dispatch()
    #7 /index.php(52): Mage::run()
    #8 {main}

    It only happens on some orders and not all and I cannot find out what is the variable that is causing the issue. Is it magento, shipwire or the module?

    The interesting thing is if I hit back and then click the same button again to submit the order it has always worked the second time but then says that it is a duplicate order and states that it is ignoring it and marks the order in magento as complete.

    Any help would be great.
  • question

    Mike Lyman replied on August 24, 2009 18:39 to the question "Shipwire Magento Extension stopped working." in Meanbee Internet Solutions Limited:

    Mike Lyman
    I forgot to change the username in magento when I changed it in shipwire
  • question

    Mike Lyman asked a question in Meanbee Internet Solutions Limited on August 21, 2009 17:14:

    Mike Lyman
    Shipwire Magento Extension stopped working.
    Our Magento shipwire integration stopped working a few days ago.

    We are using magento 1.3.1 and have not changed anything that would cause shipwire integration to stop working.

    The problem is we hit "fullfill via shipwire" and the page acts like it is processing or reloading and then nothing happens. No error messages, no orders sent to shipwire. I'm not sure what is happening because I don't see any errors.

    I looked to see if there were any updates or upgrades to the extension and there are not.
  • problem

    Mike Lyman replied on April 28, 2009 23:00 to the problem "Meanbee Magento Shipwire app" in Meanbee Internet Solutions Limited:

    Mike Lyman
    Great,

    This solved the problem!

    Thanks for the fast response.

    MIke
  • problem

    Mike Lyman reported a problem in Meanbee Internet Solutions Limited on April 28, 2009 18:34:

    Mike Lyman
    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