Untitled
Anonymous
plain_text
12/15/2023 11:51 AM
356 B
19
Indexable
jQuery(document).ready(function(){
jQuery('.b2bking_country_field_selector select').val('GR');
jQuery('.b2bking_country_field_selector select').trigger('change');
});
add_filter('b2bking_set_default_prefix_vat', function($prefix){
return 'EL';
}, 10, 1);Editor is loading...
Leave a Comment