Jump to content

[SOLVED] Highlight variants


Recommended Posts

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 by antares62 (see edit history)
Link to comment
Share on other sites

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

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

post-254452-0-43867500-1341306417_thumb.jpg

post-254452-0-33743000-1341306432_thumb.jpg

Link to comment
Share on other sites

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

×
×
  • Create New...