editorstefan Posted January 7, 2015 Share Posted January 7, 2015 (edited) Hello! I want to create a separate product for each attribute of a product. How can i create this? This is something that Prestashop really needs, alot stores use this. Goal: Display all the combinations in the product list (can be done with guide below) But still be able to use stock I use this solution now, but it creates different products and therefore the stock must be handled manually. - Create 1 product for each color. (Or duplicate and just change the color). - Remove the ID from product url, using this guide. - When user clicks on any of them, he will get to the first one (since them all have same link). - Now you just add all attributes to the 1st product This will create: Product 1 (Green, Blue, Red) <- They will all link to this product. Product 2 (Blue) Product 3 (Red) Edited January 7, 2015 by editorstefan (see edit history) Link to comment Share on other sites More sharing options...
editorstefan Posted January 8, 2015 Author Share Posted January 8, 2015 Is there any intrest for this? If you are intressted please make a post and spread the awareness. Anyone got any idea how to do this? Link to comment Share on other sites More sharing options...
Richard S Posted January 11, 2015 Share Posted January 11, 2015 Why this functionality would be needed at all? Link to comment Share on other sites More sharing options...
WarVermicelli Posted January 11, 2015 Share Posted January 11, 2015 (edited) I'm soo interested in this!! Need this urgently! Edited January 11, 2015 by WarVermicelli (see edit history) Link to comment Share on other sites More sharing options...
editorstefan Posted January 12, 2015 Author Share Posted January 12, 2015 Why this functionality would be needed at all? In order to show all colors as product on product-list page. 1 Link to comment Share on other sites More sharing options...
WarVermicelli Posted January 12, 2015 Share Posted January 12, 2015 Exactly. Best example for me is superdry. Check it out: www.superdry.com on the category page, you can see every product, but when you choose one, you can choose between the color options. Link to comment Share on other sites More sharing options...
WarVermicelli Posted January 12, 2015 Share Posted January 12, 2015 (edited) I found a different solution for this: I create every combination as a single product(Shirt red, shirt blue, shirt yellow...) Then I combine the products as accessories. With the Modul Accessoires by presto changeo you can display the accessories in a better place. Some coding, some css work and it looks like this: https://www.dropbox.com/s/rfagq426hao4mcl/accessoires.jpg?dl=0 Edited January 12, 2015 by WarVermicelli (see edit history) Link to comment Share on other sites More sharing options...
editorstefan Posted January 12, 2015 Author Share Posted January 12, 2015 I found a different solution for this: I create every combination as a single product(Shirt red, shirt blue, shirt yellow...) Then I combine the products as accessories. With the Modul Accessoires by presto changeo you can display the accessories in a better place. Some coding, some css work and it looks like this: https://www.dropbox.com/s/rfagq426hao4mcl/accessoires.jpg?dl=0 That was a creative solution! But then the website must load each time you choose different color. Exactly. Best example for me is superdry. Check it out: www.superdry.com on the category page, you can see every product, but when you choose one, you can choose between the color options. Yeah exactly, that was good example! Link to comment Share on other sites More sharing options...
editorstefan Posted January 20, 2015 Author Share Posted January 20, 2015 Could anyone help with this? What files should be edited? Link to comment Share on other sites More sharing options...
Richard S Posted January 20, 2015 Share Posted January 20, 2015 I have tried to implement this functionality in some earlier versions. You need to override and modify all SQLs which selects products in category list.The views and controllers are pretty much the same. You will need an advance knowledge of SQL. Link to comment Share on other sites More sharing options...
editorstefan Posted January 20, 2015 Author Share Posted January 20, 2015 I have tried to implement this functionality in some earlier versions. You need to override and modify all SQLs which selects products in category list. The views and controllers are pretty much the same. You will need an advance knowledge of SQL. Thanks for your reply! Well, i only got basic knowledge, so i guess i would have to hire someone. But the intresst for this is high, so creating a module for sale wouldnt be a bad idea. Link to comment Share on other sites More sharing options...
WarVermicelli Posted January 20, 2015 Share Posted January 20, 2015 Could anyone help with this? What files should be edited? For what exactly? Link to comment Share on other sites More sharing options...
editorstefan Posted January 20, 2015 Author Share Posted January 20, 2015 For what exactly? Goal: Display all the combinations in the product list as seperate product. But still be able to use stock management. Link to comment Share on other sites More sharing options...
WarVermicelli Posted January 20, 2015 Share Posted January 20, 2015 Well you can find two solutions in this thread, which are not the best, but kind of work. With the Accessoires modul, you can use stock management, but as said, But then the website must load each time you choose different color. A real solution for this, should come from the Shop itself. In List or grid mode, you should have the option what to show. If the shop can scan a category for each product and show it, then it should be able to scan for each color combination and show it as single product. In the new presta version the shop is able to show color combinations when you hover over the product image in grid view. Based on this, creating a new pictured link for over color should not be that hard... If I just would be able to code... Link to comment Share on other sites More sharing options...
editorstefan Posted February 10, 2015 Author Share Posted February 10, 2015 Could someone help me by telling how it scans for porducts? I mean how does it create each product in front office? Then maybe i can start play with some code and hopefully find a solution. Link to comment Share on other sites More sharing options...
dskarbek Posted April 9, 2015 Share Posted April 9, 2015 Hi, I found this module. Maybe it will help. I am waiting for response from developers, if I will get the answer I will install it and put some information here... Best regards, Darek Link to comment Share on other sites More sharing options...
sandrosama Posted May 12, 2015 Share Posted May 12, 2015 Hi, I found this module. Maybe it will help. I am waiting for response from developers, if I will get the answer I will install it and put some information here... Best regards, Darek any updates on the module? Link to comment Share on other sites More sharing options...
nmammeri Posted July 18, 2015 Share Posted July 18, 2015 Hi Guys This module does exactly what you're looking for. http://addons.prestashop.com/en/front-office-features-prestashop-modules/20113-color-as-product.html Hope this helps 1 Link to comment Share on other sites More sharing options...
psyho997 Posted February 12, 2016 Share Posted February 12, 2016 The last 2 links are taking me nowhere. Does anyone have any update regarding the problem ? Link to comment Share on other sites More sharing options...
babymaxi Posted February 19, 2016 Share Posted February 19, 2016 I'm also looking for this option/module ... any smart developer out there could sell this module like hot cakes Link to comment Share on other sites More sharing options...
Pachis Posted February 27, 2016 Share Posted February 27, 2016 One more here searching for this funcionality. It would be great for a lot of shops to show products as combinations/variations of another product. Link to comment Share on other sites More sharing options...
trevorgilligan Posted April 23, 2016 Share Posted April 23, 2016 hi folks, are there modules that do this: im looking for a sitemap to be generated for combinations / attributes. e.g. sitemap doesnt just have product name. like this: https://abc.com/cat/productName.html but if 3 attributes , site map should have: https://abc.com/cat/productName.html#/attributeName-value https://abc.com/cat/productName.html#/attributeName-value2 https://abc.com/cat/productName.html#/attributeName-value3 do any modules do this? thank you Link to comment Share on other sites More sharing options...
chemocycling Posted July 15, 2016 Share Posted July 15, 2016 I am also looking for this option/module... anybody find a solution ? Link to comment Share on other sites More sharing options...
Timpet Posted October 21, 2016 Share Posted October 21, 2016 Found this: http://addons.prestashop.com/en/20451-products-by-attributes.html 2 Link to comment Share on other sites More sharing options...
Richard S Posted October 24, 2016 Share Posted October 24, 2016 I would suggest also thinking about another module which you can found here: http://www.presto-changeo.com/en/attribute-modules/59-product-list-attributes.html Link to comment Share on other sites More sharing options...
nekromantik Posted March 22, 2019 Share Posted March 22, 2019 What about this module? https://addons.prestashop.com/en/combinaisons-customization/41032-normal-products-as-combinations.html 1 1 Link to comment Share on other sites More sharing options...
Sorin M Posted March 12, 2020 Share Posted March 12, 2020 On 3/23/2019 at 12:56 AM, nekromantik said: What about this module? https://addons.prestashop.com/en/combinaisons-customization/41032-normal-products-as-combinations.html Thank you for this example! It looks like what wee need BUT there are no FO demo neither BO Link to comment Share on other sites More sharing options...
alfa33 Posted March 12, 2020 Share Posted March 12, 2020 (edited) hi guys i have a little problem with some product pages and category pages . https://eshop.bennu.ir/search?controller=search&orderby=position&orderway=desc&search_query=lcd&submit_search= as u see there is a disorder in products and i dont know how to fix this i think it's because of too long product name . it would be great if you help me with this thanks alot Edited March 12, 2020 by alfa33 (see edit history) Link to comment Share on other sites More sharing options...
Sorin M Posted March 13, 2020 Share Posted March 13, 2020 16 hours ago, alfa33 said: hi guys i have a little problem with some product pages and category pages . https://eshop.bennu.ir/search?controller=search&orderby=position&orderway=desc&search_query=lcd&submit_search= as u see there is a disorder in products and i dont know how to fix this i think it's because of too long product name . it would be great if you help me with this thanks alot This is not related with this topic BUT, as you can see in the picture if you remove that padding it will go up. Link to comment Share on other sites More sharing options...
alfa33 Posted March 15, 2020 Share Posted March 15, 2020 ok thanks alot 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