<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Tips and Tricks HQ Forum &#187; Forum: WP eStore F.A.Q/Instructions - Recent Topics</title>
		<link>http://www.tipsandtricks-hq.com/forum/forum/wp-estore-faq</link>
		<description>Support Forum for Tips and Tricks HQ Products</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Feb 2012 17:14:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.tipsandtricks-hq.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.tipsandtricks-hq.com/forum/rss/forum/wp-estore-faq/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>apeterka on "Renewal or double pay questions"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/renewal-or-double-pay-questions#post-28934</link>
			<pubDate>Sun, 05 Feb 2012 16:05:58 +0000</pubDate>
			<dc:creator>apeterka</dc:creator>
			<guid isPermaLink="false">28934@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;I'm using Buy Now buttons and thinking about having the membership level attached expire in 1 year. &#60;/p&#62;
&#60;p&#62;When a member renews via eStore prior to their original expiration date, does the renewal begin when the first membership ends, or does it begin at the time of renewal?&#60;/p&#62;
&#60;p&#62;And a possibly related question: What happens if I have a 1 yr membership duration set and a member decides to process a payment twice? Would that extend their membership to two years?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Power Kitten on "Displaying Shopping Cart"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/displaying-shopping-cart#post-28724</link>
			<pubDate>Tue, 31 Jan 2012 22:34:33 +0000</pubDate>
			<dc:creator>Power Kitten</dc:creator>
			<guid isPermaLink="false">28724@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;How do I get a shopping cart to display? At the moment, customers click on the buy button on the product page and it goes straight to PayPal. I am sure when I first started with eStore that I could see the cart when I made a test purchase, but it seems no more! I must have checked or unchecked something along the way...&#60;/p&#62;
&#60;p&#62;Hope someone can help, as I'm very keen to use the shipping variation option for international sales. I am assuming that these shipping options only show up on a shopping cart page, as opposed to within PayPal.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>momentum34 on "When filling in estore general settings, what do I put in  &#34;checkout Page&#34; box"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/when-filling-in-estore-general-settings-what-do-i-put-in-checkout-page-box#post-28647</link>
			<pubDate>Tue, 31 Jan 2012 01:10:22 +0000</pubDate>
			<dc:creator>momentum34</dc:creator>
			<guid isPermaLink="false">28647@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;Hello, I am going through the setup in the estore general setting section and there is a &#34;Checkout Page&#34; and then an empty box. What am I suppose to put there? Right now my website is set up to use Paypal Merchant Standard. Is &#34;checkout page&#34; a different page I can create?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amin007 on "PHP Session not working correctly"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/php-session-not-working-correctly#post-4181</link>
			<pubDate>Sat, 15 May 2010 09:14:44 +0000</pubDate>
			<dc:creator>amin007</dc:creator>
			<guid isPermaLink="false">4181@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;&#60;strong&#62;1. Issue Related to PHP Session&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Occasionally a server may not have it's PHP session configured correctly. Please note that you won't be able to use a shopping cart software without the PHP session working correctly. It is your hosting provider's responsibility to give you a server where the PHP session is setup properly. &#60;/p&#62;
&#60;p&#62;Making the PHP session to work is a very easy task. You mainly have to make sure the following two things are in place:&#60;/p&#62;
&#60;p&#62;1) Check if your server's PHP config is set to allow sessions.&#60;br /&#62;
2) Check to make sure the session save path has been configured correctly. This is just a matter of adding a line similar to the following in the php.ini file:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;session.save_path = /tmp&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It is best to contact your hosting provider so they can do this for you. All you have to do is request them to fix the PHP session issue on your server and they should know what to do.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;2. Issue Related to incorrect Server Setup&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Please check this article that explains how this issue can come from incorrect server setup (check the 2nd point):&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.tipsandtricks-hq.com/forum/topic/paypal-says-your-shopping-cart-is-empty&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/forum/topic/paypal-says-your-shopping-cart-is-empty&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;How To Find Out If You Are Having a PHP Session Issue&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;This simple test should help you identify if you are having PHP Session issue on your server.&#60;/p&#62;
&#60;p&#62;Step 0: Make sure to empty the cache and deactivate any caching plugin before you do this test.&#60;/p&#62;
&#60;p&#62;Step 1: Add a product to the shopping cart (Check to make sure that the item is in the cart)&#60;/p&#62;
&#60;p&#62;Step 2: Now browse to a different page on your site (any page will do).&#60;/p&#62;
&#60;p&#62;Step 3: Go back to the page where you have your shopping cart that shows you the items in your cart. Can you see still the item that you added in step 1?&#60;/p&#62;
&#60;p&#62;If you can see the item in the cart after step 3 then your PHP Session is most likely working fine.&#60;/p&#62;
&#60;p&#62;If you cannot see the item the cart after step 3 then that means your PHP Session is not storing the data like it is supposed to. The PHP session is losing the value when you do another operation (step 2 in this case).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "WP eStore - Automatically Shorten the Encrypted Download Link"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/wp-estore-automatically-shorten-the-encrypted-download-link#post-27862</link>
			<pubDate>Sun, 15 Jan 2012 06:34:33 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">27862@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;You can shorten the eStore's encrypted download link and then deliver the shortened link to your customers. To enable this option please do the following:&#60;/p&#62;
&#60;p&#62;1. Open &#34;eStore_advanced_configs.php&#34; file and search for this line of code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;WP_ESTORE_AUTO_SHORTEN_DOWNLOAD_LINKS&#38;#39;, false);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Once you find it, change it the following (basically change the &#34;false&#34; value to &#34;true&#34;):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;WP_ESTORE_AUTO_SHORTEN_DOWNLOAD_LINKS&#38;#39;, true);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will make it so that the encrypted download links will be shortened using Google's URL Shortener service and given to your customers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "Force a File to Download Instead of Showing Up in the Browser"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/force-a-file-to-download-instead-of-showing-up-in-the-browser#post-27822</link>
			<pubDate>Sat, 14 Jan 2012 05:44:26 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">27822@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;&#60;h3&#62;How Browsers Work With File Downloads&#60;/h3&#62;&#60;/p&#62;
&#60;p&#62;Usually when a user goes to a file URL (for example: a download link), the file will show in the browser if the browser supports it. Image files like jpg, png, gif etc. will almost always show in the browser. Archive files like zip, tar, gzip etc. will always be downloaded. Some file types show up in some browsers but not others depending of if the browser can read the file or not. For example, Internet Explorer (IE) will usually try to show Microsoft Word files (doc and docx) in the browser, while most other browsers will download it. Google Chrome has its own PDF converter and it will try to convert a PDF file and render it in the browser.&#60;/p&#62;
&#60;p&#62;The key thing to understand is that some browsers maybe able to read a particular file type based on the addons you have installed for that browser while others may not be able to. If a browser can read the file type it will show it in the browser. If the browser cannot read a file type it will force a download to the hard disk. Usually this is not an issue since the users can save the file to there computer after it is shown in the browser.&#60;/p&#62;
&#60;p&#62;&#60;h3&#62;How to Force a File Download For All My Files &#60;/h3&#62;&#60;/p&#62;
&#60;p&#62;Some users prefer that all the files should be forced downloaded (no showing in the browser). There are a few things you can do to ensure that.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Option 1:&#60;/strong&#62; The easiest solution is to put your file (example: a PDF file) inside a zip file if possible (If you are using the &#60;a href=&#34;http://www.tipsandtricks-hq.com/wp-pdf-stamper-plugin-2332&#34;&#62;PDF Stamper&#60;/a&#62; plugin then you can't do this unfortunately). Browsers cannot read zip file so it will force a download. Most computer users know to unzip the file and get the content from inside.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Option 2:&#60;/strong&#62; Most browsers have a settings where it lets the users specify if they want to force download a certain type of files (for example: a pdf file). You can instruct your users to use this option if you think it will help them (again this is common knowledge and most internet users know this).&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Option 3:&#60;/strong&#62; You can add the following lines of code in your .htaccess file of your server to force a download of a particular file type from your server (in this example it is for PDF file types):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;FilesMatch &#38;quot;\.(?i:pdf)$&#38;quot;&#38;gt;
  ForceType application/octet-stream
  Header set Content-Disposition attachment
&#38;lt;/FilesMatch&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can change &#34;pdf&#34; to any other file type based on your need (example: doc).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "Product Categorization Options in WP eStore Plugin"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/product-categorization-options-in-wp-estore-plugin#post-23895</link>
			<pubDate>Thu, 20 Oct 2011 23:56:00 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">23895@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;Two main options are:&#60;/p&#62;
&#60;p&#62;1. Use eStore categories only&#60;br /&#62;
or&#60;br /&#62;
2. Use WordPress categories&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Option 1: Use eStore Categories Only&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Create categories for your products from the &#34;Categories&#34; menu of eStore. For each category create a WordPress post or page and enter the following shortcode there:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[wp_eStore_category_products:category_id:1:end]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace 1 with the actual category ID&#60;/p&#62;
&#60;p&#62;There are other shortcodes that you can also use to display products from a particular category, check the shortcodes list documentation.&#60;/p&#62;
&#60;p&#62;When you are done, you can use the following shortcode on your &#34;Store&#34; or &#34;Products&#34; page to display a list of all your categories. This lets your visitors browse your store based on the category they are interested in. Each category will be linked to the respective category page where all the products from that category is displayed:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[wp_eStore_list_categories]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or Use the following shortcode that lists all the categories in your store using a fancy display:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[wp_eStore_list_categories_fancy]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Check the eStore shortcodes reference documentation for a list of available shortcodes:&#60;br /&#62;
&#60;a href=&#34;http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Option 2: Use WordPress Categories&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;For this method you need to have a separate post for each product (you can use custom post types too if you want). Simply create a WordPress post for each product and place the product details and a buy button on that post. Then add this post to a category like you normally would for any WordPress post. When you are done you will end up with a lot of posts (each post being a product) and categories. Now, you just place a WordPress category list on your &#34;Store&#34; page so that your visitors can browse your store/products.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markluchauer on "How to make a Free Download?"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/how-to-make-a-free-download#post-16063</link>
			<pubDate>Tue, 19 Apr 2011 03:36:08 +0000</pubDate>
			<dc:creator>markluchauer</dc:creator>
			<guid isPermaLink="false">16063@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;I would like to offer a Free Download using WP-Estore. I have tried the following options and neither work:&#60;/p&#62;
&#60;p&#62;1. Make product price $0.00&#60;br /&#62;
2. Create coupon for 100% off&#60;/p&#62;
&#60;p&#62;In both situations, Paypal will not checkout the item and says, &#34;Please enter an amount greater than zero.&#34;&#60;/p&#62;
&#60;p&#62;Any suggestions on how to offer a free download using WP-Estore?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amin007 on "How and When to Enable Debug and What does it do?"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/how-and-when-to-enable-debug-and-what-does-it-do#post-2096</link>
			<pubDate>Sat, 20 Feb 2010 02:46:40 +0000</pubDate>
			<dc:creator>amin007</dc:creator>
			<guid isPermaLink="false">2096@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;&#60;strong&#62;What does enable debug do?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Once someone makes a payment, PayPal sends a payment notification (IPN) to the WP eStore plugin's post payment processing script. The plugin then does a range of verification checks and perform the post payment work (e.g. send emails to the customers, award affiliate commission, update stock quantities etc).&#60;/p&#62;
&#60;p&#62;When the debug is enabled the plugin will log every step of the post payment processing tasks in a log file which can be analyzed to find out any failures that maybe stopping the plugin from completing the full post payment processing steps.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;When to enable debug? &#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Basically, if something is not functioning as expected after the payment is made on PayPal (e.g. emails are not getting sent out) it is a good idea to enable debug and perform a test transaction so you can analyze the log file to identify the issue.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;How to Enable Debug?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Simply check the &#34;Enable Debug&#34; checkbox from the &#34;Testing and Debugging Settings&#34; section of the eStore's settings page and save the settings.&#60;/p&#62;
&#60;p&#62;It is also a good idea to use the &#34;Reset Debug Log Files&#34; button to reset your debug files before doing the test transaction so you can capture a clean debug output from the transaction you are about to do.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Where to find this Log file?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;After you have ran a transaction with debug enabled, you will most likely want to check the log file. You can access all the log files from the settings menu of the eStore plugin (Check under the &#34;Debugging and Testing&#34; section of the settings menu. If you are doing a transaction testing then the debug files you want to look for are:&#60;/p&#62;
&#60;p&#62;- ipn_handle_debug.log&#60;br /&#62;
- eStore_post_payment_debug.log&#60;br /&#62;
- subscription_handle_debug.log (for membership payment)&#60;/p&#62;
&#60;p&#62;All the debug files are stored in this plugin's (wp-cart-for-digital-product) directory in case you want to manually check them using FTP.&#60;/p&#62;
&#60;p&#62;Look for the word &#34;Failure&#34; in that file and it will tell you exactly what is failing.&#60;/p&#62;
&#60;p&#62;If you need a hand with understanding/reading the file let us know and we should be able to guide you. When contacting us for an issue related to this please send us the debug file or your website address.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;How do You Know if You are Looking at New Debug info or Old Debug info?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Ideally you should be resetting the debug file by emptying out the content of the debug file so that you have a fresh file to look at. If you forgot to do this or you don't want to do this then use the date and timestamp value in the debug file to determine the  freshness of the debug info.&#60;/p&#62;
&#60;p&#62;Each debug line in the debug file has a date and timestamp value which should help you identify if certain debug info is new or old (from a previous transaction).&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;What to do if the Log file is empty or new debug is not getting added to the file?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;The following post will tell you what to do if the debug log file is empty even after running a transaction with debug enabled.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.tipsandtricks-hq.com/forum/topic/what-to-do-if-the-debug-file-is-empty&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/forum/topic/what-to-do-if-the-debug-file-is-empty&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amin007 on "What to do if the Debug file is empty or New Debug info is not getting added"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/what-to-do-if-the-debug-file-is-empty#post-2099</link>
			<pubDate>Sat, 20 Feb 2010 04:42:40 +0000</pubDate>
			<dc:creator>amin007</dc:creator>
			<guid isPermaLink="false">2099@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;If you are trying to troubleshoot a problem by running the plugin with the debug enabled option but not getting any output in the debug log file (ipn_handle_debug.log) then follow the steps outlined in this post.&#60;/p&#62;
&#60;p&#62;Not sure what &#34;Enable Debug&#34; mean? Read this post first that explains what enable debug option does:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.tipsandtricks-hq.com/forum/topic/how-and-when-to-enable-debug-and-what-does-it-do&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/forum/topic/how-and-when-to-enable-debug-and-what-does-it-do&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Debug File Empty Troubleshooting Checklist&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Step 1:&#60;/strong&#62; First, check to make sure that you have turned debug on from the settings menu of the WP eStore plugin. If the &#34;Enable Debug&#34; checkbox is not checked then the plugin won't write to the log file. If step 1 is not the issue then move to step 2.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Step 2:&#60;/strong&#62; Check that the &#34;Use Automatic Post Payment Processing&#34; checkbox is checked in the settings menu of the eStore plugin. If this option is not checked then the plugin won't tell PayPal to send the IPN and no post payment processing will happen, hence no debug output. If this is not the issue then continue to step 3.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Step 3:&#60;/strong&#62; Make sure you don't have any &#34;Maintenance Mode&#34; or &#34;Coming Soon&#34; type plugin active. These type of plugins will block the payment notifications sent by PayPal so the plugin will never receive any notification after a payment and nothing will happen.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Step 4:&#60;/strong&#62; Now lets check to make sure that the plugin is not facing any permission issue when trying to write to this file.&#60;/p&#62;
&#60;p&#62;Access the &#34;paypal.php&#34; file that is stored in this plugin's directory (wp-cart-for-digital-product) directly from a browser. The URL should be something similar to the following:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.yoursite.com/wp-content/plugins/wp-cart-for-digital-products/paypal.php&#34; rel=&#34;nofollow&#34;&#62;http://www.yoursite.com/wp-content/plugins/wp-cart-for-digital-products/paypal.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;change &#34;yoursite.com&#34; to the domain name of your site. When you enter that URL in the browsers address bar you should see the following line:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Debug is enabled. Check the ipn_handle_debug.log file for debug output.&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Accessing the &#34;paypal.php&#34; file directly will trigger the plugin to write something in the debug file so lets check the &#34;ipn_handle_debug.log&#34; file again. If the file is still blank then it would mean that the debug log file &#34;ipn_handle_debug.log&#34; doesn't have write permission. Give it write permission.&#60;/p&#62;
&#60;p&#62;On the other hand if you see some content in the debug log file then we do not have any file permission issue... move to step 5.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Step 5:&#60;/strong&#62; Now the options get narrowed down to...&#60;br /&#62;
a) something is blocking the PayPal IPN.&#60;br /&#62;
b) Your paypal profile is not set correctly to send the IPN.&#60;/p&#62;
&#60;p&#62;If you have a paypal sandbox account then we can rule out option a) by doing another simple test.&#60;/p&#62;
&#60;p&#62;Log into your paypal sandbox account and go to the IPN simulator test tools page at the following URL:&#60;br /&#62;
&#60;a href=&#34;https://developer.paypal.com/cgi-bin/devscr?cmd=_ipn-link-session&#34; rel=&#34;nofollow&#34;&#62;https://developer.paypal.com/cgi-bin/devscr?cmd=_ipn-link-session&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Enter the URL from step 3 (URL of the paypal.php file) in the &#34;IPN handler URL&#34; field and select &#34;Web Accept&#34; from the transaction type drop down menu. Now hit send IPN button and see if you get any failure. If you receive an error message saying the &#34;IPN sending failed&#34; then that could mean that something on your server is blocking paypal's IPN (maybe your servers firewall or a plugin is blocking it).&#60;/p&#62;
&#60;p&#62;If the IPN was sent successfully then check the debug log file explained in step 3 and make sure that there is a new entry in the file for the IPN that was just sent to the plugin.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Step 6:&#60;/strong&#62; At this point there is only one possible cause left. You may have specified to not receive IPN in your PayPal profile. Please check the &#34;Instant Payment Notification Preferences&#34; settings in your PayPal profile to make sure you have IPN enabled in your account.&#60;/p&#62;
&#60;p&#62;See the following post to make sure your PayPal profile settings are correct too:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.tipsandtricks-hq.com/forum/topic/wp-estore-and-paypal-profile-settings&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/forum/topic/wp-estore-and-paypal-profile-settings&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

