Jump to content

input color


ilario

Recommended Posts

mi rispondo da solo magari servirà a qualcuno

 

nel file custom.js

 

aggiungere

 /* funzione poperover per attributi**/
$('input[rel=popover]').popover({
  html: true,
  trigger: 'hover',
  placement: 'bottom',
  content: function(){return '<img src="'+$(this).data('img') + '" />';}
});

e nel file product-variants.tpl

 

  

sostituire la riga <input class="input-color"

 <input rel="popover" data-title="{$colors.$id_attribute.name|escape:'html':'UTF-8'}" data-img="{$group_attribute.texture}" class="input-color" type="radio"  data-product-attribute="{$id_attribute_group}" name="group[{$id_attribute_group}]" value="{$id_attribute}" title="{$colors.$id_attribute.name|escape:'html':'UTF-8'}"  {if $group_attribute.selected} checked="checked"{/if}>

          ciao a tutti

ilario

Link to comment
Share on other sites

ho però due piccoli problemi

 

1 l'hover non è intero sulla casellina del colore , sono nella parte alta del quadretto

 

2 se clicco sul colore il poperover si blocca e non ricompare più

sapreste consigliarmi cosa fare per cortesia

 

grazie mille

ilario

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...