Strange question - force ship-to / bill-to same

  • Posts: 63
  • Thank you received: 0
8 years 11 months ago #220870

I know this is an odd request, but got this one from a client who is wondering if the bill-to and ship-to could be forced to be identical... or always force ship-to as bill-to.

Is that even possible?

Charles

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

  • Posts: 82723
  • Thank you received: 13338
  • MODERATOR
8 years 11 months ago #220960

Hi,

Sure. Edit the file "address" of the view "checkout" via the menu Display>Views and change the line:

<input class="hikashop_checkout_shipping_same_address inputbox" <?php echo $checked; ?>type="checkbox" id="same_address" name="same_address" value="yes" alt="Same address" onclick="<?php echo $onclick; ?>" />
to:
<input class="hikashop_checkout_shipping_same_address inputbox" <?php echo $checked; ?>type="checkbox" id="same_address" name="same_address" disabled="disabled" value="yes" alt="Same address" onclick="<?php echo $onclick; ?>" />

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

Time to create page: 0.054 seconds
Powered by Kunena Forum