PayPal Cart Plugin

Questions, announcements and information regarding PlugIns for NeoAppBuilder

Moderator: Neosoft Support

Locked
User avatar
luishp
Posts: 410
Joined: Wed May 23, 2007 10:17 am
Location: Spain
Contact:

PayPal Cart Plugin

Post by luishp »

I have almost finished a simple PayPal Cart Plugin.
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);
Thank you!!
Luis Hernández - SinLios Soluciones Digitales
http://sinlios.com
mishem
Posts: 581
Joined: Mon Oct 08, 2012 1:51 pm

Re: PayPal Cart Plugin

Post by mishem »

подитоги = Итог
общий = Всего

:)
User avatar
luishp
Posts: 410
Joined: Wed May 23, 2007 10:17 am
Location: Spain
Contact:

Re: PayPal Cart Plugin

Post by luishp »

Thank you mishem!
Fixed :)
Luis Hernández - SinLios Soluciones Digitales
http://sinlios.com
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Re: PayPal Cart Plugin

Post by Neosoft Support »

This is a great plug-in!


I bought everything in your demo store, and I'm eagerly waiting for them to arrive in the mail! :wink:
NeoSoft Support
farhad2008
Posts: 62
Joined: Tue Apr 01, 2008 1:15 am
Location: usa
Contact:

Re: PayPal Cart Plugin

Post by farhad2008 »

hi,
Please let the download link

thanks
The Words I Love You
User avatar
luishp
Posts: 410
Joined: Wed May 23, 2007 10:17 am
Location: Spain
Contact:

Re: PayPal Cart Plugin

Post by luishp »

I bought everything in your demo store, and I'm eagerly waiting for them to arrive in the mail! :wink:
Sorry. Out of stock! :)
Please let the download link
As soon as possible. I'm yet finishing the plugin.

Regards.
Luis Hernández - SinLios Soluciones Digitales
http://sinlios.com
User avatar
Odd
Posts: 82
Joined: Sat Apr 02, 2005 3:34 am
Location: Norway
Contact:

Re: PayPal Cart Plugin

Post by Odd »

Looks very interesting and impressive!
Are there any other language you would like to add to the plugin?
Norwegian would be nice. I can help :)
User avatar
luishp
Posts: 410
Joined: Wed May 23, 2007 10:17 am
Location: Spain
Contact:

Re: PayPal Cart Plugin

Post by luishp »

Sorry Odd for the dealy answering you.
I have been on hollidays for a few days outside of Spain :-)

To add Norwegian I just need the right translation for this language strings:

Code: Select all

language="EN"
descriptionText='Description'
quantityText='Qty'
priceText='Price'
subtotalText='Subtotal'
vatText='VAT'
totalText='Total'
buynowText='Buy Now'
I would like to add a parameter for each text strings but there is currently a bug on the Plugin Generator that limits the parameters to a maximun of 9.
Regards.
Luis Hernández - SinLios Soluciones Digitales
http://sinlios.com
User avatar
Odd
Posts: 82
Joined: Sat Apr 02, 2005 3:34 am
Location: Norway
Contact:

Re: PayPal Cart Plugin

Post by Odd »

Hope this is of help:

Code: Select all

language="NO"
descriptionText='Beskrivelse'
quantityText='Ant'
priceText='Pris'
subtotalText='Sum'
vatText='MVA'
totalText='Total'
buynowText='Kjøp nå'
The letter ø in Kjøp has ansi code 248. Html: (without spaces) & o s l a s h ; or & # 2 4 8 ;
User avatar
luishp
Posts: 410
Joined: Wed May 23, 2007 10:17 am
Location: Spain
Contact:

Re: PayPal Cart Plugin

Post by luishp »

Thanks Odd, I have updated the demo with the norwegian language:

http://sinlios.com/neoappbuilder/plugins/paypal

Regards.
Luis Hernández - SinLios Soluciones Digitales
http://sinlios.com
User avatar
Odd
Posts: 82
Joined: Sat Apr 02, 2005 3:34 am
Location: Norway
Contact:

Re: PayPal Cart Plugin

Post by Odd »

Nice!
djmarkes
Posts: 193
Joined: Thu May 26, 2011 5:08 pm

Re: PayPal Cart Plugin

Post by djmarkes »

Esta disponible?

Is available?
Diseño gráfico y Web profesional
http://www.jm-style.net
Locked