Tampilkan postingan dengan label shopping-carts. Tampilkan semua postingan
Tampilkan postingan dengan label shopping-carts. Tampilkan semua postingan

Rabu, 04 Desember 2013

Simple PayPal Checkout Library (Shopping Carts)

About the library


A simple PayPal library for .NET. Simple implementation of the Express Checkout. A simple library for non-technical users.
The library allows creating custom checkout. It incorporates three main methods: for setting up the payment, for getting the shipping details from PayPal and for confirming the payment.

How to use


The library is documented in the provided XML file with the intelli-sense data integrated.

The main class in the library is the PayPalAPICaller class.
To use this class the following steps are necessary:

  1. Instantiate a single object of the class and store it on the application level (not mandatory, the class can be reinstantiated for each method call, as it does not store any data internaly except for the API credentials). If the class is instantiated for each method call, before each method call, the credentials should be set.

  2. Set the PayPal API credentials using the SetCredentials function.

  3. Invoke the ExpressCheckout method which will call PayPal API to obtain the token and start the transaction.

  4. Redirect the user to the provided url.

  5. After the user is redirected back to your site from PayPal, process their shipping details using the method GetShippingDetails.

  6. Show a confirmation message to the user and allow them to confirm the payment

  7. Confirm the payment using the ConfirmPayment function.

  8. Process the payment with your own application logic.



NOTE: Make sure to use the same amount and currency in the ExpressCheckout and ConfirmPayment methods.




For testing set the Sandbox attribute to true (it is false by default).




Support


If you have any problems using the library, feel free to contact me.

localStorage JCart (Shopping Carts)

What is localStorage JCart?




JCart localStorage is a simple shopping cart application that uses HTML 5 localStorage, a new web technology that replaces the classic cookie, giving a much better data security.




JCart localStorage can be implemented very easily in an bigger application, providing the ability to set certain information necessary for proper functioning, such as currency, vat, the path of pictures, etc..

NekoCart - CSV-based jQuery Shopping Cart (Shopping Carts)

NekoCart is a fully customizable shopping cart made only with jQuery. No PHP is needed on your server! The main feature is the CSV based product list, that allows you to easily manage your shop and product options… No coding skills needed!
Default payment method is PayPal, if there will be many requests we will add more in the future releases!




Changelog:




  • v.1.1 – Added configurable decimal separator in the config file and improved the CSV editing function accepting now both , and . (Excel/LibreOffice now don’t give back dates)

  • v.1.0 – Initial release



Features:




  • CSV based products, no coding required!

  • No PHP or database required

  • Customizable multiple shipping options

  • Each product can have variants or options

  • PayPal one click checkout

  • Customizable tax

  • Fast and lightweight

  • Tested on IE8+, Chrome, Firefox, Opera, Safari

  • Full of Nekos! :3



More features will come in the future!

Testimonials:


Meow! (Best shopping cart ever!)

- A cat

localStorage JCart (Shopping Carts)

What is localStorage JCart?




JCart localStorage is a simple shopping cart application that uses HTML 5 localStorage, a new web technology that replaces the classic cookie, giving a much better data security.




JCart localStorage can be implemented very easily in an bigger application, providing the ability to set certain information necessary for proper functioning, such as currency, vat, the path of pictures, etc..