• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

WooCommerce Memberships

WooCommerce Memberships v.1.26.5

No permission to download
*** WooCommerce Memberships Changelog ***

2021.11.15 - version 1.22.8
* Fix - Hide rules belonging to trashed membership plans from all meta boxes
 

Attachments

  • woocommerce-memberships-v1.22.8.zip
    1.2 MB · Views: 172
  • Like
Reactions: TimePeak and Babak
*** WooCommerce Memberships Changelog ***

2021.11.22 - version 1.22.9
* Fix - Show profile fields for product variations when the parent product has associated profile fields
 

Attachments

  • woocommerce-memberships-v1.22.9.zip
    1.2 MB · Views: 660
Fom babiato

2022.02.14 - version 1.22.11
* Fix - When a user doesn't belong to any membership plan, don't show them any profile fields in the My Account area
 

Attachments

  • woocommerce.com-memberships-1.22.11.zip
    1.2 MB · Views: 7
Downloaded from Babiato a few weeks ago.

2022.03.28 - version 1.23.0
* Feature - Introduce a configurable membership directory block with search, filtering, and pagination of members.
 

Attachments

  • woocommerce-memberships-main-v1.23.0.zip
    1.2 MB · Views: 33
  • Like
Reactions: anon791826822
Babak updated WooCommerce Memberships with a new update entry:

WooCommerce Memberships v1.23.1

Download WooCommerce Memberships v1.23.1 Nulled Free
2022.09.12 - v1.23.1

* Fix - Ensure member purchasing discounts are applied with most recent versions of WooCommerce Bookings
* Fix - Ensure the correct restriction message is displayed in the 'wcm_content_restricted' shortcode
* Fix - Address potential deprecated notices when Memberships handles background jobs with WooCommerce 5.3+

Read the rest of this update entry...
 
  • Like
Reactions: chem
i try to display woocommerce membership on member list and buddyboss profile, if user have more than 1 type of membership, all displayed comma (,) sparated..
anyone can help me?? thanks babiato...
@Morehere

PHP:
function wcm_member_badge () {
$user_id = wc_memberships_get_user_memberships();

    if(wc_membership_hasMembershipLevel ('1', $user_id)) {
        ?>
        <span class='wcm-member-badge' data-balloon-pos="up" data-balloon="Pro Member">
            <p>Level 1</p>
        </span>
        <?php
    }
    if(wc_membership_hasMembershipLevel ('2', $user_id)) {
        ?>
        <span class='wcm-member-badge' data-balloon-pos="up" data-balloon="Pro Member">
            <p>Level 2</p>
        </span>
        <?php
    }
    else {
        ?>
        <span class='wcm-member-badge' data-balloon-pos="up" data-balloon="Pro Member">
            <p>No Active Membership</p>
        </span>
        <?php
    }
}
add_action( 'bp_member_members_list_item', 'wcm_member_badge' );
add_action( 'bp_profile_field_item', 'wcm_member_badge' );
 
  • Like
Reactions: JRGWxRxZ
In my site with woocommerce membership this plugin, Under the Pages Section when i try to edit a page with wordpress editor it doesn’t work. For example when i try to fix home page with wp editor it shows white page and all words are missing how can i fix that?
 

Attachments

  • 77D93D74-CC55-4D2F-99B1-01088E54E12F.jpeg
    77D93D74-CC55-4D2F-99B1-01088E54E12F.jpeg
    69.2 KB · Views: 40
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock