Shipping address same as billing off by default

  • Posts: 5
  • Thank you received: 0
13 years 9 months ago #8428

Hi,
I'd like to know if, at checkout, there's a way to set the checkbox "use the same address as for billing" to off by default, so that the billing address and the shipping address are different by default.

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 9 months ago #8431

You can go int he menu Display->Views and edit the file address of the view checkout. There, remove the code below you have the checkbox off:
if($this->shipping_address==$this->billing_address){
$checked = 'checked="checked" ';
$style = ' style="display:none"';
}

Please Log in or Create an account to join the conversation.

Time to create page: 0.052 seconds
Powered by Kunena Forum