Jump to content

Edit History

Kharding

Kharding

Edit /themes/child_classic/templates/catalog/_partials/product-variants.tpl

Change line 45

<input class="input-color" type="radio" data-product-attribute="{$id_attribute_group}" name="group[{$id_attribute_group}]" value="{$id_attribute}"{if $group_attribute.selected} checked="checked"{/if}>

to

<input class="input-color" type="radio" data-product-attribute="{$id_attribute_group}" name="group[{$id_attribute_group}]" value="{$id_attribute}"{if $group_attribute.selected} checked="checked"{/if} title="{$group_attribute.name}">

 

Kharding

Kharding

Edit /themes/child_classic/templates/catalog/_partials/product-variants.tpl

Change line 45

<input class="input-color" type="radio" data-product-attribute="{$id_attribute_group}" name="group[{$id_attribute_group}]" value="{$id_attribute}"{if $group_attribute.selected} checked="checked"{/if}>

to

<input class="input-color" type="radio" data-product-attribute="{$id_attribute_group}" title="{$group_attribute.name}" value="{$id_attribute}"{if $group_attribute.selected} checked="checked"{/if}>

 

×
×
  • Create New...