surrfman Posted November 28, 2011 Posted November 28, 2011 Would like to add the purchased product's image to the product text descrcription in the OPC checkout page, any idea on how to make it happen? Thanks Much, Timmy C
♥Monika in Germany Posted November 28, 2011 Posted November 28, 2011 as each product is displayed from a loop, and the query gets this loop including the products_id, you can certainly add a query for each item to get the products image from the products table and then dispaly it. You will need some coding experience (database + php + html/css) to do this. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
surrfman Posted November 28, 2011 Author Posted November 28, 2011 I do have some experience on all noted code disciplines. Looking for the idea of which codes to attack, which your reply sets my inventive genius into motion. From what i've deduced, there are mutliple files requiring code adjustments. Wondering which files I need to attack to accomplish the desired resultant? Would you know? Thanks, Timmy C
♥Monika in Germany Posted November 28, 2011 Posted November 28, 2011 normally, you'd only need to change the page where you want to display the image. alternatively, you can change the query where the loop is created, or create a function in general.php that you will be able to reuse. your choice. one of the last 2 options is the one I'd use myself after doing some codereading ... :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
surrfman Posted November 28, 2011 Author Posted November 28, 2011 there ya go... thanks a bunch Monika! Any snow over there yet? I'm north of Detroit an hour, nothing yet, been having wonderful way above normal 16C temps! Timmy C
♥Monika in Germany Posted November 28, 2011 Posted November 28, 2011 you're welcome! Frankfurt/Germany has no snow yet ... THANK GOD!!!! :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
OSC-Sevilla Posted November 28, 2011 Posted November 28, 2011 would like to see a screen shot of this concept at work.....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.