Re: [google-appengine] Re: Python Google App Engine Shopping Cart

2014-05-15 Thread timh
I am not aware of any.  Foxycart would be easy integrate as it is a 
seperate service you use, rather than run in your own server.

T

On Thursday, May 15, 2014 6:41:26 AM UTC+8, Garry Keneth Garcia wrote:

 I know there are a lot. What I want specifically is Webapp2 + GAE + 
 Datastore = Shopping Cart. Do you know anything like this?

 On Thursday, 27 February 2014 01:54:02 UTC+8, Vinny P wrote:

 On Tue, Feb 25, 2014 at 2:49 PM, Garry Keneth Garcia gkmg...@gmail.com
  wrote:

 This is cool! I am actually planning to build one. 



 You don't necessarily have to build a shopping cart, there are already a 
 handful out there: 
 https://www.djangopackages.com/grids/g/ecommerce/https://www.google.com/url?q=https%3A%2F%2Fwww.djangopackages.com%2Fgrids%2Fg%2Fecommerce%2Fsa=Dsntz=1usg=AFQjCNEwNfS97fgCO60x2uIJPngQurmDXQ

 Do you have a specific issue that isn't addressed by currently-available 
 carts?
  
  
 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 App Engine Code Samples: http://www.learntogoogleit.com
  


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Python Google App Engine Shopping Cart

2014-05-15 Thread Vinny P
On Wed, May 14, 2014 at 5:41 PM, Garry Keneth Garcia gkmgar...@gmail.com
 wrote:

 I know there are a lot. What I want specifically is Webapp2 + GAE +
 Datastore = Shopping Cart. Do you know anything like this?



There's https://github.com/prakhar1989/JokaStore which seems to be a
slightly older codebase, but there's an active demonstration site which
seems to work fine. It also fits your requirements.

If you're willing to lighten up on the datastore requirement, Django
Ecommerce ( https://www.django-cms.org/en/e-commerce/ ) can also work. I
believe it requires a SQL database, so you'll have to sign up for Cloud SQL.


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Python Google App Engine Shopping Cart

2014-05-14 Thread Garry Keneth Garcia
I know there are a lot. What I want specifically is Webapp2 + GAE + 
Datastore = Shopping Cart. Do you know anything like this?

On Thursday, 27 February 2014 01:54:02 UTC+8, Vinny P wrote:

 On Tue, Feb 25, 2014 at 2:49 PM, Garry Keneth Garcia 
 gkmg...@gmail.comjavascript:
  wrote:

 This is cool! I am actually planning to build one. 



 You don't necessarily have to build a shopping cart, there are already a 
 handful out there: 
 https://www.djangopackages.com/grids/g/ecommerce/https://www.google.com/url?q=https%3A%2F%2Fwww.djangopackages.com%2Fgrids%2Fg%2Fecommerce%2Fsa=Dsntz=1usg=AFQjCNEwNfS97fgCO60x2uIJPngQurmDXQ

 Do you have a specific issue that isn't addressed by currently-available 
 carts?
  
  
 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 App Engine Code Samples: http://www.learntogoogleit.com
  


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Python Google App Engine Shopping Cart

2014-02-26 Thread Garry Keneth Garcia
This is cool! I am actually planning to build one. 

On Monday, 17 June 2013 21:57:41 UTC+8, gops wrote:

 Is there any Open Source Python Shopping Cart that I could use to
 host my store on google app engine ? ( +1 if it is being used in live 
 site..)

 I would need a lot of customization ( and hence can contribute a lot back 
 ).
  

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Re: Python Google App Engine Shopping Cart

2014-02-26 Thread Vinny P
On Tue, Feb 25, 2014 at 2:49 PM, Garry Keneth Garcia gkmgar...@gmail.com
 wrote:

 This is cool! I am actually planning to build one.



You don't necessarily have to build a shopping cart, there are already a
handful out there: https://www.djangopackages.com/grids/g/ecommerce/

Do you have a specific issue that isn't addressed by currently-available
carts?


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.