Livecode with E-Commerce integration

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
William Jamieson
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 212
Joined: Fri Feb 01, 2013 1:31 am
Location: Palo Alto, CA put williamdjamieso into tEmail / put n@gmail.com after tEmail/ revmail tEmail
Contact:

Livecode with E-Commerce integration

Post by William Jamieson » Sat Oct 11, 2014 5:31 am

Hello. I was just wondering if anyone else has played around wiht the thought of creating an in app or online store using Livecode. Hoping to not have to recreate the wheel.

I know there are e-commerce applications like www.ecwid.com and www.shopify.com and there are payment applications like www.paypal.com and www.stripe.com

What do you think would be easiest?

-Will



resources:
ecwid API: http://kb.ecwid.com/w/page/25285101/Product%20API
Stripe API: https://stripe.com/docs/api/curl#intro
Paypal API: https://developer.paypal.com/webapps/de ... /docs/api/

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Livecode with E-Commerce integration

Post by Mark » Tue Oct 14, 2014 8:57 am

Hi Will,

Not sure what you want. Do you want a website with a shop or do you want a way to make payments from within an app? If the latter, is it for mobile or desktop?

I just tried to log in with PayPal inside a revBrowser control. If you can log in, you can also open a payment form. It works, but PayPal complains that my browser is old and insecure. This doesn't give a good impression to your customers, but it is probably the easiest way.
Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

William Jamieson
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 212
Joined: Fri Feb 01, 2013 1:31 am
Location: Palo Alto, CA put williamdjamieso into tEmail / put n@gmail.com after tEmail/ revmail tEmail
Contact:

Re: Livecode with E-Commerce integration

Post by William Jamieson » Wed Oct 22, 2014 11:42 pm

Thank you for your response on this Mark.

I am looking for both mobile and desktop, for right now all testing is done on mobile. I would like users of my app to be able to sell their items in an online marketplace to the community. To do this, they would need to create a store, either through my service or another service, update products, and create a catalog. This catalog as well as many other store's catalogs will be held within an online marketplace where users will be able to purchase products and services.

I am currently building this. I have so far created an API that interfaces with Ecwid.com's database, and will be next integrating "check out with paypal" using their cURL API's.

So when a user buys something from the online marketplace, the payment info will go through paypal, and the invoices for each party, the buyer and seller will be created there as well. Ecwid will then be updated of the order to help manage inventory and keep the store owner's records consistent.

I think we are going to create our own catalog management system as well in case people choose not to use Ecwid and plus, we don't need the full functionality of all their toolsets. However, people will be forced to create a whole new store and copy all their data into our platform.

Later we are hoping to use Stripe processing for direct payments with Credit cards, but we are going to wait until Livecloud has Stripe incorporated into the Livecloud system.

If anyone has any suggestions for improvement, please let me know.

yan
Posts: 4
Joined: Mon Jan 19, 2015 3:26 pm

Re: Livecode with E-Commerce integration

Post by yan » Mon Mar 30, 2015 4:28 am

william hello , do you got to develop the application of electronic commerce in LiveCode ?, I wish I could communicate with you , greetings from Colombia and I hope your answer.

allengwinn
Posts: 37
Joined: Tue Aug 21, 2012 4:46 pm

Re: Livecode with E-Commerce integration

Post by allengwinn » Wed Jan 09, 2019 5:22 pm

Where does this stand? I noticed a thread on PayPal integration. Is that the way to go?

Post Reply

Return to “Talking LiveCode”