<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Subscriptions Add-ons - CODIBU</title>
	<atom:link href="https://help.codibu.com/kbtopic/subscriptions-add-ons/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.codibu.com</link>
	<description>Hosting &#38; Domain,  Development &#38; Design, SEO &#38; Marketing, 2300+ Themes &#38; Plugins, Free SEO analysis &#38; tools</description>
	<lastBuildDate>Sun, 08 Nov 2020 14:02:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://help.codibu.com/wp-content/uploads/2022/07/favicon.png</url>
	<title>Subscriptions Add-ons - CODIBU</title>
	<link>https://help.codibu.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>One Click Switcher</title>
		<link>https://help.codibu.com/blog/one-click-switcher/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=one-click-switcher</link>
					<comments>https://help.codibu.com/blog/one-click-switcher/#respond</comments>
		
		<dc:creator><![CDATA[JN C]]></dc:creator>
		<pubDate>Sun, 08 Nov 2020 14:02:19 +0000</pubDate>
				<guid isPermaLink="false">https://help.codibu.com/kb/one-click-switcher/</guid>

					<description><![CDATA[<p>Installation Check that you have the required plugins: Woocommerce and Woocommerce Subscriptions. Go to Plugins and click on Add New. Upload the plugin zip file and click on install. Activate the plugin.<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://help.codibu.com/blog/one-click-switcher/">One Click Switcher</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></description>
										<content:encoded><![CDATA[<h2 id="section-1">Installation</h2>
<ol>
<li>Check that you have the required plugins: <em>Woocommerce</em> and <em>Woocommerce Subscriptions</em>.</li>
<li>Go to <em>Plugins</em> and click on <em>Add New</em>.</li>
<li>Upload the plugin zip file and click on install.</li>
<li>Activate the plugin.</li>
</ol>
<h2 id="section-2">Configuration</h2>
<ol>
<li>Go to <em>Products</em> and click on<em> Create New</em>.</li>
<li>Create a simple subscription type of product.</li>
<li>Create another one or more simple subscription type of products with different terms that is meant for the same product or service.</li>
<li>Go back to <em>Create New</em> button under <em>Products</em>.</li>
<li>Create a grouped type of product.</li>
<li>Go the <em>Linked Products</em> tab under the <em>Woocommerce</em> settings.</li>
<li>Add the simple subscriptions you created inside the <em>Grouped</em> input box in the <em>Linked Products</em> tab.</li>
</ol>
<h2 id="section-3">Usage</h2>
<ol>
<li>Go back to the grouped product you created where you linked all the simple subscriptions.</li>
<li>Notice a new tab was created by the Switching Plugin called <em>Subscription Switch</em>. Go to this tab.</li>
<li>You can enable the user interface of the switching plugin by either (1) using the shortcode provided in the tab or (2) by clicking on the Show One-page Switch checkbox and saving the product.</li>
<li>The first option enables you to display it on any page that you want.</li>
<li>The second option enables you to use the same product page allowing for a normal Woocommerce flow.</li>
</ol>
<h2 id="section-4">Developer</h2>
<p>Filter: thsa_sswtch_switching_texts Accepted arguments in order (2):</p>
<ol>
<li><em>Type: Array</em>. Texts and Hexa Decimal (colours) texts returned to display in the user interface. Available indexes: – [‘theme_color’] – [‘button_colors’][‘active_plan_button_color’] – [‘button_colors’][‘available_plan_button_color’] – [‘button_colors’][‘onhold_plan_button_color’] – [‘switch_btn_text’] – [‘switch_alert’] – [‘switch_info’] – [‘switch-small_text’]</li>
<li><em>Type: Array</em>. Returns the user status to be able to display different texts depending on the user status. Available indexes: – [‘subscription_id’] – [‘start_date’] – [‘status’] – [‘product_id’] – [‘has_trial’] – [‘trial_period’] – [‘trial_remaining’]</li>
</ol>
<p>Sample usage in functions.php of your theme:</p>
<pre class="wp-block-code"><code>function edit_language_switch($text_array, $user_status){

if($user_status['status'] === "on-hold"){
$text_array['switch_info'] = "Update your payment to activate this subscription again.";
}

return $text_array;

}

add_filter('thsa_sswtch_switching_texts', 'edit_language_switch', 10, 2);

</code></pre>
<p>&nbsp;</p>
<p>You can find more info here.</p><p>The post <a href="https://help.codibu.com/blog/one-click-switcher/">One Click Switcher</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://help.codibu.com/blog/one-click-switcher/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>All Products for WooCommerce Subscriptions</title>
		<link>https://help.codibu.com/blog/all-products-for-woocommerce-subscriptions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=all-products-for-woocommerce-subscriptions</link>
					<comments>https://help.codibu.com/blog/all-products-for-woocommerce-subscriptions/#respond</comments>
		
		<dc:creator><![CDATA[JN C]]></dc:creator>
		<pubDate>Sun, 08 Nov 2020 14:01:29 +0000</pubDate>
				<guid isPermaLink="false">https://help.codibu.com/kb/all-products-for-woocommerce-subscriptions/</guid>

					<description><![CDATA[<p>All Products for WooCommerce Subscriptions is a WooCommerce Subscriptions add-on. To use it, you must install and activate WooCommerce Subscriptions. Overview All Products for WooCommerce Subscriptions (APfS) allows you to<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://help.codibu.com/blog/all-products-for-woocommerce-subscriptions/">All Products for WooCommerce Subscriptions</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></description>
										<content:encoded><![CDATA[<div class="woo-sc-box info   "><strong>All Products for WooCommerce Subscriptions</strong> is a <a href="https://help.codibu.com/blog/kb/woocommerce-subscriptions/" rel="noopener noreferrer">WooCommerce Subscriptions</a> add-on. To use it, you must install and activate WooCommerce Subscriptions.</div>
<h2 id="section-1">Overview</h2>
<p><strong>All Products for WooCommerce Subscriptions</strong> (APfS) allows you to add subscription plans to existing products. It also introduces features that give customers more freedom to create and manage subscriptions. With APfS, customers can:</p>
<ul>
<li>Add subscription plans to existing products.</li>
<li>Sell any product one-time, or on subscription.</li>
<li>Add products to existing subscriptions.</li>
<li>Purchase entire carts on subscription.</li>
<li>Create configurable subscription boxes using Product Bundles and Composite Products.</li>
</ul>
<div class="woo-sc-box note   "><strong>Important</strong>: All Products for WooCommerce Subscriptions requires WooCommerce 3.3+ and WooCommerce Subscriptions 2.3+.</div>
<h2 id="section-2">Documentation Contents</h2>
<div class="twocol-one">
<h4 id="store-owners-guide">Store Owner’s Guide</h4>
<ul>
<li>Requirements</li>
<li>Installation</li>
<li>Configuration</li>
<li>Limitations</li>
</ul>
<h4 id="use-cases">Use Cases</h4>
<ul>
<li>Offering Subscription Boxes</li>
</ul>
</div>
<div class="twocol-one last">
<h4 id="customize-and-extend">Customize &amp; Extend</h4>
<ul>
<li>Snippets</li>
</ul>
<h4 id="compatibility">Compatibility</h4>
<ul>
<li>Compatibility &amp; Integrations</li>
</ul>
<h4 id="faq-and-feedback">FAQ &amp; Feedback</h4>
<ul>
<li>Frequently Asked Questions</li>
<li>Feedback &amp; Suggestions</li>
</ul>
</div>
<div class="clear"> </div>
<h2 id="section-3">Questions &amp; Support</h2>
<p>Purchased All Products for WooCommerce Subscriptions and need assistance? If you’ve found an issue:</p>
<ol>
<li>Ensure you have the <strong>latest versions of WooCommerce and WooCommerce Subscriptions</strong>.</li>
<li>Go to <strong>WooCommerce &gt; System Status</strong> to check for plugin updates and other important information that may require your attention.</li>
<li>Rule out a <strong>plugin conflict</strong>: Turn off all plugins except WooCommerce, WooCommerce Subscriptions and All Products for WooCommerce Subscriptions. If the issue is resolved, find the plugin that triggers the issue by re-activating plugins one by one.</li>
<li>Rule out a <strong>theme conflict</strong>. Activate Storefront, or a default WordPress theme such as Twenty Fourteen and check if the issue still occurs. If it doesn’t, please contact your theme author(s).</li>
<li>Read the most Frequently Asked Questions.</li>
<li>Make sure that the issue you are experiencing is not caused by a known limitation.</li>
<li>Read these important notes on Compatibility.</li>
<li>Use the WooCommerce Self Service Guide.</li>
</ol><p>The post <a href="https://help.codibu.com/blog/all-products-for-woocommerce-subscriptions/">All Products for WooCommerce Subscriptions</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://help.codibu.com/blog/all-products-for-woocommerce-subscriptions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WooCommerce Subscriptions Jilt integration</title>
		<link>https://help.codibu.com/blog/woocommerce-subscriptions-jilt-integration/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=woocommerce-subscriptions-jilt-integration</link>
					<comments>https://help.codibu.com/blog/woocommerce-subscriptions-jilt-integration/#respond</comments>
		
		<dc:creator><![CDATA[JN C]]></dc:creator>
		<pubDate>Sun, 08 Nov 2020 14:00:13 +0000</pubDate>
				<guid isPermaLink="false">https://help.codibu.com/kb/woocommerce-subscriptions-jilt-integration/</guid>

					<description><![CDATA[<p>Overview WooCommerce Subscriptions has a few standard emails built into the plugin. These emails notify your subscribers about subscriptions events, such as renewal orders or failed payments. However, WordPress<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://help.codibu.com/blog/woocommerce-subscriptions-jilt-integration/">WooCommerce Subscriptions Jilt integration</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></description>
										<content:encoded><![CDATA[<h2 id="section-1">Overview</h2>
<p><a href="https://help.codibu.com/blog/kb/woocommerce-subscriptions/">WooCommerce Subscriptions</a> has a few <a href="https://help.codibu.com/blog/kb/subscriptions-store-manager-guide/#section-21">standard emails</a> built into the plugin. These emails notify your subscribers about subscriptions events, such as renewal orders or failed payments. However, WordPress isn’t really a great tool for sending emails, as its scheduling mechanisms aren’t robust, and email deliverability from your site is not ideal (using a dedicated email service is better).</p>
<p>While Subscriptions does cover basic emails, you can use Jilt for advanced subscriber emails. Jilt can send a single email or series of emails for subscription events, automating your subscriber lifecycle emails.</p>
<h3 id="section-2">Comparison</h3>
<table>
<thead>
<tr>
<th> </th>
<th>EMAILS BUILT INTO SUBSCRIPTIONS</th>
<th>EMAILS USING JILT</th>
</tr>
</thead>
<tbody>
<tr>
<td>Welcome new subscribers</td>
<td>–</td>
<td>1 or more emails</td>
</tr>
<tr>
<td>“Trial ending soon” reminder</td>
<td>–</td>
<td>1 or more emails</td>
</tr>
<tr>
<td>Pre-renewal reminder</td>
<td>–</td>
<td>1 or more emails</td>
</tr>
<tr>
<td>Renewal order notification</td>
<td>1 email</td>
<td>–</td>
</tr>
<tr>
<td>Processing or completed renewal</td>
<td>1 email</td>
<td>– <small>(coming soon!)</small></td>
</tr>
<tr>
<td>Renewal invoice</td>
<td>1 email</td>
<td>– <small>(coming soon!)</small></td>
</tr>
<tr>
<td>Customer payment retry</td>
<td>1 email</td>
<td>– <small>(coming soon!)</small></td>
</tr>
<tr>
<td>Subscription switch complete</td>
<td>1 email</td>
<td>–</td>
</tr>
<tr>
<td>“Ending soon” notifications</td>
<td>–</td>
<td>1 or more emails</td>
</tr>
<tr>
<td>Pending cancellation notification</td>
<td>–</td>
<td>1 or more emails</td>
</tr>
<tr>
<td>“Subscription expired” notifications</td>
<td>–</td>
<td>1 or more emails</td>
</tr>
<tr>
<td>Post-cancellation win-back</td>
<td>–</td>
<td>1 or more emails</td>
</tr>
<tr>
<td>Post-expiration win-back</td>
<td>–</td>
<td>1 or more emails</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<h3 id="section-3">Requirements</h3>
<p>In order to use Jilt with WooCommerce Subscriptions, your site must meet the following requirements.</p>
<ul>
<li><a href="https://woocommerce.com/products/woocommerce-subscriptions/">WooCommerce Subscriptions</a> v2.1 or newer</li>
<li>You must have a Jilt account (free accounts are available)</li>
<p>Jilt for WooCommerce v1.5 or newer</li>
<li>PHP 5.6 or newer (you can see this on your site under WooCommerce &gt; Status)</li>
</ul>
<p>&nbsp;</p>
<h2 id="section-4">Setup</h2>
<div class="woo-sc-box normal   ">To connect WooCommerce Subscriptions to Jilt, your site must first meet the <a href="https://help.codibu.com/blog/kb/woocommerce-subscriptions-jilt-integration/#requirements">requirements above</a>.</div>
<ul>
<li>Follow the guide here to connect your store to Jilt.</li>
<li>Once connected, if WooCommerce Subscriptions is active on your site, you should already have subscriber emails available! <img decoding="async" class="emoji" role="img" draggable="false" src="https://help.codibu.com/wp-content/uploads/2022/03/1f389.svg" alt="&#x1f389;" /><br />
If not, you can manually enable this integration in your Jilt account. In Jilt, go to <strong>Settings &gt; Integrations</strong> and click “Enable” for WooCommerce Subscriptions.</li>
</ul>
<p>You can now use subscriber emails. When Jilt connects to your site, it automatically starts to sync your member data, and it will get updates from your store via the WooCommerce webhooks for subscriber updates. Therefore, it’s very important that the webhooks Jilt has registered for subscription events are not deleted.</p>
<p><a href="https://help.codibu.com/wp-content/uploads/2020/11/woocommerce-subscriptions-jilt-webhooks.png"><img fetchpriority="high" decoding="async" class="aligncenter size-large wp-image-1202904" src="https://help.codibu.com/wp-content/uploads/2020/11/woocommerce-subscriptions-jilt-webhooks.png?w=950" sizes="(max-width: 950px) 100vw, 950px" srcset="https://help.codibu.com/wp-content/uploads/2020/11/woocommerce-subscriptions-jilt-webhooks.png 1015w, https://help.codibu.com/wp-content/uploads/2020/11/woocommerce-subscriptions-jilt-webhooks.png?resize=550,257 550w, https://help.codibu.com/wp-content/uploads/2020/11/woocommerce-subscriptions-jilt-webhooks.png?resize=768,359 768w, https://help.codibu.com/wp-content/uploads/2020/11/woocommerce-subscriptions-jilt-webhooks.png?resize=950,445 950w" alt="WooCommerce Subscriptions Jilt webhooks" width="950" height="445" /></a></p>
<p>&nbsp;</p>
<h2 id="section-5">Email types</h2>
<p>Jilt supports several subscriber emails with pre-built templates. These campaign templates can let you send 1 or more emails for different subscription lifecycle events.</p>
<p><a href="https://help.codibu.com/wp-content/uploads/2020/11/jilt-add-subscription-campaign.png"><img decoding="async" class="aligncenter size-large wp-image-1202918" src="https://help.codibu.com/wp-content/uploads/2020/11/jilt-add-subscription-campaign.png?w=950" sizes="(max-width: 950px) 100vw, 950px" srcset="https://help.codibu.com/wp-content/uploads/2020/11/jilt-add-subscription-campaign.png 1103w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-add-subscription-campaign.png?resize=550,279 550w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-add-subscription-campaign.png?resize=768,389 768w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-add-subscription-campaign.png?resize=950,481 950w" alt="WooCommerce Subscriptions: New Jilt campaigns" width="950" height="481" /></a></p>
<p>Each campaign has a set of default rules and emails to get you started, and these rules and emails can be customized for your store.</p>
<div class="woo-sc-box normal   ">Jilt also supports <a href="https://help.codibu.com/blog/kb/woocommerce-memberships-2/">WooCommerce Memberships</a> to send member-focused emails. If you use memberships that are tied to subscription products, you may want to pick and choose which emails you send based on the <em>membership</em>, and which emails you send based on the <em>subscription</em> so that your subscribers don’t get duplicated emails.</div>
<p>&nbsp;</p>
<h3 id="section-6">Welcome new subscribers</h3>
<p>You can send an email or series to welcome new subscribers as subscriptions are created. You can target <strong>specific subscription products</strong> or product categories (collections) as well to scope the audience for this campaign.</p>
<p><a href="https://help.codibu.com/wp-content/uploads/2020/11/jilt-welcome-new-subscribers-campaign.png"><img decoding="async" class="aligncenter size-large wp-image-1202920" src="https://help.codibu.com/wp-content/uploads/2020/11/jilt-welcome-new-subscribers-campaign.png?w=950" sizes="(max-width: 950px) 100vw, 950px" srcset="https://help.codibu.com/wp-content/uploads/2020/11/jilt-welcome-new-subscribers-campaign.png 994w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-welcome-new-subscribers-campaign.png?resize=550,401 550w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-welcome-new-subscribers-campaign.png?resize=768,560 768w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-welcome-new-subscribers-campaign.png?resize=950,693 950w" alt="WooCommerce Subscriptions: Jilt welcome campaign" width="950" height="693" /></a></p>
<p>This email can insert subscriber data dynamically as well. See the <a href="https://help.codibu.com/blog/kb/woocommerce-subscriptions-jilt-integration/#email-content">notes on email content below</a> for more details.</p>
<p><a href="https://help.codibu.com/wp-content/uploads/2020/11/jilt-welcome-new-subscribers-email.png"><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-1203000" src="https://help.codibu.com/wp-content/uploads/2020/11/jilt-welcome-new-subscribers-email.png?w=950" sizes="(max-width: 950px) 100vw, 950px" srcset="https://help.codibu.com/wp-content/uploads/2020/11/jilt-welcome-new-subscribers-email.png 1043w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-welcome-new-subscribers-email.png?resize=550,437 550w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-welcome-new-subscribers-email.png?resize=768,610 768w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-welcome-new-subscribers-email.png?resize=950,755 950w" alt="WooCommerce Subscriptions: Jilt welcome email content" width="950" height="755" /></a></p>
<p>&nbsp;</p>
<h3 id="section-7">Trial ending notifications</h3>
<p>You can notify subscribers in a trial period when their trial end date is approaching. This lets you answer any questions before the initial subscription payment is processed, and can target subscribers hours, days, or weeks before the trial ends.</p>
<p><a href="https://help.codibu.com/wp-content/uploads/2020/11/jilt-trial-ending-campaign.png"><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-1202987" src="https://help.codibu.com/wp-content/uploads/2020/11/jilt-trial-ending-campaign.png?w=872" sizes="(max-width: 872px) 100vw, 872px" srcset="https://help.codibu.com/wp-content/uploads/2020/11/jilt-trial-ending-campaign.png 872w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-trial-ending-campaign.png?resize=550,407 550w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-trial-ending-campaign.png?resize=768,568 768w" alt="WooCommerce Subscriptions: Jilt trial ending campaign" width="872" height="645" /></a></p>
<p>&nbsp;</p>
<h3 id="section-8">Pre-renewal reminder</h3>
<p>Need to keep customers informed before a payment processes? You can use a pre-renewal notification email or series to let them know of an upcoming payment. This is especially helpful for subscriptions with longer billing intervals.</p>
<p><a href="https://help.codibu.com/wp-content/uploads/2020/11/jilt-pre-renewal-campaign.png"><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-1203050" src="https://help.codibu.com/wp-content/uploads/2020/11/jilt-pre-renewal-campaign.png?w=950" sizes="(max-width: 950px) 100vw, 950px" srcset="https://help.codibu.com/wp-content/uploads/2020/11/jilt-pre-renewal-campaign.png 1000w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-pre-renewal-campaign.png?resize=550,380 550w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-pre-renewal-campaign.png?resize=768,531 768w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-pre-renewal-campaign.png?resize=950,656 950w" alt="WooCommerce Subscriptions: Jilt pre-renewal email" width="950" height="656" /></a></p>
<p>&nbsp;</p>
<h3 id="section-9">Pending cancellation notification</h3>
<p>When a subscriber cancels a subscription, it’s helpful to let them know when their access will end, and confirm that they won’t be charged going forward. The <em>pending cancel</em> notification is able to do this for you, and will email subscribers when their subscription is set to the “pending cancellation” status.</p>
<p><a href="https://help.codibu.com/wp-content/uploads/2020/11/jilt-subsriptions-pending-cancel.png"><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-1203100" src="https://help.codibu.com/wp-content/uploads/2020/11/jilt-subsriptions-pending-cancel.png?w=950" sizes="(max-width: 950px) 100vw, 950px" srcset="https://help.codibu.com/wp-content/uploads/2020/11/jilt-subsriptions-pending-cancel.png 1066w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-subsriptions-pending-cancel.png?resize=550,390 550w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-subsriptions-pending-cancel.png?resize=768,544 768w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-subsriptions-pending-cancel.png?resize=950,673 950w" alt="WooCommerce Subscriptions: Jilt pending cancel campaign" width="950" height="673" /></a></p>
<p>&nbsp;</p>
<h3 id="section-10">Post-expiration win-back</h3>
<p>The “post expiration” template in Jilt can be used to win-back expired subscribers. Some sites use a single campaign to notify subscribers immediately as a subscription expires, then create a new campaign to send emails with a longer delay, or you can combine these into a single campaign with several emails.</p>
<p>If the subscription status changes due to renewal, Jilt will automatically exit the subscriber <strong>if your site uses Subscriptions 2.3.5 or newer</strong>, so they won’t receive any further emails as soon as their subscription is re-activated. This is helpful, for example, if you include a discount code, so subscribers won’t see this after they’ve already renewed.</p>
<p>&nbsp;</p>
<h3 id="section-11">Post-cancellation win-back</h3>
<p>Post-cancellation emails can be sent after a subscription has been changed to the “cancelled” status. These emails can be used to win-back subscribers, or get feedback as to why the subscriber cancelled.</p>
<p><a href="https://help.codibu.com/wp-content/uploads/2020/11/jilt-subscriptions-cancelled-campaign.png"><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-1203105" src="https://help.codibu.com/wp-content/uploads/2020/11/jilt-subscriptions-cancelled-campaign.png?w=925" sizes="(max-width: 925px) 100vw, 925px" srcset="https://help.codibu.com/wp-content/uploads/2020/11/jilt-subscriptions-cancelled-campaign.png 925w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-subscriptions-cancelled-campaign.png?resize=550,341 550w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-subscriptions-cancelled-campaign.png?resize=768,476 768w" alt="WooCommerce Subscriptions: Jilt cancelled winback campaign" width="925" height="573" /></a></p>
<p>If the subscription status changes due to renewal or repurchase, Jilt will automatically exit the subscriber <strong>if your site uses Subscriptions 2.3.5 or newer</strong>, so they won’t receive any further emails as soon as their subscription is reactivated. This is helpful, for example, if you include a discount code, so subscribers won’t see this after they’ve already become active again.</p>
<p>&nbsp;</p>
<h3 id="section-12">Ending soon notifications</h3>
<p>An Easter egg template! If you subscription has an end date or set number of billing cycles, you can repurpose the welcome template, and turn it into an “ending soon” notification by removing the “date created” rule, and swapping in an “end date” rule instead.</p>
<p><a href="https://help.codibu.com/wp-content/uploads/2020/11/jilt-subscription-ending-soon.png"><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-1203106" src="https://help.codibu.com/wp-content/uploads/2020/11/jilt-subscription-ending-soon.png?w=926" sizes="(max-width: 926px) 100vw, 926px" srcset="https://help.codibu.com/wp-content/uploads/2020/11/jilt-subscription-ending-soon.png 926w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-subscription-ending-soon.png?resize=550,400 550w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-subscription-ending-soon.png?resize=768,559 768w" alt="WooCommerce Subscriptions: Jilt ending soon campaign" width="926" height="674" /></a></p>
<p>While the “after subscription created” text is misleading in this case, the delay is essentially “send this X time after someone enters this campaign (matches these rules)”.</p>
<p>&nbsp;</p>
<h2 id="section-13">Email content</h2>
<p>Jilt’s email builder support <em>blocks</em>, such as buttons, images, or text. However, it also supports HTML blocks and liquid (a template language). This means that emails can use liquid tags to insert content, while developers can do advanced customizations like <strong>conditional content</strong>.</p>
<p>If you want to learn more about liquid, check out this cheat sheet from Shopify. While Jilt doesn’t support everything in that cheat sheet, it shows you the basic syntax of liquid. If you don’t want to learn it, that’s okay! <img decoding="async" class="emoji" role="img" draggable="false" src="https://help.codibu.com/wp-content/uploads/2022/03/1f642.svg" alt="&#x1f642;" /> You can reach out to Jilt support — they’ll help you get set up.</p>
<p>Want to dig in? Check out the full reference with examples here.</p>
<p>&nbsp;</p>
<h2 id="section-14">Frequently asked questions</h2>
<p><strong>Q: Can I send different emails based on subscription products?</strong><br />
<strong>A:</strong> Absolutely! By default, templates apply to all subscribers. However, you may want to change your content based on the subscription product — your welcome email is a great use case for this. If so, you can add a “products” rule, and pick which subscription products to target. This limits the subscribers who receive this campaign based on what they’ve purchased. You can use “product collections” rules to target categories as well.</p>
<p>You can then add multiple campaigns to reach other subscribers. For example, if I have three subscription products, I could have three separate welcome campaigns to target each one.</p>
<p><a href="https://help.codibu.com/wp-content/uploads/2020/11/jilt-woocommerce-subscriptions-segmentation.png"><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-1203201" src="https://help.codibu.com/wp-content/uploads/2020/11/jilt-woocommerce-subscriptions-segmentation.png?w=950" sizes="(max-width: 950px) 100vw, 950px" srcset="https://help.codibu.com/wp-content/uploads/2020/11/jilt-woocommerce-subscriptions-segmentation.png 1007w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-woocommerce-subscriptions-segmentation.png?resize=550,428 550w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-woocommerce-subscriptions-segmentation.png?resize=768,597 768w, https://help.codibu.com/wp-content/uploads/2020/11/jilt-woocommerce-subscriptions-segmentation.png?resize=950,739 950w" alt="WooCommerce Subscriptions: Jilt segmentation" width="950" height="739" /></a></p><p>The post <a href="https://help.codibu.com/blog/woocommerce-subscriptions-jilt-integration/">WooCommerce Subscriptions Jilt integration</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://help.codibu.com/blog/woocommerce-subscriptions-jilt-integration/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Gifting for WooCommerce Subscriptions</title>
		<link>https://help.codibu.com/blog/gifting-for-woocommerce-subscriptions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gifting-for-woocommerce-subscriptions</link>
					<comments>https://help.codibu.com/blog/gifting-for-woocommerce-subscriptions/#respond</comments>
		
		<dc:creator><![CDATA[JN C]]></dc:creator>
		<pubDate>Sun, 08 Nov 2020 13:59:19 +0000</pubDate>
				<guid isPermaLink="false">https://help.codibu.com/kb/gifting-for-woocommerce-subscriptions/</guid>

					<description><![CDATA[<p>WooCommerce Subscriptions makes it possible to offer subscription products in your WooCommerce store. Gifting for WooCommerce Subscriptions makes it possible for one person to purchase a subscription product<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://help.codibu.com/blog/gifting-for-woocommerce-subscriptions/">Gifting for WooCommerce Subscriptions</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><a href="https://help.codibu.com/blog/kb/woocommerce-subscriptions/">WooCommerce Subscriptions</a> makes it possible to offer subscription products in your WooCommerce store.</p>
<p><a href="https://help.codibu.com/blog/kb/gifting-for-woocommerce-subscriptions/">Gifting for WooCommerce Subscriptions</a> makes it possible for one person to purchase a subscription product for someone else. It then shares the subscription between the purchaser and recipient for the rest of its life-cycle.</p>
<p>Customers can choose to purchase subscriptions for others by entering the recipient’s email address on the single product page, cart or checkout pages.</p>
<p>After a subscription has been purchased, Gifting will manage on-boarding the recipient to setup an account with the store.</p>
<div class="woo-sc-box alert   "><strong>This plugin requires <a href="https://help.codibu.com/blog/kb/woocommerce-subscriptions/">WooCommerce Subscriptions</a></strong> (purchased separately) to function.</div>
<h2 id="section-1">Installation</h2>
<ol>
<li><strong>Download</strong> the .zip file from your <a href="https://woocommerce.com/my-account/downloads/"><strong>WooCommerce account</strong></a>.</li>
<li><strong>Go to: WordPress Admin &gt; Plugins &gt; Add New</strong> and <strong>Upload Plugin</strong> with the file you downloaded with <strong>Choose File</strong>.</li>
<li><strong>Install Now</strong> and <strong>Activate</strong> the extension.</li>
</ol>
<p>More information at: <a href="https://help.codibu.com/blog/kb/managing-woocommerce-com-subscriptions/"><strong>Install and Activate Plugins/Extensions</strong></a>.</p>
<h2 id="section-2">Requirements</h2>
<ul>
<li>WooCommerce 3.0 or newer.</li>
<li>WordPress 4.6 or newer.</li>
<li>PHP 5.2 or newer.</li>
<li><a href="https://help.codibu.com/blog/kb/woocommerce-subscriptions/">WooCommerce Subscriptions</a> 2.2 or newer.</li>
</ul>
<h2 id="section-3">Translations</h2>
<p>This plugin is translation-ready. The text domain is: <code>woocommerce-subscriptions-gifting</code></p>
<p>You can view <a href="https://docs.woocommerce.com/document/translate-woocommerce-extensions/">more guidelines on translating extensions here</a>.</p>
<h2 id="section-4">Setup and Configuration</h2>
<div class="woo-sc-box normal   ">This guide will assume you’ve already configured <a href="https://help.codibu.com/blog/kb/introduction-to-woocommerce-subscriptions/">WooCommerce Subscriptions</a>.</div>
<p>There is no set up or configuration required to get started with Gifting for WooCommerce Subscriptions.</p>
<p>To customise the way Gifting works:</p>
<ol>
<li>Go to: <strong>WooCommerce &gt; Settings &gt; Subscriptions</strong>.</li>
<li>Scroll down to <strong>Gifting Subscriptions</strong>.</li>
<li>Enter text into the <strong>Giftin Checkbox Text</strong> field. This label text displayed next to the checkbox on the <a href="https://help.codibu.com/blog/kb/gifting-for-woocommerce-subscriptions/#purchasingagift">Single Product, Cart and Checkout pages</a>. By default, the text will display “This is a gift”, but you may change this to a phrase which suits your store.</li>
<li>Optional: click the checkbox nex to <strong>Downloadable Products</strong> to allow download permissions for downloadable subscription purchases to be provided to both the purchaser and recipient. Learn more about this setting in the <a href="https://help.codibu.com/blog/kb/gifting-for-woocommerce-subscriptions/#section-13">Downloadable Products</a> section.</li>
<li>Click <strong>Save changes</strong>.</li>
</ol>
<p><img decoding="async" src="https://help.codibu.com/wp-content/uploads/2020/11/Gl6cz5cFvj.png" alt="" /></p>
<h2 id="section-5">Usage</h2>
<h3 id="section-6">Purchasing a gift</h3>
<p>There are three pages where a customer can choose to purchase a subscription for someone else:</p>
<ul>
<li>the single product page,</li>
<li>the cart page, and</li>
<li>the checkout page.</li>
</ul>
<p>When purchasing a subscription for a recipient, the customer only needs to enter the recipient’s email address.</p>
<h4 id="the-single-product-page">The single product page</h4>
<p>To purchase a subscription for another customer via a product page, the customer can:</p>
<ol>
<li>Go to a subscription product’s <em>Single Product Page</em>.</li>
<li>Click the checkbox <em><strong>This is a gift</strong></em>.</li>
<li>Enter the recipient’s email address.</li>
<li>Click <strong>Sign Up Now</strong>.</li>
</ol>
<p><img decoding="async" src="https://help.codibu.com/wp-content/uploads/2020/11/TNcLr7ty5J.png" alt="" /></p>
<h4 id="the-cart-page">The cart page</h4>
<p>To gift a subscription via the cart page, the customer can:</p>
<ol>
<li>Add a subscription product to the cart.</li>
<li>Go to the Cart page.</li>
<li>Click the checkbox <strong><em>This is a gift</em></strong>.</li>
<li>Type in the recipient’s email address.</li>
<li>Click <strong>Update Cart</strong>.</li>
</ol>
<p><img decoding="async" src="https://help.codibu.com/wp-content/uploads/2020/11/ajMYcQbz4i.png" alt="" /></p>
<h4 id="the-checkout-page">The checkout page</h4>
<p>To gift a subscription via the checkout, the customer can:</p>
<ol>
<li>Add a subscription product to the cart.</li>
<li>Go to the Checkout page</li>
<li>Click the checkbox <em><strong>This is a gift</strong></em></li>
<li>Type in the recipient’s email address</li>
<li>Once the checkout form is complete, click <strong>Place Order</strong></li>
</ol>
<p><img decoding="async" src="https://help.codibu.com/wp-content/uploads/2020/11/bwbiVpGSPj.png" alt="" /></p>
<h3 id="section-7">Recipient account creation</h3>
<p>In the event that a recipient does not have an account with your store at the time of being gifted a subscription, an account will be created for them. This is so they can manage their subscription.</p>
<p>Account login details, as well as information about where they can manage their new subscription, is sent to the recipient via email.</p>
<p>The first time the new recipient logs into their account, they will be prompted to enter their shipping address (if applicable) and change their password.</p>
<p><img decoding="async" src="https://help.codibu.com/wp-content/uploads/2020/11/69_dJaVlPa.png" alt="" /></p>
<h3 id="section-8">View Subscription page</h3>
<p>The recipient is able to view and manage the subscription they received via the <strong>My Account &gt; View Subscription</strong> page.</p>
<p>Importantly, when visiting the <strong>View Subscription</strong> page, the recipient will not see any product prices or billing information.</p>
<p><img decoding="async" src="https://help.codibu.com/wp-content/uploads/2020/11/TWynngL5-K.png" alt="" /></p>
<p>The <strong>View Subscription</strong> page for a purchaser, and non-gifted subscription, displays all the orders related to that subscription, with details on the amount of those orders.</p>
<p>In order to provide a level of privacy between purchaser and recipient and to make sure recipients cannot see prices for the products purchased for them, <strong>recipients cannot visit the subscription’s related orders pages</strong>. The parent order will also be hidden, as that order could contain information about other products purchased in the original order not related to the recipient.</p>
<p><img decoding="async" src="https://help.codibu.com/wp-content/uploads/2020/11/SQlwLVPxHG.png" alt="" /></p>
<p>The purchaser’s name will also appear under the related order to indicate that they paid for the order.</p>
<h3 id="section-9">Completing an order with a subscription gift</h3>
<p>Once an order with a subscription gift is placed, customers are given an overview of their order. Here the purchaser can see which products in their order have been purchased and for who.</p>
<p><img decoding="async" src="https://help.codibu.com/wp-content/uploads/2020/11/EnyBy9ws1T.png" alt="" /></p>
<h3 id="section-10">Store Manager’s View</h3>
<h4 id="processing-orders-with-gift-recipients">Processing orders with gift recipients</h4>
<p>When an order containing a gifted subscription product is created, <strong>the gift recipient email is stored alongside their order line items</strong>. When processing orders, this allows store managers to see which line items in an order are being purchased for a recipient.</p>
<p><img decoding="async" src="https://help.codibu.com/wp-content/uploads/2020/11/EeFJCxf7tj.png" alt="" /></p>
<div class="woo-sc-box note   "><strong>Note:</strong> If the recipient is subsequently deleted, in addition to the behavior already discussed here, the original order and renewal orders will maintain this information once the recipient is deleted, however, future renewal orders will no longer hold this information.</div>
<h4 id="add-or-modify-the-recipient">Add or modify the recipient</h4>
<p>Store managers can add and edit a subscription’s recipient from the <a href="https://help.codibu.com/blog/kb/manually-add-or-edit-a-subscription/">Edit Subscription administration screen</a>.</p>
<p>If the recipient does not already have an account with your WordPress site, you should <a href="https://codex.wordpress.org/Users_Add_New_Screen"><strong>add the user via the Users &gt; Add New administration screen</strong></a> before proceeding.</p>
<p>To manually add a recipient to a subscription:</p>
<ol>
<li>Click the <strong>Recipient</strong> select box.</li>
<li>Type the first few letters of the name or email for the user.</li>
<li>Click the recipient, after a matching account is loaded.</li>
<li>Click <strong>Save Subscription</strong>.</li>
</ol>
<p><img decoding="async" src="https://help.codibu.com/wp-content/uploads/2020/11/W6nhEU5PVY.png" alt="" /></p>
<p>Once you have added a recipient to the subscription, enter the recipients shipping addresses to be used for subscription shipments if applicable.</p>
<p>To add these details:</p>
<ol>
<li>Click the pencil icon next to <strong>Shipping Details</strong>.</li>
<li>Fill in each shipping address field, entering the recipient’s details.</li>
<li>Click <strong>Save Subscription</strong>.</li>
</ol>
<div class="woo-sc-box note   "><strong>Note:</strong> Clicking the <strong>Load Shipping Details</strong> tool will load the purchaser’s shipping details.</div>
<h3 id="section-11">Shipping address</h3>
<p>When a subscription gift is purchased, the shipping address of the subscription is set to the recipient’s shipping address. This streamlines the process for customers proceeding through the checkout when purchasing subscription products for other users.</p>
<p>If the recipient does not have an account or has not set the shipping address on their account at the time of purchasing the subscription, the subscriptions shipping address will not be set and will display as <strong>N/A</strong>. This will then be updated when the recipient logs in and enters their details via the <a href="https://help.codibu.com/blog/kb/gifting-for-woocommerce-subscriptions/#recipientaccountcreation">Account Details page</a>.</p>
<p><img decoding="async" src="https://help.codibu.com/wp-content/uploads/2020/11/SUqkqsuqPf.png" alt="" /></p>
<p>In order to maintain a gifted subscription’s shipping address when paying for a renewal order through the checkout, <strong>the recipient’s shipping address will automatically be entered into the shipping fields on checkout</strong>.</p>
<h3 id="section-12">Email notifications</h3>
<p>In order to keep recipients up-to-date with their gifted subscriptions, Gifting for WooCommerce Subscriptions sends the following emails:</p>
<ul>
<li><strong>New Recipient Account email:</strong> Sent to a recipient when an account is created for them. This email is sent instead of the WooCommerce Customer New Account email for accounts created for gifted subscription recipients.</li>
<li><strong>New Recipient Subscription email:</strong> Sent to recipients when an order has been placed which contains subscriptions purchased for them. The email contains the purchaser’s name, email and subscription information including the line items included.</li>
<li><strong>Processing Renewal Order email:</strong> Sent to a recipient when payment has been processed for a subscription now awaiting fulfillment for that billing period.</li>
<li><strong>Completed Renewal Order email:</strong> Sent to a recipient when the subscription renewal order is marked complete, indicating that an item for the renewal period has been shipped.</li>
</ul>
<p>Like <a href="https://help.codibu.com/blog/kb/configuring-woocommerce-settings/#section-23">WooCommerce emails</a>, you can enable, disable, edit and customize these emails through settings. To edit emails sent by Gifting for WooCommerce Subscriptions, go to: <strong>WooCommerce &gt; Settings &gt; Emails</strong>.</p>
<h2 id="section-13">Shared Subscription Management</h2>
<p>When a subscription product has been purchased for a recipient, both the recipient and purchaser have access to view and manage certain aspects of the subscription over its life-cycle via the <strong>My Account &gt; View Subscription</strong> page.</p>
<p>The table below outlines the actions recipients and purchasers can make on subscriptions:</p>
<table>
<thead>
<tr>
<th>ACTION</th>
<th>RECIPIENT</th>
<th>PURCHASER</th>
</tr>
</thead>
<tbody>
<tr>
<td>View Subscription</td>
<td>✓</td>
<td>✓</td>
</tr>
<tr>
<td>Suspend Subscription</td>
<td>✓</td>
<td>✓</td>
</tr>
<tr>
<td>Reactivate Subscription</td>
<td>✓</td>
<td>✓</td>
</tr>
<tr>
<td>Cancel Subscription</td>
<td>✓</td>
<td>✓</td>
</tr>
<tr>
<td>Resubscribe</td>
<td>✕</td>
<td>✓</td>
</tr>
<tr>
<td>Change Shipping Address</td>
<td>✓</td>
<td>✓</td>
</tr>
<tr>
<td>Change Payment Method</td>
<td>✕</td>
<td>✓</td>
</tr>
<tr>
<td>Manually Renew</td>
<td>✓</td>
<td>✓</td>
</tr>
<tr>
<td>Switch (upgrade/downgrade)</td>
<td>✕</td>
<td>✓</td>
</tr>
<tr>
<td>View Parent Orders</td>
<td>✕</td>
<td>✓</td>
</tr>
<tr>
<td>View Renewal Orders</td>
<td>✕</td>
<td>✓</td>
</tr>
</tbody>
</table>
<h2 id="section-14">WooCommerce Memberships Integration</h2>
<p>Gifting for WooCommerce Subscriptions is also compatible with <a href="https://help.codibu.com/blog/kb/woocommerce-memberships-2/">WooCommerce Memberships</a>.</p>
<p>Purchasing subscription products tied to a membership plan for a recipient will <strong>grant the benefits of the membership to the recipient rather than the purchaser</strong>.</p>
<p>All the features of managing the memberships granted through subscription gifts remain intact – store managers can pause, edit, cancel, and delete memberships granted to recipients just as normal through the <strong>WooCommerce &gt; Memberships</strong> administration screen.</p>
<h2 id="section-15">Downloadable Products</h2>
<p>Gifting for WooCommerce Subscriptions includes special handling for downloadable products purchased as a gift.</p>
<p>When a downloadable product is purchased for a recipient, by default the recipient is granted the permissions to download the files attached to that product. It is also possible to grant download permissions to both recipient and purchaser.</p>
<p>To enable dual permissions:</p>
<ol>
<li>Go to the <strong>WooCommerce &gt; Settings</strong> administration screen</li>
<li>Click the <strong>Subscriptions</strong> tab</li>
<li>Scroll down to the <strong>Gifting Subscriptions</strong> section</li>
<li>Click <strong>Downloadable Products</strong> to enable or disable dual permissions</li>
</ol>
<p>Similar to the normal process for downloading files, recipients can download the files they have been granted access to from the <strong>My Account</strong> page and the <strong>My Account &gt; View Subscription</strong> page.</p>
<h2 id="section-16">FAQs</h2>
<h3 id="section-17">What happens if I delete a recipient’s account in WordPress?</h3>
<p>When a website administrator deletes a recipient’s user account in WordPress, <strong>the recipient will also be removed from any subscription(s) he or she is associated with</strong>.</p>
<p>A warning message will be displayed outlining which subscriptions the user will be removed from.</p>
<p>It’s important to note that the subscription(s) will not be deleted. The subscription(s) will continue to behave as normal for the purchaser once the subscription recipient has been deleted.</p>
<p><img decoding="async" src="https://help.codibu.com/wp-content/uploads/2020/11/60PvpsTz7z.png" alt="" /></p>
<h3 id="section-18">How do I restrict the gift field to specific products?</h3>
<p>Out-of-the-box Gifting for WooCommerce Subscriptions will enable the option to gift all your subscription products.</p>
<p>To restrict the option for your customers to gift certain products, developers can use the <code>'wcsg_is_giftable_product'</code> filter.</p>
<p>The following code snippet is an example of how to restrict the gifting option to just a few products by their ID.</p>
<div id="gist89369492" class="gist">
<div class="gist-file">
<div class="gist-data">
<div class="js-gist-file-update-container js-task-list-container file-box">
<div id="file-woocommerce-subscriptions-restrict-gifting-to-products-php" class="file my-2">
<div class="Box-body p-0 blob-wrapper data type-php  ">
<table class="highlight tab-size js-file-line-container" data-tab-size="8" data-paste-markdown-skip="">
<tbody>
<tr>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-L1" class="blob-num js-line-number" data-line-number="1"> </td>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-LC1" class="blob-code blob-code-inner js-file-line">/**</td>
</tr>
<tr>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-L2" class="blob-num js-line-number" data-line-number="2"> </td>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-LC2" class="blob-code blob-code-inner js-file-line">* Plugin Name: WooCommerce Subscriptions Restrict Gifting to Products</td>
</tr>
<tr>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-L3" class="blob-num js-line-number" data-line-number="3"> </td>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-LC3" class="blob-code blob-code-inner js-file-line">* Description: Restrict the option to gift to specific products.</td>
</tr>
<tr>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-L4" class="blob-num js-line-number" data-line-number="4"> </td>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-LC4" class="blob-code blob-code-inner js-file-line">* Author: James Allan</td>
</tr>
<tr>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-L5" class="blob-num js-line-number" data-line-number="5"> </td>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-LC5" class="blob-code blob-code-inner js-file-line">* Version: 1.0</td>
</tr>
<tr>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-L6" class="blob-num js-line-number" data-line-number="6"> </td>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-LC6" class="blob-code blob-code-inner js-file-line">* License: GPL v2</td>
</tr>
<tr>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-L7" class="blob-num js-line-number" data-line-number="7"> </td>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-LC7" class="blob-code blob-code-inner js-file-line">*/</td>
</tr>
<tr>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-L8" class="blob-num js-line-number" data-line-number="8"> </td>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-LC8" class="blob-code blob-code-inner js-file-line"> </td>
</tr>
<tr>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-L9" class="blob-num js-line-number" data-line-number="9"> </td>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-LC9" class="blob-code blob-code-inner js-file-line">function wcsrgp_is_giftable_product( $is_giftable, $product ) {</td>
</tr>
<tr>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-L10" class="blob-num js-line-number" data-line-number="10"> </td>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-LC10" class="blob-code blob-code-inner js-file-line">$giftable_product_ids = array( 24, 12859, 11418 );</td>
</tr>
<tr>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-L11" class="blob-num js-line-number" data-line-number="11"> </td>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-LC11" class="blob-code blob-code-inner js-file-line"> </td>
</tr>
<tr>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-L12" class="blob-num js-line-number" data-line-number="12"> </td>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-LC12" class="blob-code blob-code-inner js-file-line">return in_array( $product-<span class="pl-kos">&gt;</span>get_id() , $giftable_product_ids );</td>
</tr>
<tr>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-L13" class="blob-num js-line-number" data-line-number="13"> </td>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-LC13" class="blob-code blob-code-inner js-file-line">}</td>
</tr>
<tr>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-L14" class="blob-num js-line-number" data-line-number="14"> </td>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-LC14" class="blob-code blob-code-inner js-file-line"> </td>
</tr>
<tr>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-L15" class="blob-num js-line-number" data-line-number="15"> </td>
<td id="file-woocommerce-subscriptions-restrict-gifting-to-products-php-LC15" class="blob-code blob-code-inner js-file-line">add_filter( &#8216;wcsg_is_giftable_product&#8217;, &#8216;wcsrgp_is_giftable_product&#8217;, 10, 2 );</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;</p>
</div>
</div>
</div>
<div class="gist-meta">view raw<br />
woocommerce-subscriptions-restrict-gifting-to-products.php<br />
hosted with <img decoding="async" class="emoji" role="img" draggable="false" src="https://help.codibu.com/wp-content/uploads/2022/03/2764.svg" alt="&#x2764;" /> by GitHub</div>
<p>&nbsp;</p>
</div>
</div>
<h3 id="section-19">Can I use Gifting for WooCommerce Subscriptions for corporate purchasing?</h3>
<p>Yes, the Gifting extension’s functionality is suitable to corporate purchasing.</p>
<p>If your store is selling corporate products, it’s likely a purchasing officer may wish to buy and manage subscriptions for members of their team.</p>
<p>The <a href="https://help.codibu.com/blog/kb/subscriptions-use-case-corporate-purchasing/">Subscriptions Use Case: Corporate Purchasing</a> steps through this use case in more detail.</p><p>The post <a href="https://help.codibu.com/blog/gifting-for-woocommerce-subscriptions/">Gifting for WooCommerce Subscriptions</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://help.codibu.com/blog/gifting-for-woocommerce-subscriptions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WooCommerce Subscription Downloads</title>
		<link>https://help.codibu.com/blog/woocommerce-subscription-downloads/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=woocommerce-subscription-downloads</link>
					<comments>https://help.codibu.com/blog/woocommerce-subscription-downloads/#respond</comments>
		
		<dc:creator><![CDATA[JN C]]></dc:creator>
		<pubDate>Sun, 08 Nov 2020 13:58:10 +0000</pubDate>
				<guid isPermaLink="false">https://help.codibu.com/kb/woocommerce-subscription-downloads/</guid>

					<description><![CDATA[<p>Associate a downloadable product to a subscription product using the WooCommerce Subscriptions Downloads extension. WooCommerce Subscription Downloads requires the WooCommerce Subscriptions extension (separate purchase). Installation Download the .zip file from your WooCommerce<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://help.codibu.com/blog/woocommerce-subscription-downloads/">WooCommerce Subscription Downloads</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Associate a downloadable product to a subscription product using the <a href="https://help.codibu.com/blog/kb/woocommerce-subscription-downloads/">WooCommerce Subscriptions Downloads</a> extension.</p>
<div class="woo-sc-box info   ">WooCommerce Subscription Downloads requires the <a href="https://help.codibu.com/blog/kb/woocommerce-subscriptions/">WooCommerce Subscriptions</a> extension (separate purchase).</div>
<h2 id="section-1">Installation</h2>
<ol>
<li><strong>Download</strong> the .zip file from your <a href="https://woocommerce.com/my-account/downloads/" target="_blank" rel="noopener noreferrer">WooCommerce account</a>.</li>
<li><strong>Go to</strong>: <strong>WordPress Admin &gt; Plugins &gt; Add New</strong> and <strong>Upload Plugin</strong> with the file you downloaded with <strong>Choose File</strong>.</li>
<li><strong>Install Now </strong>and<strong> Activate</strong> the extension.</li>
</ol>
<p>More information at: <a href="https://help.codibu.com/blog/kb/managing-woocommerce-com-subscriptions/">Install and Activate Plugins/Extensions</a>.</p>
<h2 id="section-2">Setup and Configuration</h2>
<p>Before starting, you must have an <strong>active Subscription Product</strong> via <a href="https://help.codibu.com/blog/kb/woocommerce-subscriptions/">WooCommerce Subscriptions</a>.</p>
<p>To connect a downloadable product to a subscription, create a new product:</p>
<ol>
<li>Go to: <strong>WooCommerce</strong> &gt; <strong>Products &gt; Add New.</strong>
<p>&nbsp;</p>
</li>
<li>
<p>Set the <strong>Product Type</strong> to be <strong>Simple Product</strong> or <strong>Variable Product</strong> and tick the <strong>Downloadable</strong> checkbox.</p>
</li>
</ol>
<figure id="attachment_153765" class="wp-caption aligncenter" aria-describedby="caption-attachment-153765"><a href="https://help.codibu.com/wp-content/uploads/2020/11/wc-sub-downloads-metabox.png"><img loading="lazy" decoding="async" class="wp-image-153765 size-full" src="https://help.codibu.com/wp-content/uploads/2020/11/wc-sub-downloads-metabox.png" sizes="(max-width: 972px) 100vw, 972px" srcset="https://help.codibu.com/wp-content/uploads/2020/11/wc-sub-downloads-metabox.png 972w, https://help.codibu.com/wp-content/uploads/2020/11/wc-sub-downloads-metabox.png?resize=550,324 550w, https://help.codibu.com/wp-content/uploads/2020/11/wc-sub-downloads-metabox.png?resize=768,452 768w, https://help.codibu.com/wp-content/uploads/2020/11/wc-sub-downloads-metabox.png?resize=950,559 950w" alt="The setup for your downloadable product." width="972" height="572" /></a><figcaption id="caption-attachment-153765" class="wp-caption-text">The setup for your downloadable product.</figcaption></figure>
<ol>
<li>Scroll down to the <strong>Subscriptions</strong> field in the <strong>General</strong> tab.
<p>&nbsp;</p>
</li>
<li>
<p>Search for your subscription product and select the appropriate result.</p>
</li>
</ol>
<p>5.<strong> Publish</strong> in the top-right corner to publish your downloadable product, now linked to your subscription.</p>
<h2 id="section-3">Usage</h2>
<p>When a subscription customer visits <strong>My Account</strong>, they now see a list of the files available for their download, which are attached to the connected <strong>Downloadable</strong> products.</p>
<figure id="attachment_153766" class="wp-caption aligncenter" aria-describedby="caption-attachment-153766"><a href="https://help.codibu.com/wp-content/uploads/2020/11/wc-sub-downloads-my-account.png"><img loading="lazy" decoding="async" class="size-medium wp-image-153766" src="https://help.codibu.com/wp-content/uploads/2020/11/wc-sub-downloads-my-account-550x377.png" alt="Any customer subscribing to your subscription product will now see the download links for files in the related downloadable products." width="550" height="377" /></a><figcaption id="caption-attachment-153766" class="wp-caption-text">Any customer subscribing to your subscription product will now see the download links for files in the related downloadable products.</figcaption></figure>
<h2 id="section-4">FAQs</h2>
<p><strong>Can I connect a downloadable product to multiple subscription products?</strong></p>
<p>Yes. WooCommerce Subscription Downloads allows for connecting a downloadable product to multiple subscriptions listed in your store.</p>
<p><strong>Is it possible that I can add more downloads products to a subscription like monthly basis so customers can download it?</strong></p>
<p>When you add a subscription to a downloadable product then anyone with an active subscription will have access to the downloads from that product. So both the users that have already purchased the subscription and any new users that purchase the subscription.</p>
<p><strong>What would happen if the subscription expires / cancelled? Will they get access to the old downloads or they wont get access to any of the downloads?</strong></p>
<p>The downloads will only remain available during the time that the user has an active subscription. So as soon as the subscription is cancelled / suspended or expired the user won’t have access to the downloadable files anymore.</p><p>The post <a href="https://help.codibu.com/blog/woocommerce-subscription-downloads/">WooCommerce Subscription Downloads</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://help.codibu.com/blog/woocommerce-subscription-downloads/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
