I am finishing to develop a membership course website. I understand that paidmembership pro is the way to go when you want to give access to the whole website on subscription like it is said in the doc. I also understand that when I use paidmembership pro, tutor lms doesn’t manage students anymore. It’s all done through and by paidmembership pro.
It causes a major issue for me : When students are manage in paidmembership pro and not in tutor anymore, I am unable to send automatic and manual email to student with tutor. This is a big downside !
Is there a way around ? Or a fix to come ?
Thank you, have a nice day.
]]>pmpro-woocommerce addon->includes/functions.php line 48.
/**
* Search the cart for previously selected membership product
*
* @return bool
*/
function pmprowoo_cart_has_membership() {
global $pmprowoo_product_levels;
$has_membership = false;
$cart_items = is_object( WC()->cart ) ? WC()->cart->get_cart_contents() : array();
foreach ( $cart_items as $cart_item ) {
$has_membership = $has_membership || in_array( $cart_item['product_id'], array_keys( $pmprowoo_product_levels ) );
}
return $has_membership;
}
This code is checking cart items after adding item to the cart. So everytime a membership product is added it is checking whether any memb.. products are there including the last one.
Please change this. Thank you
]]>May I ask for a help? In middle of setting up paid membership pro plugin, I lost all buttons. Actually buttons are there but almost invisible like tiny lines. I disables all plugins, nothing changes, also deleted custom CSS area in customize, also nothing. I have set up theme buttons as needed in customize and elementor. Nothing helps. Disabled cache as well. What else can cause a issue?
]]>And I put this code on different pages
index.php, card.php, form.biling.php, cart-total.php
“remove_filter( ‘woocommerce_is_purchasable’, ‘pmprowoo_is_purchasable’, 10, 2 );”
The message still appears
Can you tell me exactly which file to put this code in?
Regarding my site setup:
Regarding my issue/question:
I am convinced it has to be possible to use the woocommerce direct checkout for pmpro membership levels.
I think I am missing out on something…
Thank you in advance !
So i have paid membership pro connected to my subscription based website and received my first order yesterday. Whilst the order is showing under the “recent orders” tab, it is not showing under the “sales & revenue” tab.
The payment method being used is paypal express & under “status” it states “token” whilst no money has appeared in the connected paypal account. Does this mean the client hasn’t actually completed the payment process or is there something i have to do? (i have connected paypal to my website).
I’m completely new to this & so i am very confused! Any help would be much appreciated.
]]>Getting the message: Cannot create a user with an empty login name
This is Working fine with braintree payment gateway, issue is happening only with paypal express.
I’ve already deactivated all plugins – didn’t help
I’ve deleted PaidMembershipPro and then added it back – didn’t help
I’ve confirmed PHP sessions are enabled on the website
please help
]]>Just Like, I have 3 membership Level.
Silver, Gold and Platinium
And below the table for add post form.
Silver Membership = 2 Post per month
Gold Membership = 5 Post per month
Platinium Membership = 10 Post per month.
As you can see by clicking on the link, under the headline “Informations de paiement” there is the stripe form that requires the credit card number “Numero de la carte” the expiration date “date d’expiration” and the CVC.
However, if the user types the number, it doesn’t appear in the form because the boxes are shrunk. I am using the PaidMembershipPro plugin.
Do you know how can I solve this issue?
]]>