scottp Posted May 5, 2009 Posted May 5, 2009 All the multi product pic contributions want to modify the Admin/Categories.php file. When I modify this line for the multi pics, the multi category stops working. Seems I can have one or the other but not both working. This is the line that is the problem: if (isset($products_image_name) && tep_not_null($products_image_name) && ($products_image_name != 'none')) { $sql_data_array['products_image'] = tep_db_prepare_input($products_image_name); } I wonder if there is a workaround? Thanks, Scott Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.