<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>WordPress eCommerce</title>
	<link>http://www.wordpress-ecommerce.com</link>
	<description>Wordpress eCommerce Plugins</description>
	<lastBuildDate>Fri, 23 Sep 2011 12:48:47 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>How to Create a Pay Per View Video Website</title>
		<description><![CDATA[Selling Pay Per View content online is very profitable. It allows your customer to access content for a short period of  time. The good thing about Pay Per View content is you don&#8217;t have to worry about the security of the product as you are not giving away any product. The content is on your [...]]]></description>
		<link>http://www.wordpress-ecommerce.com/how-to-create-a-pay-per-view-video-website-1297</link>
			</item>
	<item>
		<title>Ecommerce 101: How to Sell Product with a WordPress Shopping Cart</title>
		<description><![CDATA[Once you setup a new website with WordPress the first thing you want to do is sell product. In fact there are many WordPress shopping carts out there. One of them which I personally use is WP eStore. One thing I like the most about eStore is it&#8217;s usability. It is so well designed that [...]]]></description>
		<link>http://www.wordpress-ecommerce.com/ecommerce-101-how-to-sell-product-with-a-wordpress-shopping-cart-1256</link>
			</item>
	<item>
		<title>The most effective way to Increase Your Website Conversion Rate</title>
		<description><![CDATA[What comes into your mind when you think of increasing your website conversion rate? Probably a few Google searches and you will find out plenty of tips from thousands of websites out there. You have to assume that those tips will be effective for your website. But you don&#8217;t know for sure as you can&#8217;t [...]]]></description>
		<link>http://www.wordpress-ecommerce.com/the-most-effective-way-to-increase-your-website-conversion-rate-1234</link>
			</item>
	<item>
		<title>WP eStore &#8211; The Secure Squeeze Page Generator For WordPress</title>
		<description><![CDATA[<script type="text/javascript">
jQuery(document).ready(function($) {
$(function() {
  $('.error').hide();
  $(".button").click(function() {
		// validate and process form
		// first hide any error messages
    $('.error').hide();
		
	  var name = $("input#name").val();
		if (name == "") {
      $("label#name_error").show();
      $("input#name").focus();
      return false;
    }
		var email = $("input#eStore_ajax_email").val();
		if (email == "") {
      $("label#email_error").show();
      $("input#eStore_ajax_email").focus();
      return false;
    }
		var prod_id = $("input#free_download_product_id").val();
		var ap_id = $("input#free_download_ap_id").val();
		var clientip = $("input#free_download_clientip").val();
		
		var dataString = 'name='+ name + '&email=' + email + '&prod_id=' + prod_id + '&ap_id=' + ap_id + '&clientip=' + clientip;
		//alert (dataString);return false;
        var process_script_url = 'http://www.wordpress-ecommerce.com/wp-content/plugins/wp-cart-for-digital-products' + '/ajax_process_download.php';

	// Because the server might be invoking the PDF Stamper, we want the user to have a "warm fuzzy feeling" while they
	// wait for a response.  Otherwise, they might get "click happy" with the submit button.
	// -- The Assurer, 2010-09-14.
	{
		$('.free_download_form').html("<div class='message'></div>");
		$('.message').html("")
		.append("Processing Order...")
		.hide()
		.fadeIn(1000, function() {
			$('.message').append("<img id='loader1' src='http://www.wordpress-ecommerce.com/wp-content/plugins/wp-cart-for-digital-products/images/ajax-loader1.gif' />");
		});
	}

		$.ajax({
      type: "POST",
      url: process_script_url,
      data: dataString,
      success: function() {
        $('.free_download_form').html("<div class='message'></div>");
        $('.message').html("")
        .append("<p style='color: green;'><strong>Email sent! Please check your inbox for the download link.</strong></p>")
        .hide()
        .fadeIn(1000, function() {
          $('.message').append("<img id='checkmark' src='http://www.wordpress-ecommerce.com/wp-content/plugins/wp-cart-for-digital-products/images/check.png' />");
        });
      }
     });
    return false;
	});
});
});
</script>
Squeeze page is a page where a visitor lands and is offered to receive free products by entering his/her name, email address. The sole purpose of squeeze page is to capture the visitor&#8217;s email address for follow-up email marketing. These days people mostly use Aweber, MailChimp, GetResponse auto-responder services for their email marking campaign. But [...]]]></description>
		<link>http://www.wordpress-ecommerce.com/wp-estore-the-secure-squeeze-page-generator-for-wordpress-1201</link>
			</item>
	<item>
		<title>How to Display Video in Overlay From Your WordPress Blog</title>
		<description><![CDATA[Lightbox is becoming a very popular topic for displaying video or image in overlay on your site. For a long time I&#8217;ve been searching for an ultimate Lightbox solution which will allow me to display any video or image in overlay. Lately I just discovered a WordPress Video Lightbox plugin which does exactly what every [...]]]></description>
		<link>http://www.wordpress-ecommerce.com/how-to-display-video-in-overlay-from-your-wordpress-blog-1175</link>
			</item>
	<item>
		<title>How to Setup an Online Mp3 Store on Your WordPress Site</title>
		<description><![CDATA[Nowadays, everybody likes to shop online. You can get pretty much everything just with a few clicks on your computer. It&#8217;s really comfortable for the customers which is why this is also a lucrative business for the sellers. Selling mp3 is a good option for you if you are planning to launch an online mp3 [...]]]></description>
		<link>http://www.wordpress-ecommerce.com/how-to-setup-an-online-mp3-store-on-your-wordpress-site-1079</link>
			</item>
	<item>
		<title>How to Create an Amazing Photo Store on Your WordPress Site</title>
		<description><![CDATA[If you have read my other post on how to turn your wordpress site into a digital photo store you should already know how to integrate Nextgen gallery plugin with eStore to sell photos from your blog. Nextgen gallery plugin allows you to show all the photos in a nice grid view on a page [...]]]></description>
		<link>http://www.wordpress-ecommerce.com/how-to-create-amazing-photo-stores-on-your-wordpress-site-1040</link>
			</item>
	<item>
		<title>WordPress Membership Plugin Review:Which One to Choose for Your WordPress Site</title>
		<description><![CDATA[An easy way to increase your website revenue can be creating a WordPress membership site. The term “creating a WordPress membership site” is a little bit different than just having a WordPress site and start selling product. In this case, you setup a website with a membership system i.e. only members will be able to [...]]]></description>
		<link>http://www.wordpress-ecommerce.com/wordpress-membership-plugin-reviewwhich-one-to-choose-for-your-wordpress-site-1014</link>
			</item>
	<item>
		<title>Affiliate Link Manager &#8211; A Nice WordPress Plugin to Automatically Convert the Keywords of Your Blog into Affiliate Links</title>
		<description><![CDATA[Affiliate marketing is one of the easiest way to make money online from your blog. But once you sign up to be the affiliate of so many websites and want to promote their products from your blog, it&#8217;s hard to manage all the affiliate links sometimes. Every time you create a new post/page you need [...]]]></description>
		<link>http://www.wordpress-ecommerce.com/how-to-automatically-convert-the-keywords-of-your-wordpress-blog-into-affiliate-links-with-affiliate-link-manager-plugin-985</link>
			</item>
	<item>
		<title>WordPress Clickbank Integration &#8211; Easy to Use WordPress Plugin to Sell Clickbank Products From Your Website</title>
		<description><![CDATA[WordPress Clickbank integration is a simple WordPress plugin which allows you to sell any clickbank product from your blog. With WordPress Clickbank Integration you can easily create a &#8216;Buy Now&#8217; button on a page or post and sell your clickbank products to the customers. Installation Via FTP 1. Unzip and Upload the folder ‘wordpress-clickbank-integration’ to [...]]]></description>
		<link>http://www.wordpress-ecommerce.com/wordpress-clickbank-integration-easy-to-use-wordpress-plugin-to-sell-clickbank-products-from-your-website-936</link>
			</item>
</channel>
</rss>

