gr_fenix Posted February 18, 2015 Posted February 18, 2015 (edited) Hola, Como puedo modificar Vista rapida - Quick view en 1.6? Gracias Edited February 19, 2015 by gr_fenix (see edit history) Share this post Link to post Share on other sites More sharing options...
ventura Posted February 18, 2015 Posted February 18, 2015 Que tipo de modificacion tienes que hacer Share this post Link to post Share on other sites More sharing options...
gr_fenix Posted February 19, 2015 Posted February 19, 2015 Hola Venetura, Quiero modificar el pop up de Vista Rápida. Exactamente los textos: Total productos: (IVA incluido) Total envío: (sin IVA) Total (IVA incluido) Ya que me concatena "Total" con "(IVA incluido)". A través de traducciones no puedo cambiarlo. Por este motivo quiero editar el propio TPL pero creo que en este caso va por Ajax. Adjunto archivo. Gracias Share this post Link to post Share on other sites More sharing options...
ventura Posted February 19, 2015 Posted February 19, 2015 (edited) El codigo de la parte correspondiente a la ventana modal esta en el archivo themes\default-bootstrap\modules\blockcart\blockcart.tpl a partir de la linea 200 aproximadamente Edited February 19, 2015 by ventura (see edit history) Share this post Link to post Share on other sites More sharing options...
gr_fenix Posted February 19, 2015 Posted February 19, 2015 Perfecto solucionado! Edito l título Share this post Link to post Share on other sites More sharing options...
jjryeste Posted April 17, 2016 Posted April 17, 2016 Hola, ami me suicede que el modulo comnetario de los productos me descofigura la ventana quickview , es psosible deshabilitar en la ventana productcomment, Gracias Share this post Link to post Share on other sites More sharing options...
oscar129 Posted March 15, 2017 Posted March 15, 2017 Buenas Tardes Comentarle que yo hize de todo lo que pille.. y nada siempre salia el texto quick view en la pagina de portada.. pero pude solucionarlo.. me entre al modulo y en su carpeta de translation .. modifique el archivo "es".. estaba vacio el archivo.. tons lo copie de otro idioma y remplaze .. <?php global $_MODULE; $_MODULE['<{spsupercategory}sp_matrix>default_items_638f592f71fc3fac3351534e69f9d29f'] = 'añadir a Carrito';// Add to Cart $_MODULE['<{spsupercategory}sp_matrix>default_items_7f5508c884f40e3378895c83d99cbbd3'] = 'Añadir a comparar';// Add to Compare $_MODULE['<{spsupercategory}sp_matrix>default_items_70f23ff594252e51839210b6cc9641fc'] = 'Vista Rapida';// Quick View $_MODULE['<{spsupercategory}sp_matrix>default_items_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuevo';// New $_MODULE['<{spsupercategory}sp_matrix>default_items_v2_638f592f71fc3fac3351534e69f9d29f'] = 'añadir a Carrito';// Add to Cart $_MODULE['<{spsupercategory}sp_matrix>default_items_v2_7f5508c884f40e3378895c83d99cbbd3'] = 'Añadir a comparar';// Add to Compare $_MODULE['<{spsupercategory}sp_matrix>default_items_v2_70f23ff594252e51839210b6cc9641fc'] = 'Vista Rapida';// Quick View $_MODULE['<{spsupercategory}sp_matrix>default_items_v2_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuevo';// New $_MODULE['<{spsupercategory}sp_matrix>default_items_v3_638f592f71fc3fac3351534e69f9d29f'] = 'añadir a Carrito';// Add to Cart Share this post Link to post Share on other sites More sharing options...
Recommended Posts