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!