Welcome Guest, Not a member yet? Register   Sign In
insert batch with group checkbox
#7

If you have this:

PHP Code:
<input type="checkbox" name="preview[]" value="<?= $product->id ?>"/> 


then in your controller you would do


PHP Code:
foreach($this->request->getPost('preview) as $key => $product_id {
  // Your code for that product here, because your $_POST['
preview'] only has the selected products

Website: marcomonteiro.net  | Blog: blog.marcomonteiro.net | Twitter: @marcogmonteiro | TILThings: tilthings.com
Reply


Messages In This Thread
insert batch with group checkbox - by eleumas - 07-02-2020, 02:03 AM
RE: insert batch with group checkbox - by eleumas - 07-02-2020, 07:19 AM
RE: insert batch with group checkbox - by eleumas - 07-02-2020, 12:36 PM
RE: insert batch with group checkbox - by marcogmonteiro - 07-03-2020, 01:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB