Guest Posted April 3, 2008 Posted April 3, 2008 hi guys, i just discovered a very simple way (cant believe i didnt think of it earlier :blush: lol) to add extra images to you're product info pages... now they are not clickable at this time... just fixed images. (but later either me if i have the time to work it out or someone who knows what they are doing might add the function later on) its soooooo simple i bet you will kick yourself... (i'm using it to add colour samples so people can see them and then use the normal attributes drop down menu to select the colour name to match the picture) go to admin >> the categories and add a product as usual. When you get to product description simply add <img src="*****add link to the image here******" border="0"> you can change the border to whatever number by replacing the zero and it will add a simple black border around the image or leave as zero to have no border. now for those of you interested in a pop up function here........ i do have this popup window script i added for a size chart in the exact same spot as the image code... maybe it can be played around with ;) <script language="javascript" type="text/javascript"> <!-- function popitup(url) { newwindow=window.open(url,'name','height=400,width=430,scrollbars=yes'); if (window.focus) {newwindow.focus()} return false; } // --> </script> <a href="***add link here to page/image****" onclick="return popitup('***add link here to page/image****')" >***add link name here i.e: click here to enlarge black tshirt***</a> i have marked everything that needs you're own changes with *** on either side... remove ALL *** and whats in between and add needed parts..... dont change much else unless you know what you're doing ;) as this was a little trick i learn't from research trial and error i thought to share it but i cant be held liable for anything that goes wrong guys...... just trying to help out... seems a little quiet with responces these days to newbie questions... so i am trying hard to work outside the box as not too many of my posts have been responded too... maybe too noob for most :unsure: ... ah well so when i find some alternative i'm posting it it may or may not help you out of a jam ;) good luck with all you're stores! kel
Guest Posted April 3, 2008 Posted April 3, 2008 and isnt this a classic after days of pulling my hair out and working it out the hard way... i just stumbled on this...... may explain it better lol http://www.oscommerce.com/community/contri...arch,pic+resize
Recommended Posts
Archived
This topic is now archived and is closed to further replies.