Re: Satchmo discounts - how are they actually supposed to work?

2013-06-06 Thread Paul Walsh
mplates. If there aren't efforts to improve this part of Satchmo already, > there probably will be at some point soon. > Sounds terrible, to be honest, and can only deal with the most trivial of use cases in the e-commerce world. I wish I'd investigated this issue further befo

Re: Satchmo discounts - how are they actually supposed to work?

2013-06-04 Thread Paul Walsh
is anyone using Satchmo's discount feature with any success? On Monday, 3 June 2013 11:52:44 UTC+3, Paul Walsh wrote: > > I am trying to setup what should be a trivial discount: > > 1. 25% off all items in a category > > 2. If an item already has a reduced price, *do

Satchmo discounts - how are they actually supposed to work?

2013-06-03 Thread Paul Walsh
I am trying to setup what should be a trivial discount: 1. 25% off all items in a category 2. If an item already has a reduced price, *don't* apply the discount. (bonus - the detect if the existing reduced price is less than 25%, reduce it too) But, I honestly can't even get Satchmo's Discount

Re: Discounts per product

2012-11-11 Thread Paul Walsh
Thanks Laszlo, I'll check out your solution in detail. On Wednesday, 7 November 2012 18:32:10 UTC+2, lzantal wrote: > > Hi, > > On Nov 7, 2012, at 8:18 AM, Paul Walsh > > wrote: > > I am trying to do what should be a simple thing in an e-commerce platform, >

Re: How can I disable caching in Satchmo

2012-11-10 Thread Paul Walsh
Great Mike, thanks for helping out, I appreciate it. *Paul Walsh* 0543551144 On Fri, Nov 9, 2012 at 4:34 PM, Mike Hostetler wrote: > I'm finally getting back to you. . . > > I had to hunt a bit but the items about caching configuration is here: > http://www.satchmopro

Re: How can I disable caching in Satchmo

2012-11-08 Thread Paul Walsh
cache 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 wrote: > I found the cache requirement in the

Re: How can I disable caching in Satchmo

2012-11-08 Thread Paul Walsh
So, my first step was to work out how to turn caching off... Also, is it possible to use Johnny Cache with Satchmo? Or, a Redis cache? I am also wondering, concerned, why could you get a memached backend working with Satchmo? This is fairly trivial to setup with Django projects usually. thanks.

Re: Discounts based on an attribute of a Product

2012-11-08 Thread Paul Walsh
Yes, but by group doesn't help me here. Distributors aren't Users, and dont have a relation to group. I guess I'll have to hack something together. *Paul Walsh* 0543551144 On Thu, Nov 8, 2012 at 12:47 AM, Olivier Lauret < olivier.lau...@googlemail.com> wrote: > Hi

Discounts per product

2012-11-07 Thread Paul Walsh
I am trying to do what should be a simple thing in an e-commerce platform, but nothing in the Satchmo docs indicates how to do this in Satchmo: For any given product, I want to add a lower price. So, if the normal (first) price is $10, I then want to add a price of $7. And, in such a case, I'd

Discounts based on an attribute of a Product

2012-11-07 Thread Paul Walsh
I have a Satchmo store, where the products are models that subclass Satchmo's Product: Book(Product) and Accessory(Product) Both my Book and Accessory classes have a FK to Distributor (actually, distributor is an Organization in Satchmo's contacts module.) I'd like to be able to apply discounts

How can I disable caching in Satchmo

2012-11-07 Thread Paul Walsh
I want to disable caching in Satchmo, in production. I can't find anything in the docs that explicitly declares how I can managing Satchmo's caching. I'd love a pointer to the right place in the docs, if there is one, and also if anyone know hows I can disable caching. -- You received this m

Re: Problem with Satchmo and sorl-thumbnail in syncdb

2012-10-10 Thread Paul Walsh
ok, solved it by reordering my installed apps along the lines of the simple.settings.py in dev version. On Monday, 8 October 2012 22:41:12 UTC+2, Paul Walsh wrote: > > I am running: > > Satchmo 0.9.3 (hg+https://bitbucket.org/chris1610/satchmo#egg=Satchmofrom > today) > D

Re: Problem with Satchmo and sorl-thumbnail in syncdb

2012-10-10 Thread Paul Walsh
Can anyone help? In a clean virtual environment, without Satchmo but with the same sorl.thumbnail, django and south modules, it works fine. On Monday, 8 October 2012 22:41:12 UTC+2, Paul Walsh wrote: > > I am running: > > Satchmo 0.9.3 (hg+https://bitbucket.org/chris1610

Problem with Satchmo and sorl-thumbnail in syncdb

2012-10-08 Thread Paul Walsh
I am running: Satchmo 0.9.3 (hg+https://bitbucket.org/chris1610/satchmo#egg=Satchmo from today) Django 1.4.1 sorl-thumbnail 11.12 I have 'sorl.thumbnail' in INSTALLED_APPS When I do syncdb (with or without migrate), I get the following error: django.core.exceptions.ImproperlyConfigured: App wi

Current best practices for Custom products (i.e: inheritance or not )

2012-07-09 Thread Paul Walsh
There seems to be conflicting views on inheriting the Product model in Satchmo. This is confounded by the following text found on the page dedicated to custom product models on the Satchmo site: "Using inheritance is currently not recommended, because it has some issues when it is used without

Re: Customer Account - Is there a default view/set of views?

2011-02-24 Thread Paul Walsh
I found it :) -- 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 this group, send email to satchmo-users+unsubscr...@googlegroups.com. For more options, visi

Customer Account - Is there a default view/set of views?

2011-02-22 Thread Paul Walsh
Hi, I see in the features that there is a customer model, with the types of things you'd expect in a customer account area of a store. However, I can't find any other mention of a default or predefined customer account area in Satchmo. Is there one? Where? Thanks, Paul. -- You received this

Re: CSV (or any spreadsheet) Import into Satchmo

2010-11-11 Thread Paul Walsh
> > > from product.models import Product > > > > > reader = DictReader(open('products.csv')) > > > > for line in reader: > > > >     Product.objects.create( > > > >         #Setup the mapping between csv columns and satchmo product > > >

CSV (or any spreadsheet) Import into Satchmo

2010-11-08 Thread Paul Walsh
Hi, I am a new Satchmo user (and a very very novice Django beginner) - something that wasn't clear to me: Is there a core module or an available extension to import data via CSV? I saw the product_feeds extension module but it only seems to deal with export. If anyone can point me in the right d