Kernal Posted February 6, 2004 Share Posted February 6, 2004 Hello! Any one have any idea that how to send product image with invoice when somebody purchase any product from online store. Link to comment Share on other sites More sharing options...
♥yesudo Posted February 7, 2004 Share Posted February 7, 2004 i think: In admin/invoice.php you will need to join tables products and orders_products at products_id - to allow you to bring the images through - then you need output the images at the same time as the product is output on the invoice eg INVOICE product 1 name product 1 model product 1 price product 1 image product 2 name product 2 model product 2 price product 2 image table orders_products contains: product name product model product price amongst other things but does not contain the image thus the database table join requirement at the top. hope this helps. Your online success is Paramount. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.