laravel-woocommerce icon indicating copy to clipboard operation
laravel-woocommerce copied to clipboard

Pagination

Open kingzee100 opened this issue 2 years ago • 2 comments

Is there a way included in the package to get the html of the pagination?

Thanks

kingzee100 avatar Oct 20 '21 08:10 kingzee100

https://github.com/Codexshaper/laravel-woocommerce/issues/53#issuecomment-717133803

daniieljc avatar Mar 01 '22 12:03 daniieljc

Hello @kingzee100,

Thanks for creating the issue. There is no default HTML content like laravel pagination but you can get pagination information by calling paginate method. Here is the reference

https://github.com/Codexshaper/laravel-woocommerce/blob/3fd5b47cb664cdd001cb8a6b1b2db0dddf4c7874/src/Traits/QueryBuilderTrait.php#L317

See issue no 53

maab16 avatar Aug 02 '22 19:08 maab16