Frequently Asked Questions

Basic Functionality

↑ Back to top

Is it possible to create subscription plans with Sign-Up fees and/or Free Trials?

↑ Back to top

The 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 top

No, 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 top

It is not possible to add a product/cart to an existing subscription when the chosen plan is synchronized and prorated.

Is it possible to purchase products on Subscription without logging in?

↑ Back to top

Currently, 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 top

Auto-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.


Advanced Concepts

↑ Back to top

Is it possible to add different subscription plans to individual variations?

↑ Back to top

All subscription plans added to a variable product are automatically inherited by its variations. Currently, it is not possible to add unique subscription plans at the variation level.

For developers, one can implement per-variation Subscription plans by writing a fair amount of custom code. The plugin provides some flexibility for adding subscription plans to individual variations programmatically using the wcsatt_product_subscription_scheme filter to:

  • Define all schemes at the variable product level and exclude some of them using this filter or;
  • Create subscription schemes/plans for variations on the fly.

This is a developer-level topic. For assistance with this, please consider hiring a qualified WordPress/WooCommerce Developer like a Woo Agency Partner.

How can I prevent customers from cancelling a Subscription before a minimum period has passed?

↑ Back to top

Currently, it is not possible out of the box to prevent customers from canceling a Subscription before a specific amount of time has passed. That being said, there are some potential workarounds for you to consider.

Be aware that removing cancellation buttons can have legal implications. For example, California has an Automatic Renewal Law which requires stores to provide an easy-to-use mechanism for cancelling. Before removing cancellation options, we recommend you discuss potential implications with a legal professional.


Switching

↑ Back to top

I 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 top

Switching 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 top

Product 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 top

Yes! 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 top

I have an issue with duplicate Subscription plans in variable products

↑ Back to top

By 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 top

Is there a way to edit a text string in the plugin?

↑ Back to top

You 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,

  1. Go to Loco Translate > Plugins and click All Products for Subscriptions.
  2. Click on New Language.
  3. Choose the desired or your site’s default language in the dropdown menu.
  4. Select Custom in the Choose a location option.
  5. Press Start Translating.
  6. Search for the string you want to edit.
  7. Select it and add your modification.
  8. Press Save.

For more details visit Generating a New Translation.

Questions & Support

↑ Back to top

Have a question? Please fill out this pre-sales form.
Already purchased and need assistance? Get in touch with us via the Help Desk!

Use of your personal data
We and our partners process your personal data (such as browsing data, IP Addresses, cookie information, and other unique identifiers) based on your consent and/or our legitimate interest to optimize our website, marketing activities, and your user experience.