Replies: 0
Woocommerce V3 has a number of deprecated functions and I just wanted to bring to your attention that your plugin has at least two function calls it needs to change. This is from the Woocommerce log:
1. The woocommerce_price function is deprecated since version 3.0. Replace with wc_price.
2. The woocommerce_get_page_id function is deprecated since version 3.0. Replace with wc_get_page_id.