field - Woocommerce checkout add information after country -


maybe can me. looking way add field or div-container additional information after country selection in checkout section. "for shipping other countries, please contact at..."

is there way in functions.php?

thanks in advance!

i don't know functions.php, if don't mind use jquery can add code scripts

$('#billing_country_field').after('<span>for shipping other countries, please contact at...</span>'); 

Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -