08 2024
This commit is contained in:
parent
04d677d37a
commit
bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions
|
|
@ -1,4 +1,19 @@
|
|||
|
||||
@if($for == 'ot-customer')
|
||||
{{ Form::hidden('billing_company', $shopping_user->billing_company) }}
|
||||
{{ Form::hidden('billing_salutation', $shopping_user->billing_salutation) }}
|
||||
{{ Form::hidden('billing_firstname', $shopping_user->billing_firstname) }}
|
||||
{{ Form::hidden('billing_lastname', $shopping_user->billing_lastname) }}
|
||||
{{ Form::hidden('billing_address', $shopping_user->billing_address) }}
|
||||
{{ Form::hidden('billing_address_2', $shopping_user->billing_address_2) }}
|
||||
{{ Form::hidden('billing_zipcode', $shopping_user->billing_zipcode) }}
|
||||
{{ Form::hidden('billing_city', $shopping_user->billing_city) }}
|
||||
{{ Form::hidden('billing_phone', $shopping_user->billing_phone) }}
|
||||
{{ Form::hidden('billing_state', Yard::instance('shopping')->getShippingCountryId()) }}
|
||||
{{ Form::hidden('billing_email', $shopping_user->billing_email) }}
|
||||
{{ Form::hidden('shipping_email', $shopping_user->shipping_email) }}
|
||||
@endif
|
||||
|
||||
@if($shopping_user->same_as_billing)
|
||||
<!-- Billing -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue