yenchan Posted May 31, 2010 Share Posted May 31, 2010 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 thishttp://www.ninewest.com/Escher/4534364,default,pd.html?cgid=101001&itemNum=3&variantSizeClass;=&variantColor=WHIMUFBWhen 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 More sharing options...
rocky Posted June 1, 2010 Share Posted June 1, 2010 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 More sharing options...
yenchan Posted June 1, 2010 Author Share Posted June 1, 2010 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 More sharing options...
rocky Posted June 1, 2010 Share Posted June 1, 2010 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. Link to comment Share on other sites More sharing options...
yenchan Posted June 1, 2010 Author Share Posted June 1, 2010 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 More sharing options...
rocky Posted June 1, 2010 Share Posted June 1, 2010 You need to upload texture images like at the top of the site you mentioned. Link to comment Share on other sites More sharing options...
yenchan Posted June 18, 2010 Author Share Posted June 18, 2010 Thank you! It worked! Now, how do I change the size of the texture thumbnails..? Because I want it larger than 20pixels... Link to comment Share on other sites More sharing options...
rocky Posted June 18, 2010 Share Posted June 18, 2010 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 More sharing options...
Caraffo Posted October 25, 2010 Share Posted October 25, 2010 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 More sharing options...
Caraffo Posted October 25, 2010 Share Posted October 25, 2010 Sorry for my english Link to comment Share on other sites More sharing options...
rocky Posted October 25, 2010 Share Posted October 25, 2010 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 More sharing options...
yuriix Posted October 10, 2011 Share Posted October 10, 2011 Hi. Almost exactly what I was looking for. Just wondering how it could make a choice of textures on the page with the products (category listening). How's it going to do? also i want feature to zoom the color / texture Sorry for my English edit: i use color zoom texture module and it works awesome! 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