This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Post type results ordering – Missing "product"

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Post type results ordering – Missing "product"

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9880
    creativeroundcreativeround
    Participant

    General Options > Ordering > Post type results ordering list is missing “product” item. I’d like to be able to order the “product” post type, but I can’t because its not showing in this list.

    See attached image.

    Ps. AMAZING PLUGIN!! I left a 5-star review on themeforest for you guys. This is THE BEST search plugin I’ve seen. So many amazing features plus it has index generation as well! Keep up the good work.

    If you need beta testers please let me know, I’m a WooCommerce professional.

    #9882
    creativeroundcreativeround
    Participant

    I was able to fix it by modifying the file wd_post_type_sortable.class.php line 39 by changing public to “true”.

    Can we update this in the next version?

    [code]
    $ptypes = array_merge(array("post", "page"), get_post_types(array(
    "public" => true,
    "_builtin" => false
    ), "names"));
    [/code]

    #9885
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Thank you very much for the great review, I very much appreciate it!

    That is indeed the issue, it must have been changed incorrectly from the previous version by accident.
    Thank you very much for pointing it out. Of course this will be fixed within the upcoming release 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.