Re: Next steps for Satchmo

2015-09-25 Thread Chris Moffitt
I recently checked in a pull request to update Satchmo for more recent versions of Django. To be honest I have not done extensive testing but I do think it will work with more recent versions of Django. I'd love to see the project keep going and will do what I can but would like to see if anyone

Re: USPS module API Retirement - Your shop may not be processing orders

2014-10-09 Thread Chris Moffitt
I took a quick look at the document and the changes don't seem to be too difficult. Basically, you need to update the XML files here - https://bitbucket.org/chris1610/satchmo/src/cd00ea882a69344dcfd14396b76a95fb2c782a38/satchmo/apps/shipping/templates/shipping/usps/?at=default To reference the

Re: Satchmo on Read The Docs - codewaffle

2014-06-11 Thread Chris Moffitt
, May 1, 2014 8:19:44 PM UTC-5, Chris Moffitt wrote: As part of the effort of getting Satchmo back in business, I was thinking of hosting the docs on read the docs. It looks like someone has already started to set it up. If you're this person - https://readthedocs.org/profiles/codewaffle/ could

Satchmo on Read The Docs - codewaffle

2014-05-01 Thread Chris Moffitt
As part of the effort of getting Satchmo back in business, I was thinking of hosting the docs on read the docs. It looks like someone has already started to set it up. If you're this person - https://readthedocs.org/profiles/codewaffle/ could you contact me off-list? I'd prefer to have 1 formal

Re: Next steps for Satchmo

2014-04-29 Thread Chris Moffitt
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 Monday, April 28, 2014 8:12:47 AM UTC-6, Chris

Next steps for Satchmo

2014-04-28 Thread Chris Moffitt
As everyone knows, it's been a while since I spent much time on Satchmo. I recently spent some time getting myself back in the swing of things and hope to start making some forward progress with Satchmo. To be clear, I still would appreciate any and all efforts to help but wanted to let folks know

Re: Future of Satchmo

2014-01-26 Thread Chris Moffitt
and things could go wrong :s Luuk On Tue, Dec 31, 2013 at 4:05 PM, Chris Moffitt ch...@moffitts.netwrote: I do have an option for people to help out - if they wish. The current hosting site for Satchmo is going away so I need a new place to host the site. If you have space or have suggestions

Re: Future of Satchmo

2013-12-31 Thread Chris Moffitt
I do have an option for people to help out - if they wish. The current hosting site for Satchmo is going away so I need a new place to host the site. If you have space or have suggestions, let me know. Thanks, Chris On Tue, Dec 31, 2013 at 2:21 AM, Cody Goodman codygman.consult...@gmail.com

Re: Future of Satchmo

2013-12-12 Thread Chris Moffitt
Obviously, I have drastically slowed down my work on Satchmo of late. The primary reason is that I have not been doing much (if any) django related work so I lost my momentum with Satchmo. I still read the lists, approve emails and do some minor patches/pull updates but that is about it. It is

Re: Failing to update product's image

2013-04-15 Thread Chris Moffitt
If some folks can test the patch, I would appreciate it. Once I hear that it is good, I'll apply it. -Chris On Mon, Apr 15, 2013 at 10:06 AM, David Unric dunric...@gmail.com wrote: The issue was fixed, but for the default backend sorl-thumbnail only. See an issue #1472

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

2013-03-29 Thread Chris Moffitt
Back in the day, Django's cache was rudimentary and wouldn't support some of our needs. That's why Bruce created an updated cache tool to simplify life. I'm not 100% sure what the gaps are with the latest Django cache. There may be opportunities to consolidate but I honestly haven't looked at it

Re: satchmo Django 1.5

2013-03-24 Thread Chris Moffitt
I would like to start looking at making Satchmo Django 1.5 compatible. If anyone has done any work, feel free to create a repo and start getting it in shape for 1.5 I'll try to take a look and clean up any small issues and release Satchmo with 1.4.x compatibility then move onto 1.5 when

Re: Canada Post Shipping Solutions

2013-03-21 Thread Chris Moffitt
I just want to clarify here. I understand people's response to Phaneendra's post regarding Canada Post but I think it is being taken in a way that was not intended. Phaneendra did contact me off list to discuss Satchmo and how to get a Canada Post module for Satchmo. I explained the nature of the

Re: Increase ProductPriceLookup.key max_length

2013-02-26 Thread Chris Moffitt
Makes sense. Go ahead an open up a ticket or even better, put in a pull requests. We will need to include a South migration for this too. -Chris On Mon, Feb 25, 2013 at 11:16 PM, Joshua Pokotilow jpokoti...@gmail.comwrote: In product.models: ProductPriceLookup.key may be generated by

Re: recurring billing on satchmo

2013-01-28 Thread Chris Moffitt
If there is an API through your processor, I would recommend going that route. Trying to create multiple billings via the looping method is problematic. Unfortunately there isn't a way to change the recurring options through Satchmo. I'd definitely like to do it but haven't tried it yet. -Chris

Re: EditInventory Update

2012-12-29 Thread Chris Moffitt
I would recommend setting _MAXPROS2EDIT to a livesetting value so that it is more easily configured by the admin without editing code. I don't have a store handy right now with a large number of products but it conceptually looks right. -Chris On Sat, Dec 29, 2012 at 11:01 AM, Raphael

Re: satchmo auto delete/purge of incomplete orders?

2012-12-27 Thread Chris Moffitt
Satchmo won't do this out of the box. I imagine someone setup a cron job on your system that is doing it. Try running crontab -l to see what jobs are installed. -Chris On Thu, Dec 27, 2012 at 12:32 AM, Bashar A bas...@gmail.com wrote: I noticed satchmo is deleting/purging incomplete orders

Re: SettingNotSet error with Apache/mod_wsgi but not runserver

2012-11-15 Thread Chris Moffitt
Hmm. It could be some sort of startup dependency with the way Apache is starting up vs. the runserver. The quick fix is to comment it out and just set verify=True or False in the urls.py file. I'm not sure how to troubleshoot the startup issue. -Chris On Thu, Nov 15, 2012 at 1:15 PM, Darren

Re: Comparing Satchmo with other OS e-commerce platforms

2012-10-17 Thread Chris Moffitt
I'm not very familiar with Prestashop so I don't know that I can help out in a direct comparison. However, if you could provide a little more insight into what you're trying to accomplish with the site, we might be able to provide some more information. Some of the big questions: - How many and

Re: Any Issues with Upgrading Django?

2012-10-02 Thread Chris Moffitt
You should be good with Django 1.4.X -Chris On Tue, Oct 2, 2012 at 10:32 AM, OpIvy modusoperandip...@gmail.com wrote: I am wondering if anyone has had any problems running newer versions of Django? The Satchmo install documentation says to use Django version 1.3.1. I assume that is because

Re: Authorize.net doesn't always call out

2012-09-10 Thread Chris Moffitt
Have you tried turning on the verbose logging for authorize.net and see if there's anything odd showing up in there? -Chris On Mon, Sep 10, 2012 at 11:00 AM, Mike Hostetler m...@squarepegsystems.comwrote: I think this is related to my previous issue with order transactions staying in LINKED.

Re: Skipping the Confirmation Page

2012-08-28 Thread Chris Moffitt
What payment method are you using? I'd recommend taking the existing one and using it as a basis to remove the confirmation step. Take a look at the auto success module for an example of a simple collect and process module. -Chris On Tue, Aug 28, 2012 at 3:34 PM, Rob Speed speed@gmail.com

Re: SSLMiddleware Issue on local dev

2012-08-07 Thread Chris Moffitt
Are you doing this on the built in dev server? It does not support SSL so this won't work without using a real web server. -Chris On Tue, Aug 7, 2012 at 3:26 PM, Dave Brown wakeb0a...@gmail.com wrote: Could it be that SLLRedirect class is mispelt? Perhaps should be SSLRedirect? or did you

Re: Only authenticated users can check out not working?

2012-08-04 Thread Chris Moffitt
Yes, I believe it is a bug. PLease submit a ticket and I'll take a look. -Chris On Sat, Aug 4, 2012 at 5:43 AM, Olivier Lauret olivier.lau...@googlemail.com wrote: Hello, I have noticed that the Only authenticated users can check out feature doesn't work anymore on satchmo. I have tested

Re: how can i change $ on price for bf or something else??

2012-07-24 Thread Chris Moffitt
Here you go - http://www.satchmoproject.com/docs/dev/configuration.html#changing-the-l10n-settings -Chris On Tue, Jul 24, 2012 at 8:58 PM, mariopicca mariopi...@gmail.com wrote: Hi everyone i have a question i want to change the $ on the products prices for another symbol like bf or €, and i

Re: ./manage shell error

2012-07-17 Thread Chris Moffitt
I hope this is obvious, but you've included your password and secret key here which is a big security issue. Please make sure you change them! On Tue, Jul 17, 2012 at 10:16 AM, maumercado maumerc...@gmail.com wrote: Yes it is there, thats why Im scratching my head so hard, Im starting to

Re: Can't change an option Item

2012-07-17 Thread Chris Moffitt
Did you run satchmo_rebuild_pricing after your change? -Chris On Mon, Jul 16, 2012 at 10:56 PM, Orion Vianna guybrush@gmail.comwrote: Hi, Setting an Option item price works on the first time but not on the second time. The second price change does not show for the corresponding product

Re: Shipping codes and extra data, is there a signal for updating?

2012-07-16 Thread Chris Moffitt
You might want to take a look at using an OrderVariable to store the information when it is returned. I've used it in the past for shipping type information and can work well. https://bitbucket.org/chris1610/satchmo/src/b8162a1a538c/satchmo/apps/satchmo_store/shop/models.py#cl-631 -Chris On

Re: Payment modules not respecting TRACK_INVENTORY configuration

2012-06-18 Thread Chris Moffitt
Yes, please submit a ticket and I'll look into it. -Chris On Mon, Jun 18, 2012 at 10:38 AM, Darren Hollenbeck dar...@softplc.comwrote: On further investigation I see that the code which respects the configuration is bound to the order_success signal and is probably used in most cases,

Re: Tested google checkout and it failed

2012-06-16 Thread Chris Moffitt
Let's settle down guys. There's no need to be disrespectful. There's plenty of places on the internet like that already. I apologize that we haven't been as responsive to your requests. The challenge for me personally is that I don't know the exact answer so it would require me digging into the

Re: Error email contains credit card data

2012-06-15 Thread Chris Moffitt
in the latest version? Thank you for all your work on Satchmo! -Orion On 10/26/2011 11:52 AM, Chris Moffitt wrote: Ahhh. I didn't know that. We should definitely put this in place. I'm a bit swamped right now but if someone wants to put in a ticket with this info, I'd appreciate

Re: TypeError: unsupported operand type

2012-05-31 Thread Chris Moffitt
I think your settings STATIC_URL is not set correctly. -Chris On Wed, May 30, 2012 at 8:57 PM, vitsin vitaly.sinit...@gmail.com wrote: hi, after running: http://localhost:8000/settings/ got: Wed, 30 May 2012 18:55:51 django.request ERRORInternal Server Error: /settings/ Traceback

Re: when memcached goes down, Authorize.net stops working

2012-04-28 Thread Chris Moffitt
Yes, I've heard of it. I'm open to ideas on how to handle it more gracefully. It's part of trying not to permanently store credit card numbers, so we encrypt them in the cache. Obviously, if the cache goes down, things get wonky. I'm open to other ideas that would be more robust but would be

Re: Satchmo w/ latest Sorl Thumbnail breaks

2012-04-11 Thread Chris Moffitt
) On Monday, April 9, 2012 8:31:12 PM UTC-5, Chris Moffitt wrote: As part of the upgrade, you'll have to modify your custom templates to use the new template tags. I have some notes here - http://www.satchmoproject.com/docs/dev/release-notes-0-9-3.html#migra

Re: discovered strange problem with sorl-thumbnail

2012-04-10 Thread Chris Moffitt
Sorl thumbnail does caching of images. I suspect you'll need to refresh the cache when you programmatically add images. -Chris On Tue, Apr 10, 2012 at 4:55 PM, m1chael myk...@gmail.com wrote: I've added a picture to a product via code, and have replaced the picture on the file system with a

Re: productratings and comments forms (preview, error)

2012-04-09 Thread Chris Moffitt
Unfrotunately this has been broken for a while. It needs to be re-written to use the updated comments framework but I just haven't had the time to dive into it. If you're interested in tackling, I'll be happy to provide some guidance. -Chris On Mon, Apr 9, 2012 at 3:18 PM, Darren Hollenbeck

Re: Satchmo w/ latest Sorl Thumbnail breaks

2012-04-09 Thread Chris Moffitt
As part of the upgrade, you'll have to modify your custom templates to use the new template tags. I have some notes here - http://www.satchmoproject.com/docs/dev/release-notes-0-9-3.html#migration-notes -Chris On Mon, Apr 9, 2012 at 5:48 PM, Darren Hollenbeck dar...@softplc.comwrote: Tried

Re: Satchmo-colissimo, a new shipping module for satchmo

2012-04-05 Thread Chris Moffitt
Excellent. Thanks for making this available to everyone. -Chris On Thu, Apr 5, 2012 at 9:41 AM, Julien Maupetit julien.maupe...@gmail.comwrote: Hi all, I just released a new shipping module for LaPoste Colissimo (France), based on the django-colissimo module. The source code and

Re: Stripe?

2012-04-02 Thread Chris Moffitt
If the issue is saving a token, you could try throwing it in the cache. -Chris On Mon, Apr 2, 2012 at 8:05 PM, Buddy Lindsey percen...@gmail.com wrote: I have been working on this for a few days now, feels like banging my head against a wall. Mine is a bit more generic, but there are some

Re: Dynamically load states/provinces?

2012-03-31 Thread Chris Moffitt
This is supposed to happen. Double check and make sure you're not getting any 404 errors when your site is attempting to serve the javascript files. -Chris On Sat, Mar 31, 2012 at 2:41 AM, Pablo Casado Arias p.casado.ar...@gmail.com wrote: Is there any automated way to load states/provinces

Satchmo 0.9.2 - Released

2012-03-31 Thread Chris Moffitt
I am happy to report that I've tagged and released Satchmo 0.9.2. The very brief blog post is here - http://www.satchmoproject.com/blog/2012/mar/31/satchmo-0-9-2-release/ I apologize for not drafting a longer release message but I really wanted to tag 0.9.2 so we could get 0.9.3 underway. I'm

Re: Persistent cart not working?

2012-03-30 Thread Chris Moffitt
Do you have it enabled in the settings? On Fri, Mar 30, 2012 at 3:55 AM, Pablo Casado p.casado.ar...@gmail.comwrote: Hi, I would like to retrieve the previous cart when a user logs into the site, but the persistent cart setting seems not to be working properly. Any ideas? Pablo Casado

Re: Wishlist context

2012-03-29 Thread Chris Moffitt
You can use a context processor or create a custom template tag. -Chris On Thu, Mar 29, 2012 at 8:32 AM, lifewithryan lifewithr...@gmail.comwrote: Perhaps a context processor? Checks Django's docs for writing your own. Pretty easy. Sent from my iPod On Mar 29, 2012, at 4:08 AM, Olivier

Re: New Adyen payment module and changes on UPS shipping module

2012-03-29 Thread Chris Moffitt
The easiest way for me is for you to fork satchmo on bitbucket and incorporate your changes. Then you can send a pull request to integrate back into tip. -Chris On Thu, Mar 29, 2012 at 8:24 AM, Pablo Casado Arias p.casado.ar...@gmail.com wrote: Hi everyone, I'm currently creating a new

Re: Stripe?

2012-03-27 Thread Chris Moffitt
Unfortunately we haven't had the bandwidth to work on bursar. Targeting Satchmo integration is the wisest approach. -Chris On Tue, Mar 27, 2012 at 10:40 AM, RJ Ryan russelljr...@gmail.com wrote: After realizing the Google Checkout API (not related to Satchmo) doesn't support what I need, I

Re: Not sending credit cart to Authorize.net

2012-03-23 Thread Chris Moffitt
Typically this is an issue with the cache. Can you check to see if it is running correctly? -Chris On Fri, Mar 23, 2012 at 3:09 PM, Mike Hostetler m...@squarepegsystems.comwrote: I'm not sure what I changed but now when someone checks out of the store, Authorize.net reports back: 'Credit

Re: Enabling a new payment module

2012-03-04 Thread Chris Moffitt
Look in your log files to see if you can see the error that might be causing the problems. Also, make sure you have unique values in your config.py file. -Chris On Sun, Mar 4, 2012 at 6:57 AM, ionic drive ionicdr...@gmail.com wrote: ** does it hook in the proper app folder? no messing

Re: Translation issues

2012-01-31 Thread Chris Moffitt
Olivier, Welcome to Satchmo and thanks for offering to help with translations. To be honest, I haven't taken the time to figure out the new Transifex api and what I need to do to make it work. The easiest thing for me is if you clone satchmo on bitbucket, make your translation changes and send me

Satchmoproject.com hosting

2012-01-21 Thread Chris Moffitt
I have a slightly off-topic post but hopefully the community will help out. I recently received an email from the company that hosts satchmoproject.comin which they notified me that they are going out of business February 16th. What this means is that I'll need to migrate the site to a new

Re: Adding property to product

2012-01-01 Thread Chris Moffitt
Can you use Product Attributes to do what you're looking for - http://www.satchmoproject.com/docs/dev/product-attributes.html -Chris On Sun, Jan 1, 2012 at 7:33 AM, Puneet er.pu...@gmail.com wrote: Hi Guys, What is the best way to add a new property to the Product model ? Should I drive

Registration app

2011-12-27 Thread Chris Moffitt
As I've been looking at things trying to get them wrapped up for a release, one of the dependencies that is a bit of a challenge to manage is django-registration. We're stuck in limbo where we should probably convert to using the latest version but it hasn't been officially released yet. There are

Re: FedEx: Shipping + Handling?

2011-12-21 Thread Chris Moffitt
If someone wants to write up a patch to add a configurable shipping charge, I would be happy to do it. It's not tough to do but I'm not sure I'll get to it right away. -Chris On Wed, Dec 21, 2011 at 12:49 PM, Joe K joe.kue...@gmail.com wrote: Thanks Dave, That certainly seems like an easy

Re: Fedex Module - RFC

2011-12-21 Thread Chris Moffitt
. It's not important now since I figured out the problem I was having, but it could be nice for future debugging. Thanks, Josh On Dec 20, 5:04 pm, Chris Moffitt ch...@moffitts.net wrote: The Fedex module is picky about the weight units and needs the values in all caps. It should be simple

Re: Fedex Module - RFC

2011-12-20 Thread Chris Moffitt
runs into something similar. I also wonder if anyone knows a way to get suds to give better errors? For example is it possible for it to explicitly tell you what the schema validation error is rather than just that there is one? Thanks, Josh On Dec 17, 12:22 pm, Chris Moffitt ch

Re: Fedex Module - RFC

2011-12-17 Thread Chris Moffitt
noticed this on a site with my old module when I wasn't switching between modules so there could be some sort of unknown caching issues, in case anyone runs into this particular issue again. Thanks for the help! Josh On Dec 14, 5:52 pm, Chris Moffitt ch...@moffitts.net wrote

Re: Payment module suggestions

2011-12-14 Thread Chris Moffitt
If you are in the US, I think Authorize.net is a good choice from the standpoint that it is the most mature payment module and most straightforward to implement. If you are not in the US, let us know where you are and others might be able to chime in. -Chris On Wed, Dec 14, 2011 at 1:42 AM,

Re: Fedex Module - RFC

2011-12-14 Thread Chris Moffitt
UPS though. thanks! Dave On Tue, Nov 29, 2011 at 8:30 PM, Chris Moffitt ch...@moffitts.net wrote: Dave, Thanks for installing and checking and verifying it works fine. As far as the performance issues, I have a couple of questions

Re: Satchmo Design Document

2011-12-10 Thread Chris Moffitt
Right now we don't have any of those types of docs. I'm not opposed to putting some together, I would just want to make sure that whatever I spend time on is truly useful to a large number of people. -Chris On Sat, Dec 10, 2011 at 7:34 AM, Alec Taylor alec.tayl...@gmail.com wrote: I am also

Re: Satchmo release

2011-12-07 Thread Chris Moffitt
If we are going to get a release out, the biggest thing is that I need people to test and help point out show-stopping bugs. I'm sure there are plenty of new features out there that we won't be able to get to so don't worry too much about that. Right now the goal is to get the current tip as

Re: Satchmo release

2011-12-05 Thread Chris Moffitt
Cristian, A while back Transifex changed their process and I can't quite figure out where your translation is. I haven't ignored your request, I just haven't been able to figure it out. Any chance you could send a pull request from bitbucket? I definitely want updated translations in place.

Re: Satchmo dependencies

2011-12-05 Thread Chris Moffitt
You can certainly clone them to site-packages it just depends on how you want to deploy things. -Chris On Mon, Dec 5, 2011 at 4:42 PM, Shawn Collins fracass...@gmail.com wrote: So the instructions say to clone the satchmo files into /home/user/ src. Is that essential? or can those files also

Re: Fedex Module - RFC

2011-12-03 Thread Chris Moffitt
information, I'm about 99% sure that fedex/usps only uses zip code country to get rates, so having more than that available wont be of any benefit. I'm not sure about UPS though. thanks! Dave On Tue, Nov 29, 2011 at 8:30 PM, Chris Moffitt ch...@moffitts.net wrote: Dave

Satchmo release

2011-12-03 Thread Chris Moffitt
I feel like we need to get a new version of Satchmo tested and released. I'm not aware of any show stopper bugs at the moment and feel pretty good about the code at this time. What I'm proposing is tagging a Beta version and hoping people will do some good testing on it. After a couple of weeks

Re: Ship To name gets overwritten on page reload.

2011-12-01 Thread Chris Moffitt
Interesting, I am able to reproduce this error on a vanilla satchmo install. It looks like the basic issue is that the Javascript is always firing and trying to synch the fields. It definitely needs to be made smarter so that this scenario doesn't happen. I'd expect that the Javascript should

Re: Fedex Module - RFC

2011-11-29 Thread Chris Moffitt
response times without a problem. The response from fedex is fine (~500ms) so I know its not an external issue, any ideas?? Dave On Sun, Nov 27, 2011 at 4:54 PM, Chris Moffitt ch...@moffitts.net wrote: Based on the work that others have done, I was able to get the module working for me. I'd

Re: large number of orders kills admin page

2011-11-29 Thread Chris Moffitt
First off, congrats on getting so many orders! You could remove the display by editing the appropriate admin template. Here is the template - https://bitbucket.org/chris1610/satchmo/src/53e0cb6109b4/satchmo/apps/satchmo_store/shop/templates/admin/index.html Remove the following section. {%

Re: tax rounding

2011-11-28 Thread Chris Moffitt
There is a ticket out there on this - https://bitbucket.org/chris1610/satchmo/issue/1341/l10nutilsmoneyfmt-rounding-errors If this fixes your issues, let me know. -Chris On Mon, Nov 28, 2011 at 2:15 PM, Tomas Neme lacrymol...@gmail.com wrote: further investigation led me to this:

Request for help - Looking for Interface Champions/Experts

2011-11-28 Thread Chris Moffitt
One of the unique challenges with a project like Satchmo is maintaining compatibility with all the external gateways and interfaces we support. It takes a decent amount of time to understand all the vagaries of something like Authorize.net, Paypal or google not to mention UPS, Fedex, etc. At one

Re: Fedex Module - RFC

2011-11-27 Thread Chris Moffitt
. but nobody knows ahead. Please send a link some day before you commit it to trunk. On 26 lis, 23:56, Chris Moffitt ch...@moffitts.net wrote: I recently had the need to go in and make some custom changes to Fedex. In the process, I learned that Satchmo's current XML implementation

Fedex Module - RFC

2011-11-26 Thread Chris Moffitt
I recently had the need to go in and make some custom changes to Fedex. In the process, I learned that Satchmo's current XML implementation is a bit old and needs to be updated. The current version works with the legacy Fedex servers but won't migrate cleanly to the newer and more up to date ones.

Re: Fedex Module - RFC

2011-11-26 Thread Chris Moffitt
of unmodified Satchmo without them. It is not as serious as deep dependencies on livesettings etc. but nobody knows ahead. Please send a link some day before you commit it to trunk. On 26 lis, 23:56, Chris Moffitt ch...@moffitts.net wrote: I recently had the need to go in and make some custom

Re: Adding an image to a product breaks the store

2011-11-22 Thread Chris Moffitt
I'd have to believe there is an issue with your PIL install that is causing it to not be able to scale the images. How did you install PIL? -Chris On Tue, Nov 22, 2011 at 2:29 AM, Philip White p...@qnan.org wrote: Hello. I just installed Satchmo and am very impressed with it. I am running

Re: Django logging in Satchmo

2011-11-19 Thread Chris Moffitt
I would be interested as well to hear how Satchmo logging is used in different setups. To be honest, I haven't played with it recently but it does seem like the current logging is so verbose it's tough to use I haven't played around enough to figure out a right answer but would appreciate hearing

Re: Satchmo for Mobile Devices

2011-11-13 Thread Chris Moffitt
On a somewhat related note, there's a thread here about satchmo-mobile - http://groups.google.com/group/satchmo-developers/browse_thread/thread/b914d141eb42c72a -Chris On Sat, Nov 12, 2011 at 3:01 PM, freb jbsti...@gmail.com wrote: I'm fairly new to Satchmo but not to Django. I am creating a

Re: 2 basic questions / issues

2011-11-13 Thread Chris Moffitt
Here is a little more information on security in Django - https://docs.djangoproject.com/en/dev/topics/security/ One of the main reasons we built Satchmo on top of django is that it makes it much more secure by default. If you use Django in the normal way, it's pretty hard to create these types

Re: User specified text field for a custom product?

2011-11-13 Thread Chris Moffitt
Is this a field someone would fill out when ordering the product (like a monogram for a shirt) or is this an attribute you want to add to the product and display to the potential purchaser? -Chris On Sun, Nov 13, 2011 at 6:35 PM, Chris chris.tagg...@gmail.com wrote: How would I go about adding

Re: Items marked as out-of-stock are being sold

2011-11-09 Thread Chris Moffitt
There was an issue a while back where a user could have an item in their cart for a period of time, then have inventory fall below 0. Since it wasn't checked again before they checked out this behavior could be seen. However, I thought I put in a patch a while ago that did a check of the inventory

Re: Speeding up the fedex shipping module?

2011-11-07 Thread Chris Moffitt
Interesting. I've been playing a bit with Fedex lately and haven't seen this. The request/response cycle seems to only take a second or two but I haven't benchmarked it. The basic process is fairly simple so you might want to try to figure out which section of the shipper.py code is taking so

Re: Order info email miscalculation when tax included

2011-11-06 Thread Chris Moffitt
as: {{item|discount_line_total:sale|currency}} In _order_detail.txt ( incorrect ), subtotal is defined as: {{item.sub_total|currency}} On Sat, Nov 5, 2011 at 10:40 PM, Chris Moffitt ch...@moffitts.net wrote: The email templates are in /apps/satchmo_store/shop/templates/shop/email -Chris

Re: Delivery Time Choice

2011-11-03 Thread Chris Moffitt
I've used order_variables for this. You can get the value during the checkout process and add it to the order. -Chris On Thu, Nov 3, 2011 at 8:32 AM, Dan dan...@gmail.com wrote: Hi How can I allow the user to select a delivery time. Is it best to have an extra field linked to the order?

Re: Delivery Time Choice

2011-11-03 Thread Chris Moffitt
a bit easier to manage than using signals for this. -Chris On Thu, Nov 3, 2011 at 8:56 AM, Dan dan...@gmail.com wrote: Where is the best place to actually add it to the order, do i need to override a view or use signals or something? On Nov 3, 8:42 pm, Chris Moffitt ch...@moffitts.net wrote

Re: Error email contains credit card data

2011-10-26 Thread Chris Moffitt
for filtering this information, may be a good place to start. https://docs.djangoproject.com/en/dev/howto/error-reporting/#filtering-error-reports John On Oct 25, 5:37 pm, Chris Moffitt ch...@moffitts.net wrote: This is the default Django error handler in action. To override

Re: discount valid_products

2011-10-18 Thread Chris Moffitt
It was an optimization made for really large stores. You can certainly change the widget but it can cause performance problems in the admin if you have 1000's of products. -Chris On Tue, Oct 18, 2011 at 4:40 PM, Tomas Neme lacrymol...@gmail.com wrote: I'm using an old version, but.. why is

Re: Cannot run Django tests

2011-10-17 Thread Chris Moffitt
What db are you using? There is a known issue with Postgresql and latest Django running the test cases correctly. Try sqlite and see if you get the same result. -Chris On Mon, Oct 17, 2011 at 1:51 PM, Marco 4584...@gmail.com wrote: Has any one else had this problem when running ./manage.py

Re: TemplateSyntaxError

2011-10-14 Thread Chris Moffitt
Make sure you're using the latest copy of caching-app-plugin - https://bitbucket.org/bkroeze/django-caching-app-plugins On Wed, Oct 12, 2011 at 11:17 AM, Thomas tho...@googlemail.com wrote: Am 12.10.2011 um 18:12 schrieb Anurag: Hi, I am new to Satchmo and am trying to get the

Re: export-save-share store

2011-10-06 Thread Chris Moffitt
Have you tried the product export function in the admin? -Chris On Thu, Oct 6, 2011 at 3:10 PM, Tomas Neme lacrymol...@gmail.com wrote: Is there some easy way of saving-exporting my store for sharing between developers and servers? right now I'm exporting the db data doing ./manage.py

Re: Free shipping

2011-10-04 Thread Chris Moffitt
There is the capability to create a discount that offers free shipping. It's a different approach that might work in some cases. -Chris On Tue, Oct 4, 2011 at 2:12 PM, Tomas Neme lacrymol...@gmail.com wrote: I don't know if that's what I want, exactly, I'll have to analyze more specifically

Re: Bug with configurable product

2011-10-04 Thread Chris Moffitt
If you wouldn't mind putting in a ticket, I'll try to look at this when I get some down time. Thanks, Chris On Mon, Oct 3, 2011 at 6:35 AM, Isaac vyrp...@gmail.com wrote: ** Hi folks, recently I've found a bug, and I'm wondering if someone can help me to fix it. Bug appears when any of

Re: OrderPayment.payment appears as text box instead of drop down in admin

2011-09-21 Thread Chris Moffitt
Which version of Satchmo are you using? -Chris On Wed, Sep 21, 2011 at 1:49 AM, gasphynx gasph...@gmail.com wrote: Based on what I see in the source the payment field should have choices set to labelled_gateway_choices(), but instead it's equal to a django.utils.functional.__proxy__ object.

Re: Heads Up: satchmoproject.com DNS

2011-09-02 Thread Chris Moffitt
...@gmail.com wrote: Thank you Chris On Sep 1, 3:12 pm, Chris Moffitt ch...@moffitts.net wrote: I realize I missed a step in the process. I'm working to get this resolved. In the meantime, here is the satchmo ip -http://206.251.36.38/ I will let the group know when this is resolved

Re: Canada Post

2011-09-02 Thread Chris Moffitt
If you wouldn't mind, put in a ticket with a documentation patch and I'll incorporate this reminder into the docs. Thanks, Chris On Thu, Sep 1, 2011 at 11:25 PM, Shawn Collins fracass...@gmail.com wrote: I found the issue: fromPostalCode/ fromPostalCode Was empty. It's in the home shop

Re: Country/State in contact form

2011-09-01 Thread Chris Moffitt
Which version of Satchmo are you using? The hg tip version does indeed have this behavior. -Chris On Thu, Sep 1, 2011 at 1:23 PM, Tomas Neme lacrymol...@gmail.com wrote: Hi. I'd like to automatically update the states list when the country is set. 1) is there anything done for this? I'm

Re: Heads Up: satchmoproject.com DNS

2011-09-01 Thread Chris Moffitt
starting to get that DNS error now. On Aug 30, 2:12 pm, Joe K joe.kue...@gmail.com wrote: I cleared my local (Mac) DNS cache and everything seems fine now. dscacheutil -flushcache On Aug 30, 11:37 am, Chris Moffitt ch...@moffitts.net wrote: Interesting. I don't see this from

Re: Heads Up: satchmoproject.com DNS

2011-08-30 Thread Chris Moffitt
Interesting. I don't see this from my system. I made the aforementioned migration a couple of weeks back so I'm not sure why you're seeing this. You may have a stale DNS cache somewhere. -Chris On Tue, Aug 30, 2011 at 11:23 AM, Joe K joe.kue...@gmail.com wrote: When I tried to view the

Re: Change image on option/variation selection

2011-08-22 Thread Chris Moffitt
Martin, Thanks for doing this and submitting the pull request. I took a quick look and all appears good but it's always good to have another set of eyes on it. I also think it would be good to make the template changes so that the default templates would include this functionality. -Chris On

Re: What is stable?

2011-08-09 Thread Chris Moffitt
Which hg version are you using? I'm not aware of what is broken in hg tip that would prevent someone from using it. Do you have specifics. -Chris On Tue, Aug 9, 2011 at 1:47 PM, nym toml...@gmail.com wrote: I am currently running 0.9.2 from Mercurial. As I understand it, this build is

Re: apps/shipping/modules/canadapost/shipper.py Shipper.calculate() outdated?

2011-08-01 Thread Chris Moffitt
This is a bug in the Canada Post Module. We should handle this response more gracefully. Feel free to submit a patch. -Chris On Mon, Aug 1, 2011 at 2:50 PM, Marco 4584...@gmail.com wrote: Hello, I am using the the canada post module. In the Site Settings, I have both domestic and US

Re: KeyError at /i18n/setlang/ 'django_language'

2011-07-26 Thread Chris Moffitt
Do you have your shop_urls setup too? Satchmo unique variables from django.conf.urls.defaults import patterns, includeSATCHMO_SETTINGS = { 'SHOP_BASE' : '', 'MULTISHOP' : False, 'SHOP_URLS' : patterns('', (r'^i18n/', include('l10n.urls')),)} -Chris On Tue, Jul 26, 2011 at

Re: product creation speed-up

2011-07-22 Thread Chris Moffitt
it? Now a button in admin/products section Save as new got created and it seems to work fine. If this is the solution, than it could be added really fast. Please give me your comments. greetings Ionic On Thu, 2011-07-21 at 08:48 -0500, Chris Moffitt wrote: The other option is to create your

Re: Powerhouse Tool Parts

2011-07-21 Thread Chris Moffitt
for Powerhouse Distributing. That was conceived and implemented by my good friends 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

  1   2   3   4   5   6   7   8   >