Does anyone know of a good e-commerce or shopping cart API that integrates
well with Python/Pyramid? I'm looking to create a shopping cart system for
a website and I am looking for some ideas.
vinc...@vincentcatalano.com> wrote:
> Does anyone know of a good e-commerce or shopping cart API that integrates
> well with Python/Pyramid? I'm looking to create a shopping cart system for
> a website and I am looking for some ideas.
> Thanks!
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> To unsubscribe from this group, send email to
> pylons-discuss+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/pylons-discuss?hl=en.
I think ripping the relevant parts out of Satchmo will be a major
undertaking, because it's a very complete e-commerce solution, and it
would probably take quite some time to understand all the internals.
But letting yourself be inspired by Satchmo or LFS (Lightning Fast
Shop) is a very good idea.
The project doesn't seem to be very active anymore, and I can't say
anything about how good it works, but it seems easily possible to
rewrite it for Pyramid.
On Tue, Oct 16, 2012 at 10:57 PM, Bruce Wade <bruce.w...@gmail.com> wrote:
> It is in python (django), not pyramid but you should be able to integrate
> it.
> On Tue, Oct 16, 2012 at 10:12 AM, Vincent Catalano
> <vinc...@vincentcatalano.com> wrote:
>> Does anyone know of a good e-commerce or shopping cart API that integrates
>> well with Python/Pyramid? I'm looking to create a shopping cart system for a
>> website and I am looking for some ideas.
>> Thanks!
>> --
>> You received this message because you are subscribed to the Google Groups
>> "pylons-discuss" group.
>> To post to this group, send email to pylons-discuss@googlegroups.com.
>> To unsubscribe from this group, send email to
>> pylons-discuss+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/pylons-discuss?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> To unsubscribe from this group, send email to
> pylons-discuss+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/pylons-discuss?hl=en.
for checkout, you can just use a service like paypal , google or
amazon. they all have api modules in python.
in terms of the cart functionality, it's hit and miss depending on
your requirements ( tracking stock, product variations, shipping
options/costs, reserving products etc )
On 2012-10-16 17:12:35 +0000, Vincent Catalano said:
> Does anyone know of a good e-commerce or shopping cart API that > integrates well with Python/Pyramid? I'm looking to create a shopping > cart system for a website and I am looking for some ideas.
You could integrate with a hosted service like Shopify