norbert Posted January 28, 2008 Share Posted January 28, 2008 hi, first of all - great work! as i am not very experienced with this programmes and as i try to find a way since many hours i would like to ask 2 questions: 1) is there a way to not only put words into the attributes? (the image possibility nowhere shows up) i will offer the same t-shirt in different colors. to give an exact description i would need not only the words red, green, blue, .... but also an color examples. a good example would be: http://www.err-ordesign.com/err-productdetail.php?productid=47 2) i can not manage to add pictures in the product description. would need it to show the different cuts and sizes of the t-shirts. thank you for the help, norbert Link to comment Share on other sites More sharing options...
wouter Posted January 28, 2008 Share Posted January 28, 2008 Hi Norbert, Regarding your first question, i dont think it is possibe to use the standard functionality to get this to work the way its works in the link you posted. However, since jquery is includes with prestashop (just activate it), it should be straight forward to build it yourself. On the jquery website (http:///www.jquery.com) you will find plenty of examples. // Wouter Link to comment Share on other sites More sharing options...
norbert Posted January 29, 2008 Author Share Posted January 29, 2008 thank you for your help! one more question: how can i activate jquery on prestashop? norbert Link to comment Share on other sites More sharing options...
wouter Posted January 29, 2008 Share Posted January 29, 2008 It is standard included in the js/jquery folder, simply add the following line to your header.tpl file: <script type="text/javascript" src="{$base_dir}js/jquery/jquery.pack.js"></script> Link to comment Share on other sites More sharing options...
norbert Posted January 30, 2008 Author Share Posted January 30, 2008 activated it but as i am not very familiar with any kind of programming i don't know what to do next. but thank you for your help. maybe anybody who uses a web shop for cloths and has an idea how to present the different colors? thank you, norbert Link to comment Share on other sites More sharing options...
wouter Posted January 30, 2008 Share Posted January 30, 2008 Why not use the attribute function of the PrestaShop? For example: t-shirt X has the following attributes: size (small, medium, large) and color (while, black) just add the attributes tot the product like this: small / white medium / white large / white small /black medium / black large / black and make sure the image of a black t-shirt is uploaded with all the black attributes. Link to comment Share on other sites More sharing options...
norbert Posted January 30, 2008 Author Share Posted January 30, 2008 thank you sooooo much! that works perfectly. i always added all colors to the attribute color at once. but never used single attributes for single colors. :-* Link to comment Share on other sites More sharing options...
Recommended Posts