eridamega Posted March 8, 2018 Share Posted March 8, 2018 Hola, cordial saludo, solicito humildemente su ayuda Estoy usando PS 1.7.3 y pregunto de que forma podría hacer que al seleccionar el color (atributo) del producto, el nombre del color aparezca al lado de la palabra color así como esta en la imagen de ejemplo. De antemano gracias por su colaboración. Link to comment Share on other sites More sharing options...
eridamega Posted April 2, 2018 Author Share Posted April 2, 2018 Alguien que ilumine este foro? Link to comment Share on other sites More sharing options...
eridamega Posted April 15, 2018 Author Share Posted April 15, 2018 (edited) Bueno me autorespondo después de buscar, probar y errar: Me funciono agregando estas líneas antes del span de cierre en /themes/classic/templates/catalog/_partials/product-variants.tpl {foreach from=$group.attributes key=id_attribute item=group_attribute}{if $group_attribute.selected}: {$group_attribute.name}{/if}{/foreach} <div class="product-variants"> {foreach from=$groups key=id_attribute_group item=group} <div class="clearfix product-variants-item"> <span class="control-label">{$group.name}{foreach from=$group.attributes key=id_attribute item=group_attribute}{if $group_attribute.selected}: {$group_attribute.name}{/if}{/foreach} {* Codigo anañadido para mostrar el color seleccionado *} </span> {if $group.group_type == 'select'} Por si alguien le sirve de ayuda. tal exista forma mas simple de hacerlo pero no manejo el tema de esta forma me funciona bien. Edited April 15, 2018 by eridamega (see edit history) 1 1 Link to comment Share on other sites More sharing options...
David Posted May 18, 2018 Share Posted May 18, 2018 Hola. He seguido los pasos que comentas y no consigo ver el nombre del color seleccionado. ¿Podrías ayudarme?. Muchas gracias Link to comment Share on other sites More sharing options...
eridamega Posted May 19, 2018 Author Share Posted May 19, 2018 hace 22 horas, David dijo: Hola. He seguido los pasos que comentas y no consigo ver el nombre del color seleccionado. ¿Podrías ayudarme?. Muchas gracias Si lo hiciste correctamente debes en rendiemiento borrar el chache Link to comment Share on other sites More sharing options...
cordelier Posted January 24, 2019 Share Posted January 24, 2019 Buenas @eridamega !! se te ocurre como puedo hacer para que esta solución pueda aplicarla solo a pantalla de escritorio? Porque de este modo edito el archivo TPL, por lo que si modifico con css para escritorio también modifico para mobil. Quisiera se se estableciera como bien lo aplicaste vos pero solo para Escritorio. Gracias! Link to comment Share on other sites More sharing options...
Carlos Hill Posted January 23, 2020 Share Posted January 23, 2020 On 4/15/2018 at 8:50 AM, eridamega said: Bueno me autorespondo después de buscar, probar y errar: Me funciono agregando estas líneas antes del span de cierre en /themes/classic/templates/catalog/_partials/product-variants.tpl {foreach from=$group.attributes key=id_attribute item=group_attribute}{if $group_attribute.selected}: {$group_attribute.name}{/if}{/foreach} <div class="product-variants"> {foreach from=$groups key=id_attribute_group item=group} <div class="clearfix product-variants-item"> <span class="control-label">{$group.name}{foreach from=$group.attributes key=id_attribute item=group_attribute}{if $group_attribute.selected}: {$group_attribute.name}{/if}{/foreach} {* Codigo anañadido para mostrar el color seleccionado *} </span> {if $group.group_type == 'select'} Por si alguien le sirve de ayuda. tal exista forma mas simple de hacerlo pero no manejo el tema de esta forma me funciona bien. Excelente alternativa, funciono a la primera!, muchas gracias! Link to comment Share on other sites More sharing options...
Mireillelahoud Posted March 21, 2020 Share Posted March 21, 2020 En 15/4/2018 a las 3:50 PM, eridamega dijo: Bueno me autorespondo después de buscar, probar y errar: Me funciono agregando estas líneas antes del span de cierre en /themes/classic/templates/catalog/_partials/product-variants.tpl {foreach from=$group.attributes key=id_attribute item=group_attribute}{if $group_attribute.selected}: {$group_attribute.name}{/if}{/foreach} <div class="product-variants"> {foreach from=$groups key=id_attribute_group item=group} <div class="clearfix product-variants-item"> <span class="control-label">{$group.name}{foreach from=$group.attributes key=id_attribute item=group_attribute}{if $group_attribute.selected}: {$group_attribute.name}{/if}{/foreach} {* Codigo anañadido para mostrar el color seleccionado *} </span> {if $group.group_type == 'select'} Por si alguien le sirve de ayuda. tal exista forma mas simple de hacerlo pero no manejo el tema de esta forma me funciona bien. Gracias!!! nunca había tocado este lenguaje antes y hoy me atreví y me funcionó!!! Mil gracias Link to comment Share on other sites More sharing options...
Juan Grijalva Posted May 14, 2020 Share Posted May 14, 2020 No se exactamente donde insertar el código podrías mostrarme, gracias Link to comment Share on other sites More sharing options...
toni_svo Posted July 1, 2020 Share Posted July 1, 2020 Hola, el codigo ya está así y no funcina. Haber si alguien me puede ayudar. Un saludo. 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