• Resolved Jennifer

    (@akpae5)


    Hello, this may seems to be harassment I had two membership levels monthly and years add to cart buttons show on yearly plan and add to cart button didn’t show on monthly plan it shows this message “You may only add one membership to your cart, and no add to cart display in it” screenshot please how may I get help?

    thank you for your assistance.

    • This topic was modified 9 months ago by Jennifer.
    • This topic was modified 9 months ago by Jennifer.
Viewing 1 replies (of 1 total)
  • Plugin Support Jarryd Long

    (@jarryd-long)

    Hi there, thank you for reaching out to the Paid Memberships Pro team.

    The Add to Cart button is removed once it’s added to the user’s cart as you can only purchase one membership product which gives you one membership level at a time.

    You can remove this behavior and allow them to purchase multiples of the same product but they will only get their membership assigned to them once.

    The following code can be used to achieve this:

    remove_filter( 'woocommerce_is_purchasable', 'pmprowoo_is_purchasable', 10, 2 );

    This line can be added to the bottom of your theme’s functions.php file and should not require further action.

    Kind Regards,
    Jarryd
    Support Manager at Paid Memberships Pro

Viewing 1 replies (of 1 total)
  • The topic ‘Add to cart button didn’t show.’ is closed to new replies.