This is a PayPal Express Ckeckout module
The main features are:
-Express Checkout Shortcut
-Express Checkout Mark
-Instant Payment Notification
-Buttons Auto-translation (Languages EN, FR, DE, SP, IT, PL and JP)
It’s a standalone module, so it doesn’t fit for Merchants that work with PayPal Pro.
It has been built in order to be fit for every kind of users, so you don’t need to have a good knowledge of PHP programming to install it. And it’s really fast to install (there’s only two small pieces of code to add on the login.php and shopping_cart.php).
I'm working to make it works with SSL certificate and authentication service.
Legend: 
Download

Report
- Fixed stock decreasing and duplicate product line in order
- Added security check when a duplicate IPN is received for a COMPLETED transaction
- Added delivery address update from the PayPal API response for a ECS customer
- Fixed tax calculation error and discrepancies between order total and values passed to PayPal
- Uses language file to name payment method in orders correctly now
- Avoids rounding errors on values passed to PayPal
- Added state set to return module to default status for repeat purchases on same session id
- Fixed the fix to detect &, & correctly
- Tax is now passed as a separate value to PayPal
- Added instructions to the install file to make the Express Checkout the only payment option when used as a short cut or skip page altogether.
- Fixes PayPal error "Shipping Address State Empty"
- Change in [catalog/ppeb.php], line 942)
- Fixed Currency bug
- Fixed works in sandbox and in live server environment (for real...)
- Fixed works in sandbox and in live server environment
- Fixed bug that rendered the redirect parameters useless.
- Fixed giving to much information in the payment errors (information disclosure), long error information can be turned on by setting define('PPEC_DEBUG',false); to true in the constants.php file.
- Fixed express checkout links, now they don't empty your shopping cart anymore
- Fixed some links to pass through the osCommerce session id correctly
- Added full https support, early releases referred to http://yoursite.com:443/ by using hardcoded http://
- Added product count support like normal osCommerce, early releases didn't decrease the number of product when a order was made.
- Added order notification for customer and extra order notification (for admin) works like the normal osCommerce version.
- Rewrote the installation instructions, not everybody uses Microsoft Word.
- Recreated the directory structure for the files
- This module was tested before we released it to the community.
Two changes:
1) Module works with PayPal Sandbox now.
2) HTTP-Header issue has been fixed.
The missing shipping cost issue on the PayPal web page has been fixed
Main features added are:
-IPN corrected
-SSL certificate configuration
-Logo definition on the PayPal Web page
This is a PayPal Express Ckeckout module
The main features are:
-Express Checkout Shortcut
-Express Checkout Mark
-Instant Payment Notification
-Buttons Auto-translation (Languages EN, FR, DE, SP, IT, PL and JP)
It’s a standalone module, so it doesn’t fit for Merchants that work with PayPal Pro.
It has been built in order to be fit for every kind of users, so you don’t need to have a good knowledge of PHP programming to install it. And it’s really fast to install (there’s only two small pieces of code to add on the login.php and shopping_cart.php).
I'm working to make it works with SSL certificate and authentication service.
Comment from the author:
If you use Sandbox, please don't use connect to Sandbox (http://developer.paypal.com) but to beta-Sandbox (http://beta-developer.paypal.com) instead because it's more efficient and much more stable.
I configured that module for testing with beta-sandbox only, but if you want to test with sandbox any way, you can uncomment the corresponding lines in the constants.php file.