• Resolved volkklyk

    (@volkklyk)


    Is there a way of catching the total number of products found by the filter selection.
    I’ve pasted the code shown in the documentation inside of the Divi integration section (on <head>). But I am no sure what to do there.

    jQuery( document ).on( 'wpf_ajax_success', function() {
        // new products are loaded in the page. Yay!
    } );

    Also how would I be able to change the order of the products shown (order by price, popular, rating, etc) with another button.

    Currently using Divi-theme and its shop module.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi,

    Are you trying to show these (product count and product sorting): https://share.getcloudapp.com/bLuGrGBx? Currently, it is a known bug. We will fix it.

    Thread Starter volkklyk

    (@volkklyk)

    Alright, I’ll keep looking forward for the fix in an update.

    If possible, could you tell me an estimated time for the fix to drop?

    Clients are getting antsy with the project.

    Thanks for the reply.

    Thread Starter volkklyk

    (@volkklyk)

    Update: Just noticed a DOM element:

    div.wpf-search-container > p.woocommerce-result-count

    That actually shows the correct amount of products found, it has a display value of none.
    Guess I’ll have to just wait for the order fix.

    ??

    Thanks for the help.

    Plugin Author themifyme

    (@themifyme)

    Will release the update as soon we have the fix. Sorry for the inconvenience.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Product count & order’ is closed to new replies.