Re: satchmo paypal express checkout

2008-11-14 Thread Alessandro Ronchi
2008/11/14 Chris Moffitt [EMAIL PROTECTED]: This isn't for Satchmo exactly but it shows how to use with Django. Hopefully it helps point you in the right direction. http://uswaretech.com/blog/2008/11/using-paypal-with-django/ Thank you. I have already implemented (using some python and django

Re: is there a mass import app?

2008-11-14 Thread Mike Hostetler
On Wed, Oct 29, 2008 at 11:12 AM, hugh muirhead [EMAIL PROTECTED] wrote: hi, would it be difficult to import a .csv of: product description, price, image, weight, dimensions, inventory, and product number, are there any existing scripts?, thanks. It wouldn't be difficult at all . . . Our

HTML must die!

2008-11-14 Thread kbochert
Having got my Satchmo shop functioning, I turned my attention to styling and was reminded how much I hate HTML and CSS. I found the tool 'clevercss', which seems to improve CSS a little, at least in part by introducing Python concepts, and I thought 'why not do the same for HTML -- introduce

Re: HTML must die!

2008-11-14 Thread Jeff Anderson
kbochert wrote: It seems to me that this kind of thing is easily translated to Django templates, quicker to type, easier to read, and infinitely extendable. The syntax and names should be recognizable to a Python/Django/Html user. This seems like a good idea, and it'd be easily implemented