Jump to content

modificar select de las tallas en producto


ditolas

Recommended Posts

Hola a todos,

estoy intentado modificar el tamaño del select del producto pero no encuentro el span en donde aparece el tamaño del select en product.tpl.

Debería de aparecer aquí :

<div class="attribute_list">
{if ($group.group_type == 'select')}
 
<select name="{$groupName}" id="group_{$id_attribute_group|intval}" class="form-control attribute_select no-print">
 
{foreach from=$group.attributes key=id_attribute item=group_attribute}
 
<option value="{$id_attribute|intval}"{if (isset($smarty.get.$groupName) && $smarty.get.$groupName|intval == $id_attribute) || $group.default == $id_attribute} selected="selected"{/if} title="{$group_attribute|escape:'html':'UTF-8'}">{$group_attribute|escape:'html':'UTF-8'}</option>
{/foreach}
</select>
 

Alguien sabe donde se modifica?

 

Hola a todos,

estoy intentado modificar el tamaño del select del producto pero no encuentro el span en donde aparece el tamaño del select en product.tpl.

Debería de aparecer aquí :

<div class="attribute_list">
{if ($group.group_type == 'select')}
 
<select name="{$groupName}" id="group_{$id_attribute_group|intval}" class="form-control attribute_select no-print">
 
{foreach from=$group.attributes key=id_attribute item=group_attribute}
 
<option value="{$id_attribute|intval}"{if (isset($smarty.get.$groupName) && $smarty.get.$groupName|intval == $id_attribute) || $group.default == $id_attribute} selected="selected"{/if} title="{$group_attribute|escape:'html':'UTF-8'}">{$group_attribute|escape:'html':'UTF-8'}</option>
{/foreach}
</select>
 

Alguien sabe donde se modifica?

post-206808-0-33678600-1402304837_thumb.png

post-206808-0-65985600-1402309140_thumb.png

post-206808-0-49927400-1402309147_thumb.png

Edited by ditolas (see edit history)
Link to comment
Share on other sites

Si , eso es lo que yo creía ,pero pruebo a modificar el tamaño del select y no hace nada ,en cambio modifico el del span y me cambia el tamaño .Asi que el que hay que modificar es el span pero no lo encuentro por ningún sitio .Sabrías decirme donde lo puedo localizar

post-206808-0-90196400-1402309167_thumb.png

post-206808-0-29246500-1402309178_thumb.png

Edited by ditolas (see edit history)
Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...