All free themes i attach here (2019, woostyfy theme, shopstore theme) are showing countries. The countries is missing just in Dove theme. Please tell me how to correct this.
Seems there are code that hide country and state (for some countries). When i refresh checkout page, there are some glitch, that showing all selection, but less than 1 second, it hidden again.
Please let me know if we can be of further assistance.
If you're happy with the theme and support you received we would really appreciate it if you could leave us a good review and positive comment over on themeforest.
It only takes a moment and really helps us to keep doing what we do best :)
Dear Kevin, in new rule you have edit in functions.php, i can't apply any coupons
Also, in checkout, i can't use my shipping plugin to Indonesia (it shows : TypeError: $(...).html(...).show(...).append(...).select2 is not a function)
Can't Checkout, Country is Missing
Hi Wafe Teknologi !
I helped you display it, you can review it
thank you
I've my production website on http://seni.id/
can you tell me what must i do?
What file i must change the script?
Or you can access to my production website http:seni.id uname & password are same
All free themes i attach here (2019, woostyfy theme, shopstore theme) are showing countries. The countries is missing just in Dove theme. Please tell me how to correct this.
Seems there are code that hide country and state (for some countries).
When i refresh checkout page, there are some glitch, that showing all selection, but less than 1 second, it hidden again.
Hi Wafe Teknologi
I helped you display it, you can review
thank you
can you tell me step by step solving problem for a new website?
Add this code to function.php (Appearance-> Editor-> function.php) if the error occurs the next time
add_action ('wp_enqueue_scripts', 'wsis_dequeue_stylesandscripts_select2', 100);
function wsis_dequeue_stylesandscripts_select2() {
if (class_exists('woocommerce')) {
wp_dequeue_style('selectWoo');
wp_deregister_style('selectWoo');
wp_dequeue_script('selectWoo');
wp_deregister_script('selectWoo');
}
}
thank you
Great! Thanks Kevin
Hi ,
You're welcome!
Please let me know if we can be of further assistance.
If you're happy with the theme and support you received we would really appreciate it if you could leave us a good review and positive comment over on themeforest.
It only takes a moment and really helps us to keep doing what we do best :)
Just go to http://themeforest.net/downloads and click "Rate this item" under your theme.
Many thanks in advanced!
Dear Kevin, in new rule you have edit in functions.php, i can't apply any coupons
Also, in checkout, i can't use my shipping plugin to Indonesia
(it shows : TypeError: $(...).html(...).show(...).append(...).select2 is not a function)
Below are screenshots
I helped you delete the function that I added, please check the site again
thank you