I already tried activating the ‘Disable Autocomplete’ plugin. I also tried add autocomplete=off to al the field via both jquery and in my functions.php. But still you are able to let your browser fill everything in (though if I inspect my elements those input fields DO have the parameter autocomplete=off… It seems like my browser ignores this).
Any idea how to fix this?
]]>I already tried a plugin to fix this, but he’s not able to make conditions with a custom field only with the default Woocommerce-fields. I already tried to write some code myself which hides the payment options when a change happens on the custom field, which works but when there’s a change on the payment or shipping options. Woocommerce by default shows all the payments options again…
Been struggling for way too long with this, isn’t there any other plugin that can easily fix this?
]]>I have searched and tried many codes from stack overflow and WooCommerce docs, somewhere I am doing a mistake!
Kindly help me out – share a code that I can add in my functions.php file of my theme editor which will make both the billing and shipping values of city and state as KADAPA and ANDHRA PRADESH respectively!
Currently, I am trying to add this piece of code in my theme editor’s function.php file, but it is not working:
add_filter( 'default_checkout_billing_city', 'change_default_checkout_city' );
add_filter( 'default_checkout_billing_state', 'change_default_checkout_state' );
function change_default_checkout_city() {
return 'Kadapa'; // country code
}
function change_default_checkout_state() {
return 'Andhra Pradesh'; // state code
}
I will be really grateful!
Site URL: https://expressmeatmart.com/
Xstore Theme version: 8.0.10
WooCommerce version: 5.9.0
I’m trying to achieve something that I cannot grasp and also can’t seem to find someone who had the same goal.
I run an escaperoom and on the checkoutpage I created several input fields for my customer to put their attendees’ email adresses. So far so good.
I’m also collecting them as part of the metadata of my orders. So far so good.
For every reservation that’s made I schedule a follow-up mail to ask them for a review. What I’d like to do is send that same email to all those attendees as well.
How do I hook those email adresses into that same action?
Kind regards,
Daaf
]]>So far the plugin works great.
However, it keeps adding this line “Custom Checkout Fields” into the confirmation mail to clients. How can I remove that please, it is odd for a client to see that in his order confirmation and has zero value for the client.
Thanks,
Annie
https://www.screencast.com/t/CXOVzQLC
]]>Thank you.
]]>