ilario Posted October 4, 2017 Share Posted October 4, 2017 cioa a tutti dite che è possibile mettere un tooltip su attributi colori contenente il nome del colore e immagine ingrandita del colore? grazie mille Ilario Link to comment Share on other sites More sharing options...
ilario Posted October 4, 2017 Author Share Posted October 4, 2017 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 More sharing options...
ilario Posted October 5, 2017 Author Share Posted October 5, 2017 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 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