lat9 / edit_orders

Edit Orders: Updates for continued operation on Zen Cart v1.5.8 and later
GNU General Public License v2.0
5 stars 9 forks source link

request for hidden field containing products_id #206

Closed proseLA closed 2 years ago

proseLA commented 3 years ago

https://github.com/lat9/edit_orders/blob/d23e4a09044767312085cefaa93cb0506cc572a0/YOUR_ADMIN/includes/modules/edit_orders/eo_edit_action_display.php#L373-L374

can between these 2 lines we add (although location is not important):

echo zen_draw_hidden_field('update_products[' . $orders_products_id . '][products_id]', $order->products[$i]['id']);

having the products_id associated with the post of update_products would be a big help.