Base di conoscenza
Directory Kit Membership e WooCommerce
È possibile acquistare un'opzione aggiuntiva per l'abbonamento sul nostro sito web:
https://wpdirectorykit.com/plugins/wp-directory-membership.html
Video di installazione con 2 scenari (solo plugin o tema completo):
Guida rapida per gli agenti:
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
Qui di seguito verrà descritta la differenza tra iscrizione, abbonamento e pagamenti ricorrenti:
Iscrizione significa essere membro di un sito web e di un'organizzazione o di un gruppo
Sottoscrizione Consente ai clienti di accedere a un prodotto o servizio per un determinato periodo di tempo (può essere gratuito, a pagamento per un periodo limitato o con addebito ricorrente).
Ricorrente pagamento significa che all'utente verrà addebitato automaticamente per un periodo di tempo
Payments can be hadled with:
- WooCommerce (gratuito) per l'elaborazione regolare dei pagamenti una tantum per un periodo di tempo
- Per i pagamenti automatici ricorrenti avrai bisogno anche dell'estensione (a pagamento) "WooCommerce Subscriptions" di WooCommerce o di un'alternativa come "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”
Esempio:

Hints from other websites: