Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Checkout Images


surrfman

Recommended Posts

Posted

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

Posted

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 ...

Posted

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

Posted

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 ...

Posted

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

Posted

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 ...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...