laravel-woocommerce
laravel-woocommerce copied to clipboard
Product::where() should reset $page set by Product::paginate()
Product::where() should reset any $page set by Product::paginate($num, $page)
Apparently a workaround is to do:
Product::options(['page' => 1])->where()