Jump to content

Product Options/Attributes


Recommended Posts

Well, apparently, the kind of shopping cart I am looking for is the one that supports product option/variation/attribute image.

I mean, when you add a product attribute, you can upload a certain thumbnail and image to it.

An example would be likes this
http://www.ninewest.com/Escher/4534364,default,pd.html?cgid=101001&itemNum=3&variantSizeClass;=&variantColor=WHIMUFB

When you click in the color image, the main image of the product changes according to the one you selected.

Open source and free plugins are preferred.

Is it possible to have it in Prestashop?

Link to comment
Share on other sites

Yes, you can create attributes as colours or textures, or as text dropdown boxes. Go to Catalog > Attributes and groups, create a new attribute group, give it a name and public name and tick "Color group", then click Save. Create an attribute, select the attribute group you created as the "Group", then enter a color keyword or hex code under "Color", or upload an image under "Texture" to display a texture image instead of a color, then click Save. Go to the "3. Combinations" tab of the product editor and use the "Product Combinations Generator" to add the attributes you created to a product.

Link to comment
Share on other sites

Yes, you can create attributes as colours or textures, or as text dropdown boxes. Go to Catalog > Attributes and groups, create a new attribute group, give it a name and public name and tick "Color group", then click Save. Create an attribute, select the attribute group you created as the "Group", then enter a color keyword or hex code under "Color", or upload an image under "Texture" to display a texture image instead of a color, then click Save. Go to the "3. Combinations" tab of the product editor and use the "Product Combinations Generator" to add the attributes you created to a product.


Thanks, I've tried it, though it appears as a drop down box. Is it possible to make the drop down box an image..? And is it possible to upload a different thumbnail and main image? Because what I want to do is to have a different thumbnail and a different corresponding main image.
Link to comment
Share on other sites

I forgot, you need to choose an attribute group in the "Color picker" dropdown at the bottom of the "3. Combinations" tab before it will display as coloured boxes instead of a dropdown.


It shows the color itself, how can I make it the same as the image?
Link to comment
Share on other sites

  • 3 weeks later...

Try changing the following CSS block in the /* product.tpl */ section of global.css:

#primary_block a.color_pick {
   display: block;
   width: 20px;
   height: 20px;
   border: 1px solid #666;
   cursor: pointer
}



Hopefully, changing the width and height from 20px to a bigger value will do what you want.

Link to comment
Share on other sites

  • 4 months later...

Hello. Sorry for my inglish, and any errors.
I also have the same problem that you discussed. But i can not fix.I read your indications, but when I load the texture attributes in the colors I see are always and only blacks (and not the color of a wood texture that should essre). And then I can not tie it to the site: that is, I have a drop down menu, but any item doc.number I change the image. What can I do? You could teach me, step by step, how to solve? thanks

Link to comment
Share on other sites

In PrestaShop v1.2.5, there was a bug where you had to specify a colour, otherwise the texture was ignored. It was fixed in v1.3, but perhaps it is causing your problem? Make sure you specify a colour like black as well as a texture.

Link to comment
Share on other sites

  • 11 months later...

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...