Bug report for post per page | WCFM Marketplace
-
I have found a believed-to-be bug in WCFM Marketplace store page product listing.
For instance, I set post per page globally: Marketplace > Settings > Marketplace Settings > Post per page: 30
And I haven’t set individual shop post per page. For instance, I go to a Shop A and confirm it shows 30 (following the global settings).
But in the frontend, it is still displaying 10 products per page.
Then I go to core/class-wcfmmp-rewrite.php line 535 to var_dump the result.
var_dump($global_store_ppp); // gives 30
var_dump($store_info[‘store_ppp’]); // gives 10 (it is confirmed to be 30 in store settings but it still gives 10)As a result, it always stick to 10 products / page.
Hope you could resolve it.
Thanks a lot for your effort!
- The topic ‘Bug report for post per page | WCFM Marketplace’ is closed to new replies.