← Back to team overview

openerp-connector-community team mailing list archive

Re: Shipping Method Not Shown For Official Magento/eBay Integration Module Orders

 

On 04/29/2014 03:33 PM, Damo and Susie wrote:
> Hi all.
> 
> The official Magento / eBay integration extension (M2E Pro) uses a single carrier code and shipment method code (m2eproshipping_m2eproshipping) for all orders. In Magento the actual carrier method is displayed using the 'method_title field’. The connector matches the shipping method using the carrier_code, but in the case of eBay orders this is the same regardless of the shipping method.
> 
> As a result the end user (when viewing a imported order in OpenERP) is unable to determine the eBay shipping method (since all orders use whatever has been defined as the ‘m2eproshipping_m2eproshipping’ method) purchased and has to refer back to Magento in order to clarify this. This is ok if you only have 1 eBay shipping method, but most sellers have several which means checking every order in Magento.
> 
> Is it possible (or could it be made so) that the ‘Method_Title’ is displayed (where m2e describes the actual shipping method ordered) on each Magento order (maybe in the shipping product) so that eBay orders shipping type is displayed?
> 
> Thanks in advance,
> 
> Damian
> 

Hi Damian,

The Magento API does not gives the method title when we ask it the
information about a sales order. The only thing it gives is the code,
such as:

    'shipping_method': 'flatrate_flatrate',

So, if several methods are using the same code on Magento, we can't know
when we import an order.

Best,

-- 
Guewen Baconnier
Business Solutions Software Developer

Camptocamp SA
PSE A, CH-1015 Lausanne
Phone: +41 21 619 10 39
Office: +41 21 619 10 10
http://www.camptocamp.com/


References