ce7 Posted August 22, 2020 Share Posted August 22, 2020 Hi, I have phoenix 1075 version, the admin/categories.php has code for browse image and select then you can save the product image. echo tep_draw_input_field('products_image', '', 'id="pImg"', 'file', null, 'class="form-control-input"'); echo '<label class="custom-file-label" for="pImg">' . $pInfo->products_image . '</label>'; if i have the images list as dropdown menu, code as below, how can i modify the code below to make the selected image file been saved? echo tep_draw_pull_down_menu('products_image', $drop_array2, 'id="pImg2"'); thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.