Basic Functionality
↑ Back to topIs it possible to create subscription plans with Sign-Up fees and/or Free Trials?
↑ Back to topThe subscription plans created with All Products For Subscriptions do not support Sign-Up Fees or Free Trials just yet!
Does the extension support quick-pay buttons?
↑ Back to topNo, All Products for WooCommerce Subscriptions does not support quick-pay buttons.
I would like to add a product/cart to an existing subscription but don’t see an ‘Add to an existing subscription’ checkbox.
↑ Back to topIt is not possible to add a product/cart to an existing subscription when the chosen plan is synchronized and prorated.
Is it possible to add different subscription plans to individual variations?
↑ Back to topAll subscription plans added to a Variable product are automatically inherited by its Variations. Currently, it is not possible to add subscription plans at Variation level.
The plugin provides some flexibility for adding subscription plans to individual variations programmatically using the wcsatt_product_subscription_scheme
filter. For assistance with this, please consider hiring a qualified WordPress/WooCommerce Developer like a WooExpert.
Is it possible to purchase products on Subscription without logging in?
↑ Back to topCurrently, it is not possible to purchase products on Subscription without logging in first.
This is a WooCommerce Subscriptions limitation, due to the fact that subscriptions persist beyond a single transaction and therefore must be associated with a user account in order to keep track of renewals and other features.
To allow users to register or login during checkout, please navigate to WooCommerce > Settings > Accounts & Privacy and enable the Account Creation option.
Issues with auto-optimizer plugins.
↑ Back to topAuto-optimizer plugins prevent All Products for WooCommerce Subscriptions scripts from running, which causes issues with the extension’s basic functionality. More specifically, when auto-optimizer plugins are used, All Products for WooCommerce Subscriptions animations and price updates do not function properly.
Switching
↑ Back to topI would like to switch the subscription plan of a product in an existing subscription but don’t see an ‘Upgrade or Downgrade’ button!
↑ Back to topSwitching is not supported for Product Bundles and Composite Products when Length Proration is disabled and the current subscription has a fixed length.
I have purchased a Product Bundle on subscription and would like to switch to a different plan. However, when I click the ‘Upgrade or Downgrade’ button, I don’t see any subscription plan options.
↑ Back to topProduct Bundles and Composite Products do not support plan switching. Only content switching is supported for these product types.
Can I add a product to a subscription plan using a specially-constructed Add to Cart URL?
↑ Back to topYes! To add a product with a selected plan to the cart, you need to pass the convert_to_sub_ID property.
https://somewherewarm.test/support/?add-to-cart=ID&convert_to_sub_ID=PLAN
Plain Text
For example, to add a Simple Product with ID=10 to the cart on a monthly Subscription, use the following Add to Cart URL:
https://somewherewarm.test/support/?add-to-cart=10&convert_to_sub_10=1_month
Troubleshooting
↑ Back to topI have an issue with duplicate Subscription plans in variable products
↑ Back to topBy default, All Products for Subscriptions edits the variation price element and adds Subscription plans there. Some plugins, such as Germanized for WooCommerce, replace the Catalog Price with the selected variation price. This causes Subscription plans to show up twice in Variable Product pages.
To move Subscription plans outside the variation price element and therefore prevent Subscription plans from showing up twice in Variable Product pages, use the following snippet:
add_filter( 'wcsatt_modify_variation_data_price_html', '__return_false' );
Other
↑ Back to topIs there a way to edit a text string in the plugin?
↑ Back to topYou can use a plugin such as Loco Translate to edit text strings. This is the best way to customize WooCommerce text strings, as the edits will not be overwritten when plugins are updated.
After activating Loco Translate,
- Go to Loco Translate > Plugins and click All Products for Subscriptions.
- Click on New Language.
- Choose the desired or your site’s default language in the dropdown menu.
- Select Custom in the Choose a location option.
- Press Start Translating.
- Search for the string you want to edit.
- Select it and add your modification.
- Press Save.
For more details visit Generating a New Translation.
Questions & Support
↑ Back to topHave a question? Please fill out this pre-sales form.
Already purchased and need assistance? Get in touch with us via the Help Desk!