laravel-woocommerce
laravel-woocommerce copied to clipboard
It seems that header total and page variables have changed
Old conf:
WOOCOMMERCE_WP_HEADER_TOTAL="X-WP-Total" WOOCOMMERCE_WP_HEADER_TOTAL_PAGES="X-WP-TotalPages"
New conf:
WOOCOMMERCE_WP_HEADER_TOTAL="x-wp-total" WOOCOMMERCE_WP_HEADER_TOTAL_PAGES="x-wp-totalpages"
If it changed by original package then you can use it like above.
Yep, I configured like that and I am using like that. Maybe we or I should make pull request in default config file, to change these deafult variables? Then the package works out of the box.
I think there isn't need to change the default functionality but I'll check deeply and update it in next release.