• Resolved abroad36

    (@abroad36)


    Hi,

    is there a syntax to use the order item meta fields in automation?
    I am trying to get the shipping type which I identified as ? method_id.

    I appreciate your help and great work – thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support damianmachnik

    (@damianmachnik)

    Hi @abroad36,

    ShopMagic has {{ order.meta }} placeholder. With this placeholder, you can grab a selected data. When you click on it, the new dialog will open. In this dialog you need to indicate what meta you want to select.

    For example, in Poland we have a VAT (Value Added Tax) which is not supported by the standard WooCommerce installation. You need to add additional field to the checkout if you want to collect VAT number from your customers. You can easily add such a field with a different plugin. Such a field will have a meta name of your choice. In this screenshot it’s _billing_nowe_pole
    If you want to grab this data from the _billing_nowe_pole, simply assign this meta name to the {{ order.meta }} to receive {{ order.meta | key:’_billing_nowe_pole’ }}.

    One more thing. ShopMagic is integrated with Flexible Shipping plugin which lets you create shipping methods. If you are creating shipping methods with FS, ShopMagic will recognize them and let you use them in the filter or even track them. You can read more about it here https://shopmagic.app/blog/shopmagic-2-19-is-here/

    If you have more questions – send us a direct message at [email protected]

    Have a nice day!

    Hey @abroad36

    I am looking to have this exact thing, where the shipping method can be included in an email to our shippers.

    Were you ever able to make it work? Did you have to use that “Flexible Shipping” plugin? or were you able to do with the default WooCommerce meta data?

    Thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Order Item Meta Fields’ is closed to new replies.