Disable some urls like /quickorder, slug-names for other views

2012-11-07 Thread David Unric
Hi, as a newcommer just started to do some Satchmo tweaking and curious how to make the following changes in a clean/proper way: 1) How can I remove/disable some of the urls to the default views like /quickorder to multiple_product_form ? For example if the client asks for http://somedomain.co

Re: Discounts based on an attribute of a Product

2012-11-07 Thread Olivier Lauret
Hi Paul, Have you tried tired prices? This allow to set specific prices by group. Only problem I found with this method is that I couldn't stop the users applying a discount code to it. Regards, Olivier On 7 November 2012 16:26, Paul Walsh wrote: > I have a Satchmo store, where the products a

Re: Discounts per product

2012-11-07 Thread LZAntal
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, > 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 $1

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