1. SalesKing does not currently read WooCommerce's native COGS field. That was added more recently by WooCommerce and we haven't yet updated to support it - though it will likely come in a future update.
SalesKing retrieves the cost using that plugin's native function (alg_wc_cog()->core->products->get_product_cost()), so the meta key would be whatever that plugin stores. I believe the key is "_alg_wc_cog_cost" but it's possible there may be modifiers.
Hi Dean,
Thanks for getting in touch,
1. SalesKing does not currently read WooCommerce's native COGS field. That was added more recently by WooCommerce and we haven't yet updated to support it - though it will likely come in a future update.
2. The existing profit-based commission integration works with the free "Cost of Goods" plugin by WPFactory. You can find more details about the setup here: https://woocommerce-b2b-plugin.com/docs/profit-based-commission-calculation/
SalesKing retrieves the cost using that plugin's native function (alg_wc_cog()->core->products->get_product_cost()), so the meta key would be whatever that plugin stores. I believe the key is "_alg_wc_cog_cost" but it's possible there may be modifiers.
It may be best to check their plugin's code directly, which you can find here: https://wordpress.org/plugins/cost-of-goods-for-woocommerce/
Kind regards,
Stefan