antares62 Posted July 2, 2012 Share Posted July 2, 2012 (edited) Hello sorry my bad english, I'm using the google translator I need to know if there is a way to highlight an article that contains variations, because along with the articles "Normal" is not recognized well. It could also serve as a module that has the drop down box (combo box) out of the product, but it is free thank you very much Paul Ciao scusate il mio cattivo inglese, sto usando il traduttore di google Avrei bisogno di sapere se c'è un modo per mettere in evidenza un articolo che contiene le varianti, perchè insieme con gli articoli "Normali" non si riconosce bene. Potrebbe servire anche un modulo che abbia la tendina di selezione (combo box) fuori dal prodotto, ma che sia libero Grazie mille Paolo Hello sorry my bad english, I'm using the google translator I need to know if there is a way to highlight an article that contains variations, because along with the articles "Normal" is not recognized well. It could also serve as a module that has the drop down box (combo box) out of the product, but it is free thank you very much Paul Ciao scusate il mio cattivo inglese, sto usando il traduttore di google Avrei bisogno di sapere se c'è un modo per mettere in evidenza un articolo che contiene le varianti, perchè insieme con gli articoli "Normali" non si riconosce bene. Potrebbe servire anche un modulo che abbia la tendina di selezione (combo box) fuori dal prodotto, ma che sia libero Grazie mille Paolo Edited July 4, 2012 by antares62 (see edit history) Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 2, 2012 Share Posted July 2, 2012 Hi Paolo, You may want to look into our built-in Combinations Generator. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
antares62 Posted July 2, 2012 Author Share Posted July 2, 2012 Hello Mike Thank you very much, but it was not what I wanted. My goal is to raise the visibility of a product that contains a version without having to go into it to find out. From the list of products have to distinguish a product with the variant, compared to a product without the variant. Thanks again Mike Paul Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 2, 2012 Share Posted July 2, 2012 Hi Paul, I apologize, I'm not sure I'm understanding what you're looking for here. Can you please post a link to another site that utilizes this currently? -Mike Link to comment Share on other sites More sharing options...
antares62 Posted July 3, 2012 Author Share Posted July 3, 2012 Hello Mike I do not know where to look for an image on another site, but I can create one for you to get an idea. See the first picture you can see which combinations of these products (attributes)? They are all the same: ( Well, I want to emphasize that the product has variants. See the second image. I inserted a text or combo list on the product to make it clear that it is a variant. I hope I explained myself better this time thanks Mike I'm sorry for the translation Paul Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 3, 2012 Share Posted July 3, 2012 Hi Paul, In that case, I think this module is just what you're looking for. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
antares62 Posted July 3, 2012 Author Share Posted July 3, 2012 Hello Mike I had already seen that module and I would have preferred it free Thanks anyway. You were very kind and helpful. I think I've solved very easily by adding the code in product_list.tpl. In this way I do see a little message "Manufactured with variations." If it can be helpful, the lines of code to be inserted under <p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}.......................... {* my code *} {if ($product.id_product_attribute <> 0)} </br> <span class="class_name">{l s='ARTICOLO CON VARIANTI'}</span> {/if} Of course we need to create a class inside the file product_list.css and format text as desired. thanks again Paolo Link to comment Share on other sites More sharing options...
Recommended Posts