S-Bay 0 Posted September 20, 2011 Hi hello all A look and read a lot of post and test some add-ons and i didn't find what i need. Im working in a 2.3 project and i need to find a way to let my customers to customize some particular product our products (but not all of my products) with a upload image (jpg,png or gif) option. And that the upload image are from some way related with that especific order. Anyone know of the existence of the add-on like this ? Anyone have this kind off option runnig in a 2.3? Tks Share this post Link to post Share on other sites
S-Bay 0 Posted September 20, 2011 (edited) i think what is need is something like : - enum field named upload (0;1) on products table - for yes or no - varchar field named upload_image on the products for the image text a if or a case on the product_info.php 0 - no field 1 - show the field php script for upload files to a past new varchar field named upload on the orders table on confirm payment send the varchar field on the products to the varchar fiel on the orders on the admin put the orders.php read the upload field if exist the admin read the orders with the new field with a link to get it any one?? Edited September 20, 2011 by S-Bay Share this post Link to post Share on other sites