I’m setting up WooCommerce Subscriptions on a fresh WooCommerce installation using the WoodMart theme.
I’ve created storewide subscription plans (2, 3, 4, 5, 6, 7, 8 weeks etc.) and enabled “Use storewide subscription plans” on my variable products.
The problem is on the frontend.
What happens
The product initially shows a single subscription option.
When I select a variation (e.g. change the weight from 2kg to 6kg), the subscription options are duplicated instead of being refreshed.
The subscription frequency selector never appears correctly.
What I’ve tested
Switching the theme to Storefront fixes the issue completely.
Under Storefront, the subscription options display correctly and there are no duplicates.
Switching back to WoodMart immediately brings the problem back.
This suggests the issue is related to WoodMart’s AJAX variation handling rather than WooCommerce Subscriptions itself.
Environment
Latest WooCommerce
Latest WooCommerce Subscriptions
Latest WoodMart
Variable product
Storewide subscription plans enabled
“Use storewide subscription plans” selected on the product
Question
Has anyone experienced this with WoodMart?
Is there a known compatibility setting, AJAX option, or JavaScript conflict that causes WooCommerce Subscriptions purchase options to be duplicated after selecting a variation?
Any help would be appreciated.