• Resolved hwsiew

    (@hwsiew)


    Hi, is it possible to let vendor set his own feature products and display at the top of his shop page?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @hwsiew, thanks for reaching WCMp Support!!

    Currently, vendor cannot add any featured product. However, you can do a bit of custom code. Let us know if you need reference of hook/filter for this.

    Thread Starter hwsiew

    (@hwsiew)

    hi, any guide on the hook/filter?

    @hwsiew, here is the hook/filter lists :

    1. add checkbox field (for Featured) like Downloadable/Virtual by using do_action('before_wcmp_fpm_template')

    2. And save your data (feature) by using do_action('after_wcmp_fpm_meta_save', $new_product_id, $product_manager_form_data)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Feature Products by Vendors?’ is closed to new replies.