Re: is there a mass import app?

2008-11-14 Thread Mike Hostetler
but the format would be different for every supplier. But the time you took converting their Excel format to a Satchmo-specific, you could have whipped up the custom script yourself. That's my $0.02 . . . -- Mike Hostetler http://mike.hostetlerhome.com

Many products on a page

2011-03-06 Thread Mike Hostetler
Hello all, I have a case where there is a table of products on the page, and the user needs to specify the quantity of each item (if any) and then click the submit button. The examples with Satchmo show an individual product page, so it is uses url satchmo_smart_add but that's not what I want

Re: upstream timed out

2011-03-06 Thread Mike Hostetler
at http://groups.google.com/group/satchmo-users?hl=en. -- Mike Hostetler SquarePeg Systems http://www.squarepegsystems.com -- You received this message because you are subscribed to the Google Groups Satchmo users group. To post to this group, send email to satchmo-users@googlegroups.com

Re: upstream timed out

2011-03-07 Thread Mike Hostetler
, and the thumbnailing is making the request take too long. You won't get any errors in the logs because nothing actually broke, just took too long. Alex On Sun, Mar 6, 2011 at 2:57 PM, Mike Hostetler m...@squarepegsystems.com wrote: I have a similar setup (Apache/wsgi and PostgreSQL) only I

Re: Memory issue

2011-05-31 Thread Mike Hostetler
to satchmo-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en. -- Mike Hostetler SquarePeg Systems http://www.squarepegsystems.com -- You received this message because you are subscribed to the Google Groups Satchmo users

Can't get past first checkout step

2011-06-14 Thread Mike Hostetler
/ page. I'm sure I don't have something setup properly. Anyone have a suggestion of what I did wrong? -- Mike Hostetler SquarePeg Systems http://www.squarepegsystems.com -- You received this message because you are subscribed to the Google Groups Satchmo users group. To post to this group

Re: Can't get past first checkout step

2011-06-15 Thread Mike Hostetler
The dummy module. I also have an unconfigured Authorized.net enabled, too. On Jun 14, 2011 10:42 PM, Chris Moffitt ch...@moffitts.net wrote: What payment processor are you using? -Chris On Tue, Jun 14, 2011 at 8:34 PM, Mike Hostetler m...@squarepegsystems.comwrote: Hi everyone, I have

Re: Can't get past first checkout step

2011-06-15 Thread Mike Hostetler
modules do you have enabled - you might want to verify those too. -Chris On Wed, Jun 15, 2011 at 7:23 AM, Mike Hostetler m...@squarepegsystems.com wrote: The dummy module. I also have an unconfigured Authorized.net enabled, too. On Jun 14, 2011 10:42 PM, Chris Moffitt ch...@moffitts.net

Re: Can't get past first checkout step

2011-06-15 Thread Mike Hostetler
I figured it out . .. Even though all my products are shippable, cart.is_shippable was returning false. Not sure why. So I just took out that check and now can get past the screen. On Wed, Jun 15, 2011 at 2:53 PM, Mike Hostetler m...@squarepegsystems.comwrote: I dug into it a little more

Authorize.net in test: will not send credit card info

2011-06-30 Thread Mike Hostetler
credit card number. I do not see the card in the log. where did it go? My log file follows: 2011-06-30 22:13:45,708 INFO (Extra logging) Capturing payment on order #13 2011-06-30 22:13:45,714 INFO (Extra logging) Capturing payment for Order #13: Mike Hostetler 2011-06-30 22:13:45,729 INFO (Extra

Re: Authorize.net in test: will not send credit card info

2011-07-01 Thread Mike Hostetler
the issue is. -Chris On Thu, Jun 30, 2011 at 10:20 PM, Mike Hostetler m...@squarepegsystems.com wrote: I had an older tip of Satchmo running, and I just recently upgraded to the latest tip because of the PostgreSQL changes Chris did. And now my test Authorize.net payments don't go through

Re: Authorize.net in test: will not send credit card info

2011-07-01 Thread Mike Hostetler
are you using, maybe try restarting that... Not sure what the issue is. -Chris On Thu, Jun 30, 2011 at 10:20 PM, Mike Hostetler m...@squarepegsystems.com wrote: I had an older tip of Satchmo running, and I just recently upgraded to the latest tip because of the PostgreSQL changes Chris did

Re: Authorize.net in test: will not send credit card info

2011-07-01 Thread Mike Hostetler
at 5:00 AM, Mike Hostetler m...@squarepegsystems.comwrote: Actually, looking at the log, it does send a card number (albeit not complete). It also had x_test_request=False but I think it should be True. 2011-06-30 22:13:45,785 INFO About to send a request to authorize.net: https

Powerhouse Tool Parts

2011-07-20 Thread Mike Hostetler
at Image Made Design: http://imagemadedesign.com/ So my kudos go out to Chris Moffitt and everyone else who has helped out. -- Mike Hostetler SquarePeg Systems http://www.squarepegsystems.com -- You received this message because you are subscribed to the Google Groups Satchmo users group. To post

Send email when Admin changes Order to Shipped

2011-11-07 Thread Mike Hostetler
with? Or is there a way to turn this on in the Admin? Thanks, -- Mike Hostetler SquarePeg Systems http://www.squarepegsystems.com -- You received this message because you are subscribed to the Google Groups Satchmo users group. To post to this group, send email to satchmo-users@googlegroups.com

Re: Send email when Admin changes Order to Shipped

2011-11-11 Thread Mike Hostetler
the status of an Order that I'm not familiar with? Or is there a way to turn this on in the Admin? Thanks, -- Mike Hostetler SquarePeg Systemshttp://www.squarepegsystems.com -- You received this message because you are subscribed to the Google Groups Satchmo users group

Re: User specified text field for a custom product?

2011-11-13 Thread Mike Hostetler
I would make a model that inherits from products.model.Product and put your custom fields in that. Django will make them have a one to one relationship in database. You can then make a custom Admin with your custom product yet all the AddToCart forms will still understand it. I did not do this in

Email validation on checkout

2011-12-13 Thread Mike Hostetler
but can't seem to get it. I really don't want to change the Satchmo code (but I could). Has anyone else done this? -- Mike Hostetler SquarePeg Systems http://www.squarepegsystems.com -- You received this message because you are subscribed to the Google Groups Satchmo users group. To post

Not sending credit cart to Authorize.net

2012-03-23 Thread Mike Hostetler
numbers of the card, but not the entire card number. Why is it losing the card number? -- Mike Hostetler SquarePeg Systems http://www.squarepegsystems.com -- You received this message because you are subscribed to the Google Groups Satchmo users group. To post to this group, send email

Re: What IDE for Satchmo stores?

2012-08-02 Thread Mike Hostetler
to satchmo-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en. -- Mike Hostetler SquarePeg Systems http://www.squarepegsystems.com -- You received this message because you are subscribed to the Google Groups Satchmo

Re: Lots of LINKED transactions

2012-08-23 Thread Mike Hostetler
had a lot of LINKED transaction ID problems when cashing and memcached were not setup properly. Maybe you are getting duplicate orders because users try again after a unsuccessful checkout. I would check your cashing setup. Orion On 08/16/2012 09:36 AM, Mike Hostetler wrote: We have had

Authorize.net doesn't always call out

2012-09-10 Thread Mike Hostetler
anyone have any other explanation? -- Mike Hostetler SquarePeg Systems http://www.squarepegsystems.com -- You received this message because you are subscribed to the Google Groups Satchmo users group. To post to this group, send email to satchmo-users@googlegroups.com. To unsubscribe from

Re: How can I disable caching in Satchmo

2012-11-08 Thread Mike Hostetler
I'm surprised no one answered this. I'll take a shot . . You can't. Or you can, but then you can't sent credit card info to the payment processor. One of the decisions made in Satchmo was to use the cache to persist the credit card number from one screen to the next. I'm not going to express my

Re: How can I disable caching in Satchmo

2012-11-08 Thread Mike Hostetler
projects usually. thanks. *Paul Walsh* 0543551144 On Thu, Nov 8, 2012 at 4:15 PM, Mike Hostetler m...@squarepegsystems.comwrote: I'm surprised no one answered this. I'll take a shot . . You can't. Or you can, but then you can't sent credit card info to the payment processor. One

Re: How can I disable caching in Satchmo

2012-11-09 Thread Mike Hostetler
declarations - is that in the docs? I'd love to know that I just missed it somehow... I am using latest django and Satchmo tip - do you know if this still applies? *Paul Walsh* 0543551144 On Thu, Nov 8, 2012 at 4:57 PM, Mike Hostetler m...@squarepegsystems.comwrote: I found the cache

more LINKED woes

2013-01-30 Thread Mike Hostetler
(in our case, Authorize.net). But I tracked down one LINKED transaction and their order didn't make it that far. It did do a shipping cost quote to UPS, however. (I can figure this out since I monitor the site with New Relic. Highly recommended!!) Does anyone else have these problems? -- Mike

Re: new install issue w/ South?

2013-02-20 Thread Mike Hostetler
://groups.google.com/group/satchmo-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- Mike Hostetler SquarePeg Systems http://www.squarepegsystems.com -- You received this message because you are subscribed to the Google Groups Satchmo users group. To unsubscribe from

Re: new install issue w/ South?

2013-02-20 Thread Mike Hostetler
: It is PostgreSQL. Can't test SQLite at the moment but is there a way to get the desired result in PostgreSQL? On Wednesday, February 20, 2013 12:30:03 PM UTC-6, Mike Hostetler wrote: What database are you using? If PostgreSQL, I bet there is a problem with transactions, so the table South is trying

Re: Card number required response from Authorize.net even when memcached properly configured

2013-03-29 Thread Mike Hostetler
I'm away from my serves now so I can't tell you exactly how to fix this, but I did run into it. I think you also have to configure cache the old way for Satchmo to pick it up. Look at the Django 1.2 docs on caching. Let me know if it works. If not, I'll look at my setup when I get a chance to get

Re: Performance issues solution ?

2014-03-11 Thread Mike Hostetler
@googlegroups.com. Visit this group at http://groups.google.com/group/satchmo-users. For more options, visit https://groups.google.com/d/optout. -- Mike Hostetler SquarePeg Systems http://www.squarepegsystems.com -- You received this message because you are subscribed to the Google Groups Satchmo users

Re: Performance issues solution ?

2014-03-13 Thread Mike Hostetler
not this case. Debugging mode is disabled, logging is tuned down to INFO level. Even reducing to critical makes no difference. @Mike Hostetler Great answer, thanks.Nice site, btw. I'd bet Postgres server has an optimal setup and there would be only marginal improvement if any. I did tested

Re: Next steps for Satchmo

2014-04-28 Thread Mike Hostetler
an email to satchmo-users+unsubscr...@googlegroups.com. To post to this group, send email to satchmo-users@googlegroups.com. Visit this group at http://groups.google.com/group/satchmo-users. For more options, visit https://groups.google.com/d/optout. -- Mike Hostetler SquarePeg Systems http

Session is forgetting?

2018-03-06 Thread Mike Hostetler
Not sure if anyone is still on this list but I'll give it a shot... I still have a customer on Satchmo (they haven't been willing to pay for a rewrite to something else). Naturally they have had problems with old TLS on their payments provider. I moved them to ActivePython 2.6 and the gunicorn

Re: Session is forgetting?

2018-03-08 Thread Mike Hostetler
. On Tue, Mar 6, 2018 at 4:42 PM, Mike Hostetler <m...@squarepegsystems.com> wrote: > Not sure if anyone is still on this list but I'll give it a shot... > > I still have a customer on Satchmo (they haven't been willing to pay for a > rewrite to something else). Naturally they

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

2018-03-07 Thread Mike Hostetler
Nope didn't work. Empty Carts are happening again... On Wed, Mar 7, 2018 at 9:53 AM, Mike Hostetler <m...@squarepegsystems.com> wrote: > Because of the "curiosity" of Satchmo storing checkout information in > cache, I tossed out memcache long ago and use db cache, so

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

2018-03-07 Thread Mike Hostetler
/satchmo-users/topics> >> >>- Session is forgetting? >><#m_8780811162015218266_m_4413988285660307939_group_thread_0> - 1 >>Update >> >> Session is forgetting? >> <http://groups.google.com/group/satchmo-users/t/cba58aa83ce62de4?utm_source