Forums Forums Search & Filter Pro Woocommerce Product Variations

Viewing 4 posts - 11 through 14 (of 14 total)
  • Anonymous
    #14422

    another small improvement https://gist.github.com/4ddf5cf2fc360f42200f

    and here is a plugin to save product attribute also as a post meta, this way they are all searchable with any option from your plugin
    https://gist.github.com/a059762c8b3f0f702c60

    I only need your help to move my code from your plugin to this external plugin using wordpress filters, this way my client will be able to update your plugin, and you can give this plugin to your other client which had problems with product variations

    Ross Moderator
    #14431

    Wow thanks! I haven’t had a chance to go through it properly but it certainly looks good for now,

    Give me a bit of time to review it, if its a case of adding in some extra hook for you so you can modify the query then I’ll gladly add it 🙂

    Thanks

    Anonymous
    #14502

    Ok, a hook will be perfect, thank you very much.

    In the meanwhile I’ve done some other improvements:

    Avoid query for range slider defaults, line 413 415
    https://gist.github.com/kesy85/7cf9ba09d0cd216f7510

    Another fix to product variation queries (duplicated group by ID error on sorted queries)
    https://gist.github.com/kesy85/d2a5a23add277393fa9a

    Ross Moderator
    #14507

    Again thanks! It rare to find someone who is actually comfortable editing both back end and front end, and then shares all the code 🙂

    Still need to go through all this but looks great!

Viewing 4 posts - 11 through 14 (of 14 total)