Easyfileshop enables you to sell files as downloads. Easyfileshop is easy to use and easy to integrate.
easyfileshop folder to the /wp-content/plugins/ directory./wp-content/easyfileshop/ on the server and make it writable (chmod 777 or less). The shop files will bes stored in this folder. An .htaccess file will be created automatically.Easyfileshop at the bottom of the edit page (admin view). Upload a file and enter a price.<?php easyfileshop(); ?> in the loop, to retrieve the file/button of the current post.<?php easyfileshop(1); ?>, where 1 ist the id, where you uploaded the file.<?php easyfileshop(1); ?> does also work outside of the loop, anywhere else on the page.Easyfileshop degrades gracefully: If there is no file or no price or you have not entered your paypal email address, there will be no button!
/wp-content/easyfileshop/. Now you can edit the copied file. It will be used instead of the original button.php file and you will not loose it after an update.<input type="submit" value="Buy now!" />) and style it with CSS or you can use an image submit button (e.g. <input type="image" src="image.gif" alt="Buy now!" />). You may change the value or alt attribute text. It does not need to be 'Buy now!'.
Requires: 2.9.2 or higher
Compatible up to: 3.0.5
Last Updated: 2010-10-22
Downloads: 9,961
Got something to say? Need help?