iurisampaio Posted January 30, 2009 Posted January 30, 2009 On catalog admin section i am not able to delete a product if i search for it and try to delete, However if i manually search and locate the product and hit to delete it. it does delete properly the product. The weird thing is that it doesn't happen with all the products, only a few. I already checked if it was some special character and it isn't. Plus, it's not reasonable. since i can easily delete the product if i do it manually. One thing i realized is the delete confirmation box in the top right side changes among both ways. 1. if i proceed to delete using search, the delete portlet doesn;t have the category checkbox . It is totally clean with just the confirmation question and the buttons. 2. if i proceed to delete the product manually searching, the delete confirmation portlet does have more features about the product such as Title and category that it belongs to Has anyone already faced this nonsense problem? cheers,
iurisampaio Posted January 30, 2009 Author Posted January 30, 2009 On catalog admin section i am not able to delete a product if i search for it and try to delete, However if i manually search and locate the product and hit to delete it. it does delete properly the product. The weird thing is that it doesn't happen with all the products, only a few. I already checked if it was some special character and it isn't. Plus, it's not reasonable. since i can easily delete the product if i do it manually. One thing i realized is the delete confirmation box in the top right side changes among both ways. 1. if i proceed to delete using search, the delete portlet doesn;t have the category checkbox . It is totally clean with just the confirmation question and the buttons. 2. if i proceed to delete the product manually searching, the delete confirmation portlet does have more features about the product such as Title and category that it belongs to Has anyone already faced this nonsense problem? cheers, So far, I debugged admin/categories.php and found the piece of code related to the issue admin/categories.php line 1015 . , , case 'delete_product': $heading[] = array('text' => '<b>' . TEXT_INFO_HEADING_DELETE_PRODUCT . '</b>'); echo $action."<br>";echo $page."<br>";echo $cPath."<br>";echo $pID."<br>";echo $osCAdminID."<br>"; $contents = array('form' => tep_draw_form('products', FILENAME_CATEGORIES, 'action=delete_product_confirm&page='.$page.'&cPath=' . $cPath) . tep_dra\ w_hidden_field('products_id', $pInfo->products_id)); . . . somehow when i come from searching a product, and press delete product in the box on the right, the product ID is not hold through the links. So the item gets lost and the delete_product_confirm becomes unable to actaully delete the product any ideas how to solved that? any
Recommended Posts
Archived
This topic is now archived and is closed to further replies.