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 e

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 ne

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

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 d

Re: Next steps for Satchmo

2014-04-29 Thread Chris Moffitt
me 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 Mond

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
can really recommend. I have space. The idea of hosting a mirror would be >>> fine with me. Hosting the main site is a bit different, as I have shell >>> access and things could go wrong :s >>> >>> Luuk >>> >>> >>> On Tue, Dec 31, 2013

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 wrote: > I also work on a site t

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 much

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 wrote: > The issue was fixed, but for the default backend sorl-thumbnail only. > See an issue #1472 > update

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 in

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 Django-reg

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 p

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 wrote: > In product.models: > > ProductPriceLookup.key may be generated by concatenating two or more

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 wrote: >

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 wrote: > I noticed satchmo is deleting/purging incomplete orders every few minutes >

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 Holl

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 wh

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 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 that was the latest vers

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 wrote: > I think this is related to my previous issue with order transactions > staying in LINKED. > > What seems to be hap

Re: extra checks in discounts

2012-09-04 Thread Chris Moffitt
Is there a reason you couldn't create your own custom shipping module that would encompass the logic you're looking for? -Chris On Tue, Sep 4, 2012 at 5:56 PM, Tomas Neme wrote: > My particular use case is this: I want to offer free shipping to > orders that ship to certain countries, and that

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 wrote: > Yikes. I do

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 wrote: > Could it be that SLLRedirect class is mispelt? > > Perhaps should be SSLRedirect? or did you mistype it in the

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 t

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 wrote: > Hi everyone i have a question i want to change the $ on the products > prices for another symbol like bf or €, and i cant find how to do

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 wrote: > 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 > option on the fro

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 wrote: > Yes it is there, thats why Im scratching my head so hard, Im starting to > think its an ubuntu is

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 Mon

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 wrote: > 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, however that still doe

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 sc

Re: Error email contains credit card data

2012-06-15 Thread Chris Moffitt
n 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 tic

Re: Price always $0 on Custom Product

2012-06-07 Thread Chris Moffitt
I can't reproduce this. Did you try running python manage.py satchmo_rebuild_pricing ? -Chris On Thu, Jun 7, 2012 at 12:53 PM, MaDeuce wrote: > I am attempting to provision a custom product into Satchmo 0.9.2, but the > price always shows as $0, no matter what I enter. I'm sure I'm missing > s

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 wrote: > hi, > after running: http://localhost:8000/settings/ > > got: > Wed, 30 May 2012 18:55:51 django.request ERRORInternal Server > Error: /settings/ > Traceback (most recent call last

Re: The Varitations Dictionary Does Not Update in product/detail_configurableproduct.html

2012-05-24 Thread Chris Moffitt
r to reflect changes to > variations on configurable product pages? > > thanks for you help. > > > On Thursday, 24 May 2012 20:06:54 UTC-4, Chris Moffitt wrote: >> >> If you run satchmo_rebuild_pricing, does it work? >> >> On Thu, May 24, 2012 at 12:31 PM, Marc

Re: The Varitations Dictionary Does Not Update in product/detail_configurableproduct.html

2012-05-24 Thread Chris Moffitt
If you run satchmo_rebuild_pricing, does it work? On Thu, May 24, 2012 at 12:31 PM, Marconius Cuthemustard < ma...@cuthemustard.com> wrote: > The problem occurs whenever we add or remove a ProductVariation, or update > an existing one's slug. The satchmo.variations variable in the script (set > t

Re: Contact getting hijacked when a new account is created

2012-05-09 Thread Chris Moffitt
Could you open up a ticket and include this patch, along with the method to reproduce. I'll take a look at it. -Chris On Wed, May 9, 2012 at 12:42 AM, Thomas wrote: > I'm pretty sure this is a bug in Satchmo. Here's my fix: > > diff -paurb src.orig//satchmo/satchmo/apps/satchmo_store/accounts/v

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 secur

Re: Editing the pdf invoice

2012-04-27 Thread Chris Moffitt
You want to use the normalize_decimal filter to do this. Make sure that the following is at the top of your template: {% load normalize_decimal %} then use it like this: {{ item.quantity|normalize_decimal }} -Chris On Fri, Apr 27, 2012 at 12:54 PM, Shawn Collins wrote: > Hey guys, I love thi

Re: Invalid block tag: 'endthumbnail', expected 'else' or 'endif' when using sorl-thumbnail==3.2.5

2012-04-25 Thread Chris Moffitt
If you are using the latest version of Satchmo, you should be using the latest version of Sorl thumbnail. See the notes here - http://www.satchmoproject.com/docs/dev/release-notes-0-9-3.html On Wed, Apr 25, 2012 at 12:48 AM, HDayi wrote: > hi people > i have the same problem: "Invalid block tag:

Re: Adding a display column in admin -> Product -> Option Groups

2012-04-24 Thread Chris Moffitt
You want to use admin.site.unregister to unregister the existing admin models and register your new model with the additional fields. Check out some more here - http://www.satchmoproject.com/docs/dev/custom-admin.html -Chris On Tue, Apr 24, 2012 at 12:58 AM, Thomas wrote: > Hi, > > I would li

Re: Possible bug in template shop/multiple_product_form.html at url /quickorder/

2012-04-24 Thread Chris Moffitt
Please submit a ticket and we'll take a look at it. Thanks, Chris On Tue, Apr 24, 2012 at 1:03 AM, Mac wrote: > At the url /quickorder/ I got a Variable Does Not Exist error in > template shop/multiple_product_form.html, line 40 : > > >{% if sale %} style="displ

Re: Invalid block tag: 'endthumbnail', expected 'else' or 'endif' when using sorl-thumbnail==3.2.5

2012-04-22 Thread Chris Moffitt
y following the instructions... ;) > > Thanks for the quick response. > > > On Sun, Apr 22, 2012 at 11:04 AM, Chris Moffitt wrote: > >> You should be using the latest version of sorl with satchmo tip. >> >> That should fix the issue. >> >> -Chris >&

Re: Invalid block tag: 'endthumbnail', expected 'else' or 'endif' when using sorl-thumbnail==3.2.5

2012-04-22 Thread Chris Moffitt
You should be using the latest version of sorl with satchmo tip. That should fix the issue. -Chris On Sun, Apr 22, 2012 at 12:18 AM, three18ti wrote: > Hello, > > I am attempting to install Satchmo in a virtualenv, I have followed > the instructions here: > http://www.satchmoproject.com/blog/2

Re: Order PDF outputs not working

2012-04-19 Thread Chris Moffitt
I suspect there is a problem with your PIL install. What OS are you using? I generally recommend installing PIL using your OS' package management not pip. -Chris On Thu, Apr 19, 2012 at 4:27 PM, Darren Hollenbeck wrote: > Error here: > http://dpaste.com/734393/ > > Using: > ReportLab 2.3 (from m

Re: Satchmo w/ latest Sorl Thumbnail breaks

2012-04-11 Thread Chris Moffitt
chmo forward a few revs (I was at > the > > initial 0.9.3 version change mark) > > > > > > > > > > > > > > > > On Monday, April 9, 2012 8:31:12 PM UTC-5, Chris Moffitt wrote: > > > > > As part of the upgrade, you'll have to modif

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 wrote: > I've added a picture to a product via code, and have replaced the > picture on the file system with a new picture. > >

Re: i've programmically added products, replaced pictures programmically, etc... product thumbnails in admin not thumbnails

2012-04-10 Thread Chris Moffitt
What version of Satchmo and sorl-thumbnail are you using? You could try turning on the Sorl thumbnail debug setting so you can see what happens. -Chris On Tue, Apr 10, 2012 at 9:49 AM, m1chael wrote: > In my product admin, i've got a particular product that i've replaced > the picture of... th

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 wrote: > Tried upgrading sorl thumb

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 wrote

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 wrote: > Hi all, > > I just released a new shipping module for LaPoste Colissimo (France), > based on the django-colissimo module. > > The source code and documentation are available o

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 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 serious > problems

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 goin

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

Re: Persistent cart not working?

2012-03-30 Thread Chris Moffitt
m > @hardlifeofapo > Skype: p.casado > > On 30/03/2012, at 15:19, Chris Moffitt wrote: > > Do you have it enabled in the settings? > > On Fri, Mar 30, 2012 at 3:55 AM, Pablo Casado wrote: > >> Hi, >> >> I would like to retrieve the previous cart when a user

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 wrote: > 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 > --- > p.casado.ar

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: 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 wrote: > 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 Lauret > wrote:

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 wrote: > After realizing the Google Checkout API (not related to Satchmo) doesn't > support what I need, I hacked up a Stripe paym

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 wrote: > I'm not sure what I changed but now when someone checks out of the store, > Authorize.net reports back: 'Credit card number is required.'.

Re: satchmo upsell minor doc error - please correct

2012-03-10 Thread Chris Moffitt
Thanks! On Sat, Mar 10, 2012 at 6:34 AM, ionic drive wrote: > ** > Hello friends - hello Chris, > > A little minor documentation error was found for satchmo upsell: > Located: > > http://www.satchmoproject.com/docs/dev/template-filters-tags.html#product-upsell > > it should be: > {% load satchmo

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 wrote: > ** > does it hook in the proper app folder? no messing between library and > pro

Re: List all active products

2012-02-08 Thread Chris Moffitt
This should be really easy to do with a custom template tag. -Chris On Tue, Feb 7, 2012 at 11:05 PM, rayfidelity wrote: > I'd like to list all active products (from all or a specific category) > in a template. I've looked almost everywhere and I simply cannot find > a way to do this. > > I want

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

Re: Adding Highlights for a product

2012-01-29 Thread Chris Moffitt
Look at using Custom product attributes: http://www.satchmoproject.com/docs/dev/product-attributes.html -Chris On Sun, Jan 29, 2012 at 1:39 AM, Swaroop Shankar V wrote: > Thanks John, > That would work fine if i need to show it along with the description, but > what if i want to show it in some

Re: Ordering products by price

2012-01-29 Thread Chris Moffitt
There is a denormalized table called ProductPriceLookup that will probably do what you're looking for: https://bitbucket.org/chris1610/satchmo/src/ce64e8a40922/satchmo/apps/product/models.py#cl-1299 -Chris On Sun, Jan 29, 2012 at 9:51 AM, Dave Brown wrote: > Puneet, > As you mention, price is n

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 server.

Re: Major bug in Paypal module

2012-01-12 Thread Chris Moffitt
If you can submit a ticket (with a patch if you've got it) and we'll take a look at it. -Chris On Thu, Jan 12, 2012 at 8:56 AM, Mike S wrote: > When a user completes an order, the inventory gets deducted twice: > > (1) As soon as payment is made, the IPN view > `payment.modules.paypal.views.ipn

Re: Installing satchmo in a virtualenv — Impossible?

2012-01-07 Thread Chris Moffitt
You should be able to use virtualenv and pip on windows to install as long as you use the binaries for crypto, reportlab and PIL. -Chris On Sat, Jan 7, 2012 at 12:03 AM, Malcolm MacKinnon wrote: > Take a look at this documentation: > http://www.satchmoproject.com/blog/2010/aug/01/satchmo-virtual

Re: Registration app

2012-01-04 Thread Chris Moffitt
and Django > 1.3. > (I did not read neither registration 0.8 branch nor class-based > generic views in depth. Maybe I am wrong.) > > -- Hynek > > On 27 pro, 21:39, Chris Moffitt wrote: > > As I've been looking at things trying to get them wrapped up for a > release, &

Re: Loyalty Reward Point Module

2012-01-02 Thread Chris Moffitt
Very cool. I like the idea and upon first glance, the implementation looks pretty good. I can imagine this is something useful to others so I'd encourage those of you that need something like this to take a look and see if it would work for you. If I get some time I'll try to check it out and ins

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 wrote: > Hi Guys, > > What is the best way to add a new property to the Product model ? > > Should I drive new product from

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 Module - RFC

2011-12-21 Thread Chris Moffitt
; error you had, but I don't know too much about suds and though maybe > someone knew of a quick fix. 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, Chri

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 wrote: > Thanks Dave, > > That certainly seems like an easy solution, and will w

Re: Fedex Module - RFC

2011-12-20 Thread Chris Moffitt
s 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 wrote: > > > > > > > > > > > > >

Re: Fedex Module - RFC

2011-12-17 Thread Chris Moffitt
s fedex_web_services is a fork of) so corrupted data > > probably ended up in the cache. > > > > I had 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

Re: Fedex Module - RFC

2011-12-14 Thread Chris Moffitt
> > > may make it quicker? > > > > > > > > > (i created a simple form since i want to get rates anywhere on > the > > > > site > > > > > > > with the current cart items, not just at checkout, but that > still > > > > didn&

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, neri

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 wrote: > I am also interested in contributi

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 stabl

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 wrote: > So the instructions say to clone the satchmo files into /home/user/ > src. Is that essential? or can those files also be installed to sit

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. Thank

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 we

Re: Fedex Module - RFC

2011-12-03 Thread Chris Moffitt
7;t be good for it speed. >> > Does this sound normal? >> > >> > In regard to using the contact 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 abou

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 only

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. {% incl

Re: Fedex Module - RFC

2011-11-29 Thread Chris Moffitt
onds. > > I cannot figure out what in the world is going on.. Using the USPS i can > get 1.5 second 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

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 po

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 wrote: > further investigation led me to this: > > order._balance uses satchmo_u

Re: Fedex Module - RFC

2011-11-27 Thread Chris Moffitt
included in automatic Quick > > Start Installation but it would be possible a manual installation 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 comm

Re: Fedex Module - RFC

2011-11-26 Thread Chris Moffitt
Start Installation but it would be possible a manual installation 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 wrot

Re: Fedex Module - RFC

2011-11-26 Thread Chris Moffitt
ng for you. -Chris On Sat, Nov 26, 2011 at 5:35 PM, Dave Brown wrote: > Greg Newman wrote this soap module for satchmo here: > https://bitbucket.org/gregnewman/fedex_soap/overview > > I've been messing with it a bit and it seems to work pretty well. > Dave > > On Sat, No

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: 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 wrote: > Hello. I just installed Satchmo and am very impressed with it. > > I am running today's revi

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 w

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 wrote: > How would I go about adding a user-specified text

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 of

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 wrote: > I'm fairly new to Satchmo but not to Django. I am creating a store and > will ne

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

  1   2   3   4   5   6   7   8   9   10   >