1
vote
Debug Mode
Having access to a debug mode for the shipping options available. On another plugin it simply showed what product selected what shipping class, and why in a simple format. When finished, you just turn debug mode off.
Hello there,
Thanks for reaching out to us and for sharing your feedback with us.
Yes, generally debug mode is only helpful for the developers who are working on the staging site.
For the production site debug mode should be OFF.
If you want manually debug mode on then add below one line in the root file wp-config.php
define('WP_DEBUG', true);
Thank you.