nocturno8000 Posted March 15, 2014 Share Posted March 15, 2014 Hola a todos he buscado por todos lados y no encuentro como hacerlo, alguien sabe como quitar algunos campos de DIRECCIÓN DE ENTREGA quisiera quitar los que dicen (información adicional, dirección linea 2 y el que dice teléfono domicilio ) esperare su respuesta saludos.. aquí una foto para que vean los campos que quiero quitar.. saludos y muchas gracias. mi versión es PrestaShop 1.5.6.1 mi tienda http://tobuyall.com/es/ Link to comment Share on other sites More sharing options...
nadie Posted March 15, 2014 Share Posted March 15, 2014 Quitar campo "Información adicional" al crear o editar dirección. Fichero: /themes/plantilla/address.tpl Buscar esto: <p class="textarea"> <label for="other">{l s='Additional information'}</label> <textarea id="other" name="other" cols="26" rows="3">{if isset($smarty.post.other)}{$smarty.post.other}{else}{if isset($address->other)}{$address->other|escape:'html'}{/if}{/if}</textarea> </p> Y dejarlo asi: {* <p class="textarea"> <label for="other">{l s='Additional information'}</label> <textarea id="other" name="other" cols="26" rows="3">{if isset($smarty.post.other)}{$smarty.post.other}{else}{if isset($address->other)}{$address->other|escape:'html'}{/if}{/if}</textarea> </p> *} ----- Quitar del formulario de registro: Fichero: /themes/plantilla/authentication.tpl Buscar esto: <p class="textarea"> <label for="other">{l s='Additional information'}</label> <textarea name="other" id="other" cols="26" rows="3">{if isset($smarty.post.other)}{$smarty.post.other}{/if}</textarea> </p> y dejalo asi: {* <p class="textarea"> <label for="other">{l s='Additional information'}</label> <textarea name="other" id="other" cols="26" rows="3">{if isset($smarty.post.other)}{$smarty.post.other}{/if}</textarea> </p> *} ----------------Fichero: /themes/plantilla/order-opc-new-account.tpl Buscar esto: <p class="textarea is_customer_param"> <label for="other">{l s='Additional information'}</label> <textarea name="other" id="other" cols="26" rows="3"></textarea> </p> Y dejalo asi: {* <p class="textarea is_customer_param"> <label for="other">{l s='Additional information'}</label> <textarea name="other" id="other" cols="26" rows="3"></textarea> </p> *} Busca esto: <p class="textarea is_customer_param"> <label for="other_invoice">{l s='Additional information'}</label> <textarea name="other_invoice" id="other_invoice" cols="26" rows="3"></textarea> </p> Y dejalo asi: {* <p class="textarea is_customer_param"> <label for="other_invoice">{l s='Additional information'}</label> <textarea name="other_invoice" id="other_invoice" cols="26" rows="3"></textarea> </p> *} 2 Link to comment Share on other sites More sharing options...
nocturno8000 Posted March 16, 2014 Author Share Posted March 16, 2014 (edited) Quitar campo "Información adicional" al crear o editar dirección. Fichero: /themes/plantilla/address.tpl Buscar esto: <p class="textarea"> <label for="other">{l s='Additional information'}</label> <textarea id="other" name="other" cols="26" rows="3">{if isset($smarty.post.other)}{$smarty.post.other}{else}{if isset($address->other)}{$address->other|escape:'html'}{/if}{/if}</textarea> </p> Y dejarlo asi: {* <p class="textarea"> <label for="other">{l s='Additional information'}</label> <textarea id="other" name="other" cols="26" rows="3">{if isset($smarty.post.other)}{$smarty.post.other}{else}{if isset($address->other)}{$address->other|escape:'html'}{/if}{/if}</textarea> </p> *} ----- Quitar del formulario de registro: Fichero: /themes/plantilla/authentication.tpl Buscar esto: <p class="textarea"> <label for="other">{l s='Additional information'}</label> <textarea name="other" id="other" cols="26" rows="3">{if isset($smarty.post.other)}{$smarty.post.other}{/if}</textarea> </p> y dejalo asi: {* <p class="textarea"> <label for="other">{l s='Additional information'}</label> <textarea name="other" id="other" cols="26" rows="3">{if isset($smarty.post.other)}{$smarty.post.other}{/if}</textarea> </p> *} -------- -------- Fichero: /themes/plantilla/order-opc-new-account.tpl Buscar esto: <p class="textarea is_customer_param"> <label for="other">{l s='Additional information'}</label> <textarea name="other" id="other" cols="26" rows="3"></textarea> </p> Y dejalo asi: {* <p class="textarea is_customer_param"> <label for="other">{l s='Additional information'}</label> <textarea name="other" id="other" cols="26" rows="3"></textarea> </p> *} Busca esto: <p class="textarea is_customer_param"> <label for="other_invoice">{l s='Additional information'}</label> <textarea name="other_invoice" id="other_invoice" cols="26" rows="3"></textarea> </p> Y dejalo asi: {* <p class="textarea is_customer_param"> <label for="other_invoice">{l s='Additional information'}</label> <textarea name="other_invoice" id="other_invoice" cols="26" rows="3"></textarea> </p> *} hola nadie ejecute los pasos que me dijiste pero los campos siguen iguales no se quitan, que puedo hacer hola necesito tu ayuda. Edited March 22, 2014 by nocturno8000 (see edit history) Link to comment Share on other sites More sharing options...
nocturno8000 Posted March 17, 2014 Author Share Posted March 17, 2014 hola necesito ayuda alguien me puede ayudar se los agradecería. Link to comment Share on other sites More sharing options...
Rolige Posted March 17, 2014 Share Posted March 17, 2014 Elimina el cache o activa forzar la compilacion. Link to comment Share on other sites More sharing options...
nocturno8000 Posted March 22, 2014 Author Share Posted March 22, 2014 Elimina el cache o activa forzar la compilacion. hola como la configuro . hola quien me puede ayudar. Link to comment Share on other sites More sharing options...
Feliz Garcia Posted March 22, 2014 Share Posted March 22, 2014 hola como la configuro . hola quien me puede ayudar. Me cuelo por aqui: ¿Has forzado compilación en la pestaña Parametros Avanzados -> Rendimiento como te dice Cotoko? Link to comment Share on other sites More sharing options...
nocturno8000 Posted March 22, 2014 Author Share Posted March 22, 2014 hola como la configuro . hola quien me puede ayudar. Link to comment Share on other sites More sharing options...
nocturno8000 Posted March 22, 2014 Author Share Posted March 22, 2014 Me cuelo por aqui: ¿Has forzado compilación en la pestaña Parametros Avanzados -> Rendimiento como te dice Cotoko? hola feliz pero ya forzar opilación esta seleccionado dame otras opciones. Link to comment Share on other sites More sharing options...
Recommended Posts