Your cart is currently empty!
Groups plug-in
—
by
Hi there
I have a question about the Group plug-in. When I used Groups with Woocommerce, it shows the duration on the Woocommerce product price, e.g. if membership has 3 months, then it will show “$99.99 for 3 months”
Is there a way to remove that “for 3 months”?
thanks
Posted in Groups Import Export
Comments
One response to “Groups plug-in”
Hi Afaq,
you could remove the filter adding this code in your functions.php child theme file.
remove_filter( 'woocommerce_get_price_html', 'Groups_WS_Product::woocommerce_get_price_html' );
Kind Regards,
Antonio B.