Delete unnecessary words in woo-commerce products

Home Forums WPLMS AddOns WPLMS WooCommerce Delete unnecessary words in woo-commerce products

Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #201741
    dramalanguage
    Spectator
    Hi wplms I have combined various contents related to music and made them into a woo-commerce products.
    1. '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/
    #202070
    Anshuman Sahu
    Keymaster
        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 ); });
    #202277
    dramalanguage
    Spectator
    The code you told me won't work. Please tell me another code.
    #202355
    Anshuman Sahu
    Keymaster
    That is strange . please share your site url , admin credentials and valid ftp credentials in private reply to check this issue at your end .
    #202396
    dramalanguage
    Spectator
    This reply has been marked as private.
    #202780
    Anshuman Sahu
    Keymaster
    Well it is already removed from there : http://prntscr.com/n5xfgk
    #203190
    dramalanguage
    Spectator
    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
    #203474
    Anshuman Sahu
    Keymaster
    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 .  
    #203616
    dramalanguage
    Spectator
    Thank you I will contact the woocommerce. Please close this topic.
    #203759
    dramalanguage
    Spectator
    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?
    #203775
    Anshuman Sahu
    Keymaster
    checking....
    #203776
    Anshuman Sahu
    Keymaster
    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 .
    #203964
    dramalanguage
    Spectator
    As per the number 123 you told me, it works well. This question has been resolved. Please close this topic.
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Delete unnecessary words in woo-commerce products’ is closed to new replies.