Skip to content

Instantly share code, notes, and snippets.

@SheriSmith
Created November 26, 2015 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SheriSmith/0a95c6908823663f07f9 to your computer and use it in GitHub Desktop.
Save SheriSmith/0a95c6908823663f07f9 to your computer and use it in GitHub Desktop.
<li class="control">
<input type="checkbox" name="shipping[same_as_billing]" id="shipping:same_as_billing" value="1"<?php if($this->getAddress()->getSameAsBilling()): ?> checked="checked"<?php endif; ?> title="<?php echo $this->__('Use Billing Address') ?>" onclick="shipping.setSameAsBilling(this.checked)" class="checkbox" /><label for="shipping:same_as_billing"><?php echo $this->__('Use Billing Address') ?></label>
</li>
<p class="po-box-block">If your billing address is a P.O. Box, please use a different address. We can only ship to physical addresses.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment