Open raphyabak opened 1 year ago
Pagination method returning Exception: Undefined array key "X-WP-Total";
Same problem
Solved @raphyabak https://github.com/Codexshaper/laravel-woocommerce/issues/92#issuecomment-1290321727
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'
WOOCOMMERCE_WP_HEADER_TOTAL='x-wp-total' WOOCOMMERCE_WP_HEADER_TOTAL_PAGES='x-wp-totalpages'
hope it helps
Pagination method returning Exception: Undefined array key "X-WP-Total";