Hi wplms
I have combined various contents related to music and made them into a woo-commerce products.
- 'SUBSCRIPTION FOR' deleted
It is already marked PER 30 DAYS at the top, so it is messy if 'SUBSCRIPTION FOR 4 weeks, 2 days' is duplicated and introduced again. So, I want to delete 'SUBSCRIPTION FOR weeks, day'
https://prnt.sc/n24rsd
https://www.dramalanguage.com/product/music/
please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :
add_action('init',function (){
$actions = BP_Course_Action::init();
remove_filter( 'woocommerce_get_price_html', array($actions,'course_subscription_filter'),100,2 );
});
The code you told me won't work. Please tell me another code.
That is strange .
please share your site url , admin credentials and valid ftp credentials in private reply to check this issue at your end .
This reply has been marked as private.
Well it is already removed from there :
http://prntscr.com/n5xfgk
I've checked it well. Thank you. But I want to delete 'SUBSCRIPTION FOR 4 weeks, 2 days' as well.
https://prnt.sc/n24rsd
I checked in the product page as hidden and updated it. However, only show is checked and Hide is not applicable.
https://prnt.sc/n7arvj
well
this is added by the woocommerce subscription plugin : please contact their support to remove it .
well woocommerce subscriptions and wplms subscriptions are different from each other :
this is wplms subscription and it wont affect
this .
Thank you
I will contact the woocommerce.
Please close this topic.
https://prnt.sc/n7arvj is wplms subscription.
I tried to check the hide, only show is checked and Hide is not applicable.
Can you correct this bug?
Well that is an issue in wplms woocommerce plugin with woocommerce subscriptions .
Actually wplms woocommerce works fine when woocommerce subscriptions is not active .
Its just something that woocommerce subscriptions not letting the wplms wocommerce fileds to be saved .It takes it over the whole saving process .
We are adding the fields the wocommerce way but still it does not works .
To save you would actually need to follow these steps :
1 . Deactivate the wplms woocommerce plugin .
2 . edit the your simple subscription product and save the settings .
3 . reactivate the wplms woocommerce plugin again .
As per the number 123 you told me, it works well. This question has been resolved.
Please close this topic.