With this plugin it is possible to develop a basic eCommerce in less than 5 minutes
Sample app:
http://sinlios.com/neoappbuilder/plugins/paypal
It is in 5 languages, please tell me if you find any error on translations.
Are there any other language you would like to add to the plugin?
These are the available commands right now:
Code: Select all
slCreateCart(containerId,email,notifyURL,virtual,quantityUpdate,currency,currencySign,persistDays,language);
slAddToCart(containerId,code,itemDescription,quantity,itemValue,vat);
slRemoveFromCart(containerId,code);
slUpdateCart(containerId,code,quantity);