Use these snippets to customize the appearance and functionality of All Products for WooCommerce Subscriptions.
To use a snippet, download the linked file and activate it as you would with any other plugin. Alternatively, copy the contained code into your child theme’s functions.php file.
Note: We are unable to provide support for customizations under our Support Policy. If you need to customize a snippet, or extend its functionality, seek assistance from a qualified WordPress/WooCommerce Developer. We highly recommend Codeable, or a Certified WooExpert.
Snippets
↑ Back to topPrevent subscription options from showing up next to cart-items
↑ Back to topThe extension allows customers to switch the subscription plan of individual cart items. If you don’t want to display any subscription plan options next to cart items, use the following snippet:
Prevent coupons from being applied to products on subscription
↑ Back to topTo prevent coupons from being applied to products purchased on subscription, use the following snippet:
It is also possible to prevent coupons from being applied to the cart if one or more products are purchased on subscription:
Remove subscription details from the catalog price of products with optional subscription plans
↑ Back to topIf a product has optional subscription plans, a suffix is appended to its catalog price to inform customers that it is available on subscription. This suffix can be removed with the following snippet:
Hide Subscription plans for specific user roles
↑ Back to topTo hide Subscription plans for specific user roles, use the following snippet:
Hide Global Subscription Plans on product pages
↑ Back to topBy default, Global Subscription Plans allow customers to select a subscription plan for products both on their product page and in the cart. To limit the subscription plan selection only in the cart, use the following snippet:
Note: Custom Subscription Plans will continue to be visible on product pages.
Hide the Subscription price from Subscription plans
↑ Back to topBy default, a price shows up for every Subscription plan when it is different than the product’s price.
To hide the Subscription price from Subscription plans when the Grouped layout is used, use the following snippet:
Display the price of the cheapest plan in the Catalog Price
↑ Back to topBy default, if Subscription plans have a discount then the discount amount is added as a suffix in the product’s Catalog Price.
To display the price of the cheapest plan there instead, use the following snippet:
Always calculate Subscription plan discounts based on the Regular product/variation price
↑ Back to topTo make Subscription plan discounts always calculate based on the Regular product/variation price, use the following snippet:
This snippet is useful for Variable Products, when the Override Product price option doesn’t have the desired result.
Select a subscription plan as the default payment option for products
↑ Back to topWhen a product is offered both one-time and on subscription, the one-time option is selected by default. To select the first subscription plan as the default option, use the following snippet:
Allow continued access to downloadable files of cancelled Subscriptions
↑ Back to topAccess to downloadable files associated with a subscription will, by default, expire when the subscription is no longer “active” or “pending-cancel” (see this FAQ). This snippet overrides that behavior to allow access as per the Download Expiry setting when the subscription status is “cancelled”.
Questions & Support
↑ Back to topHave a question before you buy? Please fill out this pre-sales form.
Already purchased and need assistance? Get in touch with us via the Help Desk!