![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Hi, I have created a couple of comparison sets in product widgets for my sidebar to compare prices for specific Video Games.
Is there a way to have a thumbnail image of the actual game at the top of the comparison list ? Website - http://www.gamerspy.co.uk/ Comparison sets are in the right sidebar. There are 2 for Batman PS3/Xbox and 2 for Call of Duty PS3/Xbox. Thank you for your time. |
#2
|
|||
|
|||
![]() Let me tell you that your comparison sets in the sidebar look great. Not sure if an image at the top will look as good as it does now.
Because your sidebar is rather wide there will be a lot of white space around the product image unless you create your own image of course (such as your deal of the day image). You could try something like this. Code:
<table width="100%"> <tr><td> <table border="0"> <tr> <td><img src="[product.thumbnail]" border="0" alt="[product.name]"></td> </tr> </table> </td></tr> <tr><td> <table width="100%"> [compset.each] <tr> <td>[product.merchant]</td> <td>[product.currency mode='sign'][product.price]</td> <td><a href="[product.url]" class="dfbutton dfred dfsmall">Buy Now</a></td> </tr> [/compset.each] </table> </td></tr> </table> For the image you could also try the full image or add your own image URL. <img src="[product.image]" border="0" alt="[product.name]"> <img src="http://www.yourdomain.com/image.jpg" border="0" alt="[product.name]"> |
#3
|
|||
|
|||
![]() Many thanks for your reply Stefan.
You were correct the white space around the image looked awful. I have created my own images and added them with the code you provided. I'm not 100% sure i'll keep them but will leave them for now as they do catch the eye when the page loads. Would appreciate your opinion if you think they look ok or if they are too much ? Just a though for future release of datafeedr. It would be cool if a user could click on the image and the price comparson dynamically slided down or out to save space. I'm sure you have a hundred and one ideas of your own lol, so maybe something to add to your list. Thank you for your time. |
#4
|
|||
|
|||
![]() Quote:
![]() Quote:
http://www.datafeedr.com/forums/forumdisplay.php?f=69 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Embed Product Comparison Set Into Post Question | mviadam | Tips, Tricks & Tutorials | 3 | July 4th, 2011 10:03 AM |
Adding Comparison & Product Logos | merlynhs | Questions | 1 | June 26th, 2011 08:12 AM |
Sidebar widget: Featured Product image is too big | Reson8 | Problems | 1 | June 15th, 2011 10:20 AM |
Comparison Set in WP Page (non product page) not working | mfirth | Problems | 5 | April 7th, 2011 08:32 AM |
Editing the image size of the datafeedr product widget | whkchan | Questions | 1 | January 14th, 2011 12:41 PM |