Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter thestonehouseofcampbellville

    (@thestonehouseofcampbellville)

    Hi,

    Thanks for getting back to me. Yes products Per Page works fine when the filter is not active (ie. on “shop/page/2/” like pages). I have tried both GET and POST, no change.

    I think the solution is for me to try and dig into the MDTF documentation and try to figure it out. I’ve run through your plugin code and it should be working but MDTF seems to be the issue (ie. incompatible). My feeling is that MDTF is using a higher priority set of the products per page (or is somehow blocking/neutralizing PPP).

    The results_per_page seem to be captured with this snippet (in views/settings.php).

    <input type=”text” class=”regular-text”
    value=”<?php echo(isset($data[‘results_per_page’]) ?
    $data[‘results_per_page’] : 0) ?>” name=”meta_data_filter_settings[results_per_page]”>

    I will dig into the code further and will see if I can make sense of it. Thank you for your help.
    Jamie

Viewing 1 replies (of 1 total)