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

Pagination

Open raphyabak opened this issue 2 years ago • 3 comments

Pagination method returning Exception: Undefined array key "X-WP-Total";

raphyabak avatar Jan 11 '23 00:01 raphyabak

Same problem

ohmydevops avatar Mar 05 '23 11:03 ohmydevops

Solved @raphyabak https://github.com/Codexshaper/laravel-woocommerce/issues/92#issuecomment-1290321727

ohmydevops avatar Mar 05 '23 11:03 ohmydevops

I solved this by adding the following line to the .env file: WOOCOMMERCE_WP_HEADER_TOTAL='x-wp-total' WOOCOMMERCE_WP_HEADER_TOTAL_PAGES='x-wp-totalpages'

hope it helps

marcello-fanatic avatar Aug 22 '23 15:08 marcello-fanatic