• Hello,

    Thank You for this plugin in the first place ??

    Unfortunately I’cant use it until it will be possible to see in order details which shipping metod was assigned to which product.

    I need to know exactly, when i open order details in admin panel of woo.

    In example I have this data in every ordered product:
    https://imgur.com/a/B9kFcFD <screenshot

    Data: SKU, variaton_id and custom one > suplier_d < which is visible only in panel and in RESTAPI

    How to pull i.e. shipping_method: method_ABC in every ordered product together with SKU, variation_id … ?

    Could You please help? Maybe provide some snippet or any clue?

    I’ll be grateful ??

    Regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bolder Elements

    (@hystericallyme)

    Are you looking for a specific shipping method and ID number? Unfortunately this is a bit of a limitation within WooCommerce itself. No matter how many packages you have setup for shipping, it only saves the Method ID and Price for shipping packages. The items are indeed listed for each package, however. They are just listed beneath the shipping information, but the title alone may not be enough to determine which option was selected.

    Just like with products, there is the ability to have meta data saved with a shipping option. You could custom code something to save the instance ID or option title with each shipping package if that’s what you are looking for. That would at least give you more specifics on the shipping option.

    Thread Starter serwer20

    (@serwer20)

    Just like with products, there is the ability to have meta data saved with a shipping option. You could custom code something to save the instance ID or option title with each shipping package if that’s what you are looking for. That would at least give you more specifics on the shipping option.

    Yes, this is exactly what I looking for ??

    I digging google for days and can’t find any snippet or something to achieve this ??

    Regards!

    Thread Starter serwer20

    (@serwer20)

    So, I suppose You can’t help me ? ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘meta_data in order details’ is closed to new replies.