Wissensdatenbank
Directory Kit Membership und WooCommerce
Mitgliedschafts-Add-on, das Sie auf unserer Website erwerben können:
https://wpdirectorykit.com/plugins/wp-directory-membership.html
Installationsvideo mit 2 Szenarien (nur Plugin oder komplettes Theme):
Agenten-Kurzanleitung:
Connection with WooCommerce
How to add content on membership dashboard?
Sometimes you want to show some elements only on specific dashboard page
One simple solution via elementor is to use plugin Dynamic Visibility for Elementor
After activating this plugin you will found tab visibility on every element, and based on GET variable you can show specific content, example for favorites:

So put this here:

Example video: https://wpdirectorykit.com/codecanyon/docs/img/managa-dashboard-pages.mp4
Other way is manualy via file editing HTML etc, for this check section custom coding. This is more suitable for theme builders, but you can also redesign complete layout very in detail, on HTML level
Membership Subscriptions

Membership subscriptions are part of membership features
Hier werden die Unterschiede zwischen Mitgliedschaft, Abonnement und wiederkehrenden Zahlungen erläutert:
Mitgliedschaft bedeutet, Mitglied einer Website, einer Organisation oder einer Gruppe zu sein.
Abonnement Gewährt Kunden für einen bestimmten Zeitraum Zugang zu einem Produkt oder einer Dienstleistung (dies kann kostenlos sein, manuell für einen bestimmten Zeitraum bezahlt werden oder per wiederkehrender Zahlung erfolgen).
Wiederkehrend Zahlung bedeutet, dass dem Nutzer für einen bestimmten Zeitraum automatisch Gebühren berechnet werden.
Payments can be hadled with:
- WooCommerce (kostenlos) für die regelmäßige Abwicklung einmaliger Zahlungen über einen bestimmten Zeitraum
- Für automatische, wiederkehrende Zahlungen benötigen Sie außerdem die (kostenpflichtige) WooCommerce Subscriptions-Erweiterung von WooCommerce oder eine Alternative wie “Subscriptio”.“
What happening when membership subscription expires?
When user extend subscription or pay, it’s automatically extended.
After membership period expired, in next 24h cronjob will deactivate their listings if everything is normally configured in wp.
If you or some third parity plugin disabled cronjobs etc this may cause trouble that deactivation will not happen.
You can also run this operation manually with this url example:
www.your-example-website-link.com/?wdk_subscriptions_sync_cron
Your cronjob may be disabled also in wp-config.php file, in such case remove or comment this line:

= Troubles with Orders page? = Link
Problem is most probably related to WooCommerce dash page, for orders we using WooCommerce dash, but in your case you defined same dash page for WooCommerce Dash and our Frontedn Dash, but must be different and this causing conflict:


Solution: Add new page and set is here as WooCommerce->Settings->Advanced, “My Account Page”
Check also our FAQ section here in documentation in case of other similar troubles
You want to rename roles?
We can only control this part in wordpress:

and this can be in loco translate by wdk membership translations
if you want to rename in wp dashboard then this ways:
Attention: Make full site backup first, Changing other capabilities etc in user role editor can make your website completely unusable!
So most simple with plugin “user role editor”
Beispiel:

Hints from other websites: