• 25+ YEARS EXPERIENCE
  • NATIONWIDE DELIVERY IN 1-2 DAYS
  • HUGE PRODUCT RANGE

Registration

Customer billing address

United Kingdom (UK)

Customer shipping address

United Kingdom (UK)

if($(‘.wwp_wholesaler_registration’).length){
$(“h2”).text(function(){
return $(this).text().replace(“Customer billing address”, “Company Address”);
});
$(“h2”).text(function(){
return $(this).text().replace(“Customer shipping address”, “Trading Address”);
});
$(“label”).text(function(){
return $(this).text().replace(“Copy from billing address”, “Copy from Company address”);
});
}