Untitled

 avatar
unknown
plain_text
2 years ago
266 B
5
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