Change Position of pincode checker
-
“I have an issue with changing the position of the pincode checker. I went through the support link provided, and found that the plugin author mentions that the plugin does not allow changing the position.
But don’t worry, I’ve figured it out.
Here is the solution: the hook ‘shiprocket_show_check_pincode’ is used for the pincode checker. The default priority of the pincode checker is 20, so you can use it like this:
remove_action('woocommerce_single_product_summary','shiprocket_show_check_pincode',20); add_action('woocommerce_single_product_summary','shiprocket_show_check_pincode',30);
Thanks ??
- The topic ‘Change Position of pincode checker’ is closed to new replies.