<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments for Netpad blog	</title>
	<atom:link href="https://netpad.gr/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://netpad.gr</link>
	<description>My personal WordPress lab</description>
	<lastBuildDate>Sun, 05 Oct 2025 16:22:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		Comment on Add user to group after product purchase in WP by George		</title>
		<link>https://netpad.gr/add-user-to-group-after-product-purchase-in-wp/#comment-3647</link>

		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Thu, 02 Mar 2017 19:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=274#comment-3647</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://netpad.gr/add-user-to-group-after-product-purchase-in-wp/#comment-3646&quot;&gt;Amanda&lt;/a&gt;.

Good to know that you resolved it!!! :) 

Perhaps you should have a look at these hooks: 
woocommerce_checkout_order_processed
woocommerce_new_order
I haven&#039;t tried them though coz IMO it&#039;s better to grant privileges when the order is completed ie when the payment is complete.

Cheers,
George]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://netpad.gr/add-user-to-group-after-product-purchase-in-wp/#comment-3646">Amanda</a>.</p>
<p>Good to know that you resolved it!!! 🙂 </p>
<p>Perhaps you should have a look at these hooks:<br />
woocommerce_checkout_order_processed<br />
woocommerce_new_order<br />
I haven&#8217;t tried them though coz IMO it&#8217;s better to grant privileges when the order is completed ie when the payment is complete.</p>
<p>Cheers,<br />
George</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Add user to group after product purchase in WP by Amanda		</title>
		<link>https://netpad.gr/add-user-to-group-after-product-purchase-in-wp/#comment-3646</link>

		<dc:creator><![CDATA[Amanda]]></dc:creator>
		<pubDate>Thu, 02 Mar 2017 03:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=274#comment-3646</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://netpad.gr/add-user-to-group-after-product-purchase-in-wp/#comment-3645&quot;&gt;Amanda&lt;/a&gt;.

Yep - it worked when I completed the order!!  Now to find the right place to hook it into!  #Progress  Thank you!  I learned a LOT from this example!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://netpad.gr/add-user-to-group-after-product-purchase-in-wp/#comment-3645">Amanda</a>.</p>
<p>Yep &#8211; it worked when I completed the order!!  Now to find the right place to hook it into!  #Progress  Thank you!  I learned a LOT from this example!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Add user to group after product purchase in WP by Amanda		</title>
		<link>https://netpad.gr/add-user-to-group-after-product-purchase-in-wp/#comment-3645</link>

		<dc:creator><![CDATA[Amanda]]></dc:creator>
		<pubDate>Thu, 02 Mar 2017 03:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=274#comment-3645</guid>

					<description><![CDATA[Aaaaand I just saw the line about order status being completed.  That is probably my problem.   I&#039;ll check with one of my test orders to confirm.  

I want to trigger this event when checkout completes as the order itself contains items that will be shipped/picked up at a later date - but I want to give access to paid sections of the site right away.  I guess I need to find the do_action event for checkout complete instead of order complete and hook into that instead.]]></description>
			<content:encoded><![CDATA[<p>Aaaaand I just saw the line about order status being completed.  That is probably my problem.   I&#8217;ll check with one of my test orders to confirm.  </p>
<p>I want to trigger this event when checkout completes as the order itself contains items that will be shipped/picked up at a later date &#8211; but I want to give access to paid sections of the site right away.  I guess I need to find the do_action event for checkout complete instead of order complete and hook into that instead.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Add user to group after product purchase in WP by Amanda		</title>
		<link>https://netpad.gr/add-user-to-group-after-product-purchase-in-wp/#comment-3644</link>

		<dc:creator><![CDATA[Amanda]]></dc:creator>
		<pubDate>Thu, 02 Mar 2017 03:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=274#comment-3644</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://netpad.gr/add-user-to-group-after-product-purchase-in-wp/#comment-3642&quot;&gt;George&lt;/a&gt;.

Thanks George!  Any help you can offer is greatly appreciated.  It&#039;s entirely possible that the issue is entirely user error.  I consider myself reasonably adept at HTML and CSS - but PHP is not my strong suit (it&#039;s been about 2 years since I&#039;ve done anything with PHP).  I got thrown into the deep end with this Wordpress site, so I&#039;m learning how everything works as I go - and in no particular logical order.  :-)

I&#039;m using Groups Version 2.0.2 and Woocommerce version Version 2.6.14

Thanks in advance!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://netpad.gr/add-user-to-group-after-product-purchase-in-wp/#comment-3642">George</a>.</p>
<p>Thanks George!  Any help you can offer is greatly appreciated.  It&#8217;s entirely possible that the issue is entirely user error.  I consider myself reasonably adept at HTML and CSS &#8211; but PHP is not my strong suit (it&#8217;s been about 2 years since I&#8217;ve done anything with PHP).  I got thrown into the deep end with this WordPress site, so I&#8217;m learning how everything works as I go &#8211; and in no particular logical order.  🙂</p>
<p>I&#8217;m using Groups Version 2.0.2 and Woocommerce version Version 2.6.14</p>
<p>Thanks in advance!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Add user to group after product purchase in WP by George		</title>
		<link>https://netpad.gr/add-user-to-group-after-product-purchase-in-wp/#comment-3642</link>

		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Wed, 01 Mar 2017 14:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=274#comment-3642</guid>

					<description><![CDATA[Hi Amanda,

To be honest it&#039;s been a while since i last used it, so everything is possible.
Please keep in mind that the order status must be completed.
What versions of WooCommerce and Groups do you use?

I will have a look using the latest versions for both and will keep you posted.

Thanks.]]></description>
			<content:encoded><![CDATA[<p>Hi Amanda,</p>
<p>To be honest it&#8217;s been a while since i last used it, so everything is possible.<br />
Please keep in mind that the order status must be completed.<br />
What versions of WooCommerce and Groups do you use?</p>
<p>I will have a look using the latest versions for both and will keep you posted.</p>
<p>Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Add user to group after product purchase in WP by Amanda		</title>
		<link>https://netpad.gr/add-user-to-group-after-product-purchase-in-wp/#comment-3641</link>

		<dc:creator><![CDATA[Amanda]]></dc:creator>
		<pubDate>Wed, 01 Mar 2017 03:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=274#comment-3641</guid>

					<description><![CDATA[Wordpress newbie here, and I might be missing something really basic - but the snippet isn&#039;t working for me. I&#039;ve modified the code snippet to reflect the product I&#039;m interested in and the name of the group I want the user added to.

I&#039;ve put this snippet in my functions.php file - but nothing is happening when I place an order.

Is this snippet still good for the current version of Woocommerce and groups?]]></description>
			<content:encoded><![CDATA[<p>WordPress newbie here, and I might be missing something really basic &#8211; but the snippet isn&#8217;t working for me. I&#8217;ve modified the code snippet to reflect the product I&#8217;m interested in and the name of the group I want the user added to.</p>
<p>I&#8217;ve put this snippet in my functions.php file &#8211; but nothing is happening when I place an order.</p>
<p>Is this snippet still good for the current version of Woocommerce and groups?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Affiliate bonus upon referral &#8211; WP plugin by George		</title>
		<link>https://netpad.gr/affiliate-bonus-upon-referral-wp-plugin/#comment-2689</link>

		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Fri, 01 Apr 2016 18:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=307#comment-2689</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://netpad.gr/affiliate-bonus-upon-referral-wp-plugin/#comment-2685&quot;&gt;Razak&lt;/a&gt;.

Hi Razak,

I will modify the plugin and reply to you back to the support forum.

Thanks for using the plugin :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://netpad.gr/affiliate-bonus-upon-referral-wp-plugin/#comment-2685">Razak</a>.</p>
<p>Hi Razak,</p>
<p>I will modify the plugin and reply to you back to the support forum.</p>
<p>Thanks for using the plugin 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Affiliate bonus upon referral &#8211; WP plugin by Razak		</title>
		<link>https://netpad.gr/affiliate-bonus-upon-referral-wp-plugin/#comment-2685</link>

		<dc:creator><![CDATA[Razak]]></dc:creator>
		<pubDate>Fri, 01 Apr 2016 13:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=307#comment-2685</guid>

					<description><![CDATA[Hi, I just install your plugin..but how to setup the plugin..what setting need to be done...Do advise please.

Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi, I just install your plugin..but how to setup the plugin..what setting need to be done&#8230;Do advise please.</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Custom WordPress Query With pre_get_posts by Set Sticky Posts Automatically For New Posts - How To		</title>
		<link>https://netpad.gr/custom-wordpress-query-with-pre_get_posts/#comment-1146</link>

		<dc:creator><![CDATA[Set Sticky Posts Automatically For New Posts - How To]]></dc:creator>
		<pubDate>Sun, 22 Mar 2015 13:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=156#comment-1146</guid>

					<description><![CDATA[[&#8230;] have previously written a post on how to auto-manipulate sticky posts here. There you could make sticky posts disappear from the home page, or you could put the sticky post [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] have previously written a post on how to auto-manipulate sticky posts here. There you could make sticky posts disappear from the home page, or you could put the sticky post [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How To Set Up an Email Account in Outlook 2010 by Setup new Email Accounts In cPanel &#8211; How To / My Blog		</title>
		<link>https://netpad.gr/new-outlook-mail-account/#comment-530</link>

		<dc:creator><![CDATA[Setup new Email Accounts In cPanel &#8211; How To / My Blog]]></dc:creator>
		<pubDate>Mon, 02 Mar 2015 13:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=8#comment-530</guid>

					<description><![CDATA[[&#8230;] So if you have successfully setup new email accounts, you are ready to watch this video and configure outlook. [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] So if you have successfully setup new email accounts, you are ready to watch this video and configure outlook. [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
