nathan316 Posted December 30, 2014 Share Posted December 30, 2014 (edited) Hola buenas tardes amigos, no encuentro la manera de elimiar "Deseo utilizar otra dirección para la facturación" Esta opcion sale cuando el cliente es nuevo y quiere realizar el pago, aparece en la parte de direccion de entrega es un check box. No encuentro que archivo tocar para poder quitar esta opcion. Ojala alguien me puea hechar una manita con esto. Se los agradezco mucho y felices fiestas. Edited January 5, 2015 by nathan316 (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted December 30, 2014 Share Posted December 30, 2014 (edited) Por lo que veo (parece) te refieres al formulario de registro y pedido en 1 pantalla, en ese caso prueba lo siguiente, ve al fichero: /themes/plantilla/order-opc-new-account.tpl Busca esto: <div class="checkbox"> <label for="invoice_address"> <input type="checkbox" name="invoice_address" id="invoice_address"{if (isset($smarty.post.invoice_address) && $smarty.post.invoice_address) || (isset($guestInformations) && isset($guestInformations.invoice_address) && $guestInformations.invoice_address)} checked="checked"{/if} autocomplete="off"/> {l s='Please use another address for invoice'}</label> </div> y comentalo: {* <div class="checkbox"> <label for="invoice_address"> <input type="checkbox" name="invoice_address" id="invoice_address"{if (isset($smarty.post.invoice_address) && $smarty.post.invoice_address) || (isset($guestInformations) && isset($guestInformations.invoice_address) && $guestInformations.invoice_address)} checked="checked"{/if} autocomplete="off"/> {l s='Please use another address for invoice'}</label> </div> *} Edited December 30, 2014 by nadie (see edit history) 1 1 Link to comment Share on other sites More sharing options...
nathan316 Posted January 5, 2015 Author Share Posted January 5, 2015 Hola muchas gracias por tu ayuda efectivamente ya pude hacer el cambio.. Te lo agradezco mucho. Cerramos este tema. Que tengas un grandioso 2015. saludos. Por lo que veo (parece) te refieres al formulario de registro y pedido en 1 pantalla, en ese caso prueba lo siguiente, ve al fichero: /themes/plantilla/order-opc-new-account.tpl Busca esto: <div class="checkbox"> <label for="invoice_address"> <input type="checkbox" name="invoice_address" id="invoice_address"{if (isset($smarty.post.invoice_address) && $smarty.post.invoice_address) || (isset($guestInformations) && isset($guestInformations.invoice_address) && $guestInformations.invoice_address)} checked="checked"{/if} autocomplete="off"/> {l s='Please use another address for invoice'}</label> </div> y comentalo: {* <div class="checkbox"> <label for="invoice_address"> <input type="checkbox" name="invoice_address" id="invoice_address"{if (isset($smarty.post.invoice_address) && $smarty.post.invoice_address) || (isset($guestInformations) && isset($guestInformations.invoice_address) && $guestInformations.invoice_address)} checked="checked"{/if} autocomplete="off"/> {l s='Please use another address for invoice'}</label> </div> *} Link to comment Share on other sites More sharing options...
nadie Posted January 5, 2015 Share Posted January 5, 2015 Hola muchas gracias por tu ayuda efectivamente ya pude hacer el cambio.. Te lo agradezco mucho. Cerramos este tema. Que tengas un grandioso 2015. saludos. Un placer ayudarte y servirte ! PD: Como he visto que has añadido la palabra "Solucionado" al título del tema, procedo a cerrar el tema. Saludos, Link to comment Share on other sites More sharing options...
Recommended Posts