lestatneo Posted February 13, 2021 Share Posted February 13, 2021 Buongiorno vorrei eliminare il campo:"usa questo indirizzo anche per la fattura" dal form indirizzi. Qualcuno sa se e come si può fare? Prestashop 1.7.6.9 Link to comment Share on other sites More sharing options...
Giuseppe C. Posted February 17, 2021 Share Posted February 17, 2021 Ciao, trovi il codice in questo file .../themes/classic/templates/checkout/_partials/address-form.tpl {block name='form_fields' append} <input type="hidden" name="saveAddress" value="{$type}"> {if $type === "delivery"} <div class="form-group row"> <div class="col-md-9 col-md-offset-3"> <input name = "use_same_address" id="use_same_address" type = "checkbox" value = "1" {if $use_same_address} checked {/if}> <label for="use_same_address">{l s='Use this address for invoice too' d='Shop.Theme.Checkout'}</label> </div> </div> {/if} {/block} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now