• krisel

    (@krisel)


    Hello

    How can I hide the price of the woocommerce-products in the live search?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Alkaweb

    (@alkaweb)

    Hello,

    We’ll make that available in the next version ?? If you’ve PHP skills I can guide you to get it done now.

    We will add a filter with this signature:

                   /**
    	         * Filter the item's extra cpontent depending on the type
    	         *
    	         * @param $title
    	         * @param $id
    	         * @param $type
    	         * @since 1.1.7
    	         */
    	        $extra = apply_filters('eonet_search_item_extra', $extra, $id, $type);

    Update is coming next week. The title is in the $extra variable.

    Please let me know if you need more details.

    • This reply was modified 6 years ago by Alkaweb.
    Thread Starter krisel

    (@krisel)

    Has the update been delayed? Still waiting ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide price for woocommerce-products’ is closed to new replies.