chewventure
Forum Replies Created
-
Hi @andrewza, thanks for the response – would you like me to repost the question in the WooCommerce Intergration forum?
Looking forward to hearing about the results of your testing!
Cheers
- This reply was modified 4 years, 4 months ago by chewventure.
Just for clarity the situation is:
– WooCommerce Product has Subscription with PMP Membership associated
– User purchases Product
– User is correctly granted PMP Membership
– Product Subscription expires
– WooCommerce correctly shows Subscription as expired
– PMP Membership does not remove Membership from User.I’ve waited nearly 48 hours for my test User who purchased a 24 hour Subscription and they still have the PMP Membership assigned to them.
- This reply was modified 4 years, 4 months ago by chewventure.
Yup ??
And if anyone else is wondering, you can still allow JetPack to perform lazy loading on the rest of the site and just exclude the Products page by putting the following code in your child theme’s functions.php:
function is_lazyload_activated() { $condition = is_product(); if ( $condition ) return false; return true; } add_filter( 'lazyload_is_enabled', 'is_lazyload_activated', 10, 3 );
Ok, so found the issue. There seems to be some conflict between WooCommerce’s image slider and performance optimizing plugins.
Both Jetpack’s lazy load and SG Optimizer were causing this issue to occur. I had to deactivate both before the problem resolved…
Hey @nazreenexe – thanks for the reply!
I just tried what you suggested but it doesn’t seem to make any difference unfortunately. I’m completely stumped :/