Re: Digest for satchmo-users@googlegroups.com - 1 update in 1 topic

2018-03-07 Thread Daniel Purcell
Hi Mike, I haven't seen this happen before. Could it be something to do with your cache backend being a little too voliatle? What is your cache backend? On Wed, Mar 7, 2018 at 7:29 AM, wrote: > satchmo-users@googlegroups.com >

Re: Digest for satchmo-users@googlegroups.com - 1 update in 1 topic

2016-09-03 Thread Daniel Purcell
Hi Puneet, Run a 'manage.py syncdb' or create the appropriate table in your database. On Sat, Sep 3, 2016 at 8:26 AM, wrote: > satchmo-users@googlegroups.com > >

Re: Updating Satchmo/Django store to SHA-256 and G5 Root Certificate

2016-08-16 Thread Daniel Purcell
Give this a try: import requests r = requests.get("https://tlstest.paypal.com;) print r.status_code print r.content It should print out 200 for the status code, and "PayPal_Connection_OK" for the content. I'd be happy to learn more about the satchmo project you've inherited. Please PM me.

Re: Updating Satchmo/Django store to SHA-256 and G5 Root Certificate

2016-08-10 Thread Daniel Purcell
As long as your system and python libraries work with SHA-256, your Satchmo store should be just fine. From what I understand, this isn't specific to the PayPal implementation in Satchmo, but the way the Python libraries connect to the PayPal API. On Tuesday, August 9, 2016 at 11:54:06 AM

Re: Next steps for Satchmo

2014-04-29 Thread Daniel Purcell
That's great, Chris! I can dedicate some time to improve Satchmo if you like. We've made quite a bit of changes and enhancements ourselves in the last few months and I'd be very happy to share them with you... changes to discount codes, more shipping options, new payment processors, etc. On

Amazon Product Feed support?

2013-11-07 Thread Daniel Purcell
Hi All, I have an online store using Satchmo's Google product feed feature. I want to create a product feed for Amazon.com. Has anyone out there by chance created a product feed for Amazon? If not, would anyone be interested in collaborating with me on this feature? -Dan -- You received