Re: creating custom product module error

2009-08-10 Thread Ryan Headley
On Mon, Aug 10, 2009 at 2:53 PM, hobi hobicabob...@gmail.com wrote: Very sorry if this is a duplicate post (I can't find the last one I submitted an hour ago) I followed the directions here: http://www.satchmoproject.com/docs/svn/custom-product.html In addition, I added the app to

Re: Same Product across multiple shops

2009-08-24 Thread Ryan Headley
Ya think this is hackable w/out touching satchmo's codebase? On 8/24/09, Bruce Kroeze bkro...@gmail.com wrote: Unfortunately, you can't do it without some custom effort, as the system currently enforces product division among sites. On Mon, Aug 24, 2009 at 2:16 PM,

Re: PayPal Module

2009-08-25 Thread Ryan Headley
Bruce, Not sure what the link is _really_ telling me other than its a currently filed issue and on top of that it seems to be UK based at the moment. I see that the priority went from minor to major, so is this where I will go to keep an eye on its status? I also see that there are files

Re: PayPal Module

2009-08-25 Thread Ryan Headley
Great, thanks for the information. Incidentally -- I did find this: http://code.google.com/p/python-payflowpro/ Which after browsing the source seems to be ready for the September 1st changes at PayPal. I would hope that I could leverage this in such a solution, but now I have to read up on

Re: Templates in a Multishop

2009-08-25 Thread Ryan Headley
So its not as simple as just laying out a directory structure appropriately? Damn, here I was thinking I could have app1 find its templates in templates/app1 and app2 find its templates in app2, etc. I guess I had that impression from django itself -- *ugh* Thanks for the link, I'll take a

Re: Templates in a Multishop

2009-08-25 Thread Ryan Headley
/templates/api/#loader-types On Tue, Aug 25, 2009 at 5:04 PM, Ryan Headley lifewithr...@gmail.comwrote: So its not as simple as just laying out a directory structure appropriately? Damn, here I was thinking I could have app1 find its templates in templates/app1 and app2 find its templates

Re: Templates in a Multishop

2009-08-25 Thread Ryan Headley
handler script etc On Tue, Aug 25, 2009 at 11:07 PM, Ryan Headley lifewithr...@gmail.comwrote: To those following along at home -- I've had the Eureka moment. will fill anyone interested in tomorrow...kid is crying On Tue, Aug 25, 2009 at 10:40 PM, Ryan Headley lifewithr

Re: PayPal Module

2009-08-26 Thread Ryan Headley
Alessandro, Do you have that as a custom module within satchmo? are you planning to release it back into the satchmo community? On Wed, Aug 26, 2009 at 2:11 PM, Alessandro Ronchi alessandro.ron...@soasi.com wrote: 2009/8/25 lifewithryan lifewithr...@gmail.com: It would appear that the

Re: How popular is Satchmo?

2009-08-28 Thread Ryan Headley
To us geeks, the whole popularity argument is bunk. That being said, I can totally understand someone's concern for a particular platform's popularity. Speaking as a consultant who is roughly two weeks into a large satchmo project, I can say without any doubt that the popularity of the platform

Re: Custom Payment Module location

2009-09-02 Thread Ryan Headley
Chris, I'll try to get to that over my lunch hour... Ryan On Wed, Sep 2, 2009 at 10:45 AM, Chris Moffitt ch...@moffitts.net wrote: If you wouldn't mind opening a ticket with your documentation bugs, I'd be happy to clean them up so someone else doesn't have to go through the pain too!

Re: Custom Payment Module location

2009-09-02 Thread Ryan Headley
Chris, Here you go, as requested, let me know if you need more: http://bitbucket.org/chris1610/satchmo/issue/889/documentation-issues On Wed, Sep 2, 2009 at 10:45 AM, Chris Moffitt ch...@moffitts.net wrote: If you wouldn't mind opening a ticket with your documentation bugs, I'd be happy to

Re: Custom Payment ModuleValue NO KEY

2009-09-08 Thread Ryan Headley
the only thing somewhat alarming is the TAX.TAX_SHIPPING setting not being set: this is the entire log: 2009-09-08 12:46:35,857 root: INFO Satchmo Started 2009-09-08 12:46:35,927 satchmo_store.shop: DEBUGpatching for multishop 2009-09-08 12:46:36,566 tiered.config: DEBUG

Re: Custom Payment ModuleValue NO KEY

2009-09-08 Thread Ryan Headley
'^confirm/$', 'pfp.views.confirm_info', {'SSL':config.SSL.value}, 'PAYFLOWPRO_satchmo_checkout-step3'), (r'^success/$', 'payment.views.checkout.success', {'SSL':config.SSL.value}, 'PAYFLOWPRO_satchmo_checkout-success'), ) On Tue, Sep 8, 2009 at 1:55 PM, Ryan Headley lifewithr...@gmail.com wrote

Re: multiple store different image folders

2009-09-09 Thread Ryan Headley
to clarify -- what we're seeing is that no matter what we try, satchmo seems to want to store _ANY_ uploaded image directly to static/images and we'd like to be able to modify this behaviour such that is uploads images to static/storename/images That may be a bit clearer... On Wed, Sep 9, 2009

Re: Caught an exception while rendering: Could not import payments.modules.authorizenet_custom.views.

2009-09-18 Thread Ryan Headley
I believe you need to install the signals_ahoy package now. I'm not sure that was the requirement two months ago. Search the group for signals_ahoy and see if what you find there fixes your problem. On Fri, Sep 18, 2009 at 8:18 AM, 朱涛 Tower Joo zhutao.is...@gmail.comwrote: Hi: Today I try to

Re: IP Address

2009-09-18 Thread Ryan Headley
rock on!! I'd have never figured that out on my own man, thanks. On Fri, Sep 18, 2009 at 4:17 PM, Bruce Kroeze bkro...@gmail.com wrote: On Fri, Sep 18, 2009 at 11:31 AM, lifewithryan lifewithr...@gmail.com wrote: I'm sure this is easy -- we're writing a Website Payments Pro library to

Re: mod_wsgi setup

2009-09-22 Thread Ryan Headley
Just moving this along -- hoping that someone will see a clue here. The error seems to be coming from satchmo_store/urls/default.py on line 14 where the include occurs for the admin section. It currently reads include(admin.site.urls), but according to some of the docs I'm reading it should be

Re: mod_wsgi setup

2009-09-22 Thread Ryan Headley
for development -- at least for now in order to move forward... by far my least favorite part about django has been deployment and making it consistent from manage.py to prod...clearly there is something Im just not getting about it On Tue, Sep 22, 2009 at 11:12 AM, Ryan Headley lifewithr

Re: mod_wsgi setup

2009-09-22 Thread Ryan Headley
a virtualenv, don't forget to `source virtualenvironment/bin/activate` before trying to use manage.py. Bob On Tue, Sep 22, 2009 at 1:45 PM, Ryan Headley lifewithr...@gmail.comwrote: SOLVED good lord, i threw in some debugging statements inside my django.wsgi script and noticed that no matter

Re: mod_wsgi setup

2009-09-22 Thread Ryan Headley
Packham On 22 Sep 2009, at 19:45, Ryan Headley lifewithr...@gmail.com wrote: No thats all fine, its only broken when I make the move to the Joyent box and try to set it up with mod_wsgi... I think i found the root of the problem though: python 2.4 is the default install on that box and more

Re: internal server error - settings files

2009-09-23 Thread Ryan Headley
Just my 2 cents but I was having all sorts of problems with python 2.4 and mod_wsgi when i was attempting to host stuff at joyent. The situation sounds almost identical to what you are seeing. After about 10-12 hours, I threw in the towel (something I don't normally do), and bought a slicehost.

Re: Get a This field is required when saving an order

2009-10-01 Thread Ryan Headley
I believe I was getting this error when I didn't have a shipping configuration...of course this was a long time ago. There are a number of configuration steps (in /admin and /settings) that you have to go through before you get anything that works. I remember having all sorts of issues due to

Re: Country data does not show up in store configuration

2009-10-01 Thread Ryan Headley
so you have a table called: l10n_country in your DB then and you have l10n listed in your INSTALLED_APPS? have you run ./manage.py syncdb? finally if you've done all that and the table exists, can you see the countries listed? On Wed, Sep 30, 2009 at 8:44 PM, lzantal lzan...@gmail.com wrote:

Re: admin | product | products | sort by price

2009-10-01 Thread Ryan Headley
Could it be because unit_price isn't really a django model field? (or doesn't appear to be) Instead is set using the property method and a call to _get_fullPrice? That'd be my first guess is that you only get admin goodness when you use django model fields but again, thats just a

Re: slimmer Satchmo?

2009-10-01 Thread Ryan Headley
I don't know for sure but if you are looking for something lighter -- I believe lfs is supposed to be a bit smaller/less flexible, etc: http://www.getlfs.com again -- I don't know for sure On Thu, Oct 1, 2009 at 11:21 AM, bobhaugen bob.hau...@gmail.com wrote: In this message

Re: admin | product | products | sort by price

2009-10-01 Thread Ryan Headley
agreed... so at this point, i believe the OP's best bet would be to override admin.py and add some javascript library to allow for sorting... On Thu, Oct 1, 2009 at 12:26 PM, Bruce Kroeze bkro...@gmail.com wrote: On Thu, Oct 1, 2009 at 8:56 AM, Ryan Headley lifewithr...@gmail.com wrote

Re: New site launched with Satchmo

2009-10-02 Thread Ryan Headley
Awesome -- Toys R Us, now thats not a bad showing is it? :) On Fri, Oct 2, 2009 at 3:47 AM, AndrewF ajfisher...@gmail.com wrote: Hi all, Just to drop a quick note into say that we've just today launched a new website using Satchmo as it's core with some little modifications. The site is

Re: Advice on writing Custom Product

2009-10-06 Thread Ryan Headley
Toot away man -- your posts have helped me along rather well :) On Tue, Oct 6, 2009 at 11:26 AM, Bob Waycott bobwayc...@gmail.com wrote: Not to toot my own horn ... but I wrote a couple posts on custom products with Satchmo. Links below. http://thisismedium.com/tech/satchmo-diaries-part-one/

Re: Get a This field is required when saving an order

2009-10-07 Thread Ryan Headley
. Is it a satchmo or django issue that it cant display 4000+ prodcts x 5 drop down? Id there a better way to display it than in a drop down? So poor server does not have to create 5 really long select on a page? thank you lzantal On Oct 1, 6:50 am, Ryan Headley lifewithr...@gmail.com wrote: I

Re: Get a This field is required when saving an order

2009-10-08 Thread Ryan Headley
, On Oct 7, 5:34 am, Ryan Headley lifewithr...@gmail.com wrote: 4000 products in a drop down list -- aside from possibly causing you any problems -- is probably a bad idea all around, mainly for usability purposes. You may want to re-think your user interface. Its in the admin interface so

Re: Can't get 'Simple' demo working.

2009-10-08 Thread Ryan Headley
Are you familiar with Django at all? If so, its important to remember that at its core, this is still Django and pretty much all rules apply. (TEMPLATE_DIRS is not Satchmo specific, but a Django configuration). If you are unfamiliar with Django, it may be worth a look for you to run through the

Re: Can't get 'Simple' demo working.

2009-10-08 Thread Ryan Headley
to decide if less time would be spent trying to get it to work on Windows or setting up a Linux box to learn satchmo. Ugh. And I am on a lightspeed deadline. Time for more coffee. On Thu, Oct 8, 2009 at 2:18 PM, Ryan Headley lifewithr...@gmail.com wrote: Are you familiar with Django at all? If so

Re: Satchmo 0.9 RC1 Release

2009-10-13 Thread Ryan Headley
Are there any backwards compatible changes for those of us who haven't updated in the past two or three weeks? (I think the last change I had to make was with signals_ahoy)... On Tue, Oct 13, 2009 at 8:18 AM, Chris Moffitt ch...@moffitts.net wrote: Bob, This install process should work

Re: order_success signal called more than once?

2009-10-14 Thread Ryan Headley
OKay I'm seeing the custom signal on the DownloadableProduct (line 1567 in product/models.py). My question is, now what? First a brief history/goal of our intentions: Upon a successful order, we need to spit out a custom xml file that represents that order. (An hourly job will then process

Re: no ssl on checkout pages

2009-10-22 Thread Ryan Headley
Although I'm using apache I found that adding: HTTPS_PATHS = ('admin/', 'checkout/', 'settings/') to my settings.py file and ensuring I had the SSLRedirectMiddleware enabled that I didn't need any rewrite rules in my configs... Perhaps the same would work for you? On Wed, Oct 21, 2009 at

Re: satchmo SSLRedirect middleware for /admin

2009-10-23 Thread Ryan Headley
I could be wrong, but if I'm not, it would make sense that an ajax request may not work if someone was using admin over https and the ajax call went out of http (or vice versa). I thought that you couldn't have JS running across http to https, etc. I know you can't have cross-domain javascript.

Re: custom products: some questions

2009-10-23 Thread Ryan Headley
Wow, thats alot to take in, but here's a thought. Since a Product for you is a Domain -- something that is custom per order -- perhaps your after the wrong object? Maybe what you need is not a Satchmo Product model at all but a plain old Django model. It would have an FK to your standard

Re: custom products: some questions

2009-10-23 Thread Ryan Headley
Okay...your confused?? lol, so am i so lets first talk semantics. When I say CustomProduct, Im not talkng about product.models.CustomProduct...quite literally I mean: class MyProduct(Product): my custom fields here When MyProduct is added to an order we discovered order_sucess was firing

Re: Shipping options per Product category

2009-10-27 Thread Ryan Headley
Bob, I'm thinking thought 1 is closer to what I was trying to do. The hard part here to putting it in the template is the slightly limited template language. I was thinking I could do: for title in CartItem.product.category.all() ifequal title one of my three qualifying categories show

Re: Shipping options per Product category

2009-10-27 Thread Ryan Headley
Bob, Option #2 F*cking Rocks! Thanks, working like a charm and its clean. I made one minor change and didn't put the White Glove status into the session. Instead I just return whilte_glove variable to the context. Do you see any drawback to that? Ryan On Tue, Oct 27, 2009 at 9:29 AM, Ryan

Re: Roadmap for 1.0

2009-11-03 Thread Ryan Headley
Not sure if this makes sense, but perhaps introducing the thought of creating a Generic product whose sole functionality is the ability to be added to a satchmo cart. Any views, urls, business logic etc would be dependent on the developer to create, assuming this his/her products all extend this

Re: Custom checkout process

2009-11-09 Thread Ryan Headley
Maybe I am missing something but doesn't Satchmo provide, billing and shipping info as two separate sections on the form? There's a check box to say that the shipping info is the same as billing info, etc isn't there? Would you just be able to specify a different shipping address? On Mon, Nov

Re: Payment Records in Admin

2009-11-12 Thread Ryan Headley
okay, here's the kicker...we're capturing immediately. should i be concerned about the 0.00 amounts? On Thu, Nov 12, 2009 at 1:58 PM, Bruce Kroeze bkro...@gmail.com wrote: A LINKED payment record is a placeholder for a pending payment. Pending payments are linked to Auths. I've cleaned up

Re: Payment Records in Admin

2009-11-12 Thread Ryan Headley
...@gmail.com wrote: On Thu, Nov 12, 2009 at 12:11 PM, Ryan Headley lifewithr...@gmail.com wrote: okay, here's the kicker...we're capturing immediately. should i be concerned about the 0.00 amounts? Take a look at the payments, are they for PayPal? If so, then those are your

memcached issues?

2009-11-13 Thread Ryan Headley
I'm noticing that on my live site (using apache/mod_wsgi and memcached) that if I click on the Cache Status link, that it reports memcached as being down, but yet I can ssh into the machine and verify that memcached is indeed running. If I bounce apache, then refresh the Cache Status page, it

Re: memcached issues?

2009-11-16 Thread Ryan Headley
been trying to configure memcache with not much luck Thank you lzantal Sent from my iPod On Nov 14, 2009, at 9:03 PM, Bruce Kroeze bkro...@gmail.com wrote: On Fri, Nov 13, 2009 at 5:14 PM, Ryan Headley lifewithr...@gmail.com wrote: I'm noticing that on my live site (using apache

Re: How to configure Tierd Shipping

2009-11-16 Thread Ryan Headley
Did you add any Carriers in admin?? I think you have to add Carriers if I remember correctly. On Mon, Nov 16, 2009 at 8:44 PM, lzantal lzan...@gmail.com wrote: Hi, Does anyone have any hint on this? I am basicly looking for a setup instruction. Every way I tryed it did not honer my

Re: Import osCommerce data

2009-11-17 Thread Ryan Headley
While it wasn't for a satchmo project, I used the inspectdb + mini web app to help me migrate data from customers very old Access database (though I converted it to MySQL first) to an updated Django based application. It worked rather well if you ask me. On Tue, Nov 17, 2009 at 9:11 AM, Bob

Re: Discount Code input field does not show up on Checkout page

2009-11-17 Thread Ryan Headley
Do you have the Use Discounts field check in the settings area of admin? I believe is under Payment Settings... On Tue, Nov 17, 2009 at 11:38 AM, lzantal lzan...@gmail.com wrote: Hi, As the subject says Discount Code input field does not show up on Checkout page. I have created a discount

Re: satchmo with paypal sandbox implementation

2009-11-23 Thread Ryan Headley
If I'm not mistaken, the included Paypal module is for only one type of Paypals offerings. There are two other API's that I'm aware. Payflow Pro and Website Payments pro. I think the implentation is different for all of them. We had to roll our own to get what we needed against Website

Re: SettingNotSet at / on server, but works in shell

2009-11-23 Thread Ryan Headley
If it matters, I haven't seen this issue under mod_wsgi, django 1.1.1 and the following Satchmo info: changeset: 1182:5ed0fbc0c660 tag: tip user:Chris Moffitt ch...@moffitts.net date:Sun Sep 20 10:10:57 2009 -0500 summary: Fixing some docs and config options for

Re: Website Payments Pro

2009-11-27 Thread Ryan Headley
. Would that be because satchmo's field name is not what paypal is specting ? Thanks!! On Nov 25, 2009, at 9:43 PM, Ryan Headley wrote: Okay...attached is a zip file containing our urls.py, config.py, classes.py, processor.py and views.py for using Website Payments Pro's API (name value

Re: USPS Shipping aways show $0.

2009-12-01 Thread Ryan Headley
Also, I am under the impression that the Tiered shipping doesn't work the way you are trying to get it to work. I believe the tiered shipping just allows you to add different delivery options. So we have a free shipping option and a white-glove option (flat fee of $200 bucks). I don't believe

Re: VIP profile on a satchmo site?

2010-01-01 Thread Ryan Headley
As far as just flagging a user as a vip, can you just extend the user in the normal django way? On 1/1/10, Chris Moffitt ch...@moffitts.net wrote: I also expect you'll have different prices for VIP's? Correct? If so, I'd look at using the Tirered pricing module. It allows you to define groups

Re: Show Full Price and Sale price in template

2010-01-07 Thread Ryan Headley
a template tag (if one doesn't already exist) that could examine said product, look for the existence of this sale price you created, and return both the regular price and sale price... On Thu, Jan 7, 2010 at 3:15 PM, lzantal lzan...@gmail.com wrote: Hi Ryan, On Jan 7, 11:17 am, Ryan Headley

Re: new satchmo store

2010-01-08 Thread Ryan Headley
Very nice...I particularly like Add to Bag -- nice touch. Congrats! On Fri, Jan 8, 2010 at 1:32 PM, Julie Shum julie.r.s...@gmail.com wrote: Hi, I just wanted to announce my new Satchmo store: http://www.shopjoielle.com. The community here has been a great help in getting this store up

Re: 1 product on 2 sites

2010-03-03 Thread Ryan Headley
I've always wanted this feature since I first started. I've thought of different ways of implementing it, just haven't had the time to start researching it. On Wed, Mar 3, 2010 at 1:58 PM, Dan dan...@gmail.com wrote: I am trying to create a single shop where the frontend will be viewable from

Re: 1 product on 2 sites

2010-03-03 Thread Ryan Headley
theoretically detect if its a cell phone in middleware, and then just change the template lookup accordingly? On Wed, Mar 3, 2010 at 3:11 PM, Ryan Headley lifewithr...@gmail.com wrote: I've always wanted this feature since I first started.  I've thought of different ways of implementing

Re: Larger images on product pages

2010-03-16 Thread Ryan Headley
I think its also important to remember that Satchmo, while it provides a near out of the box solution, its just really a framework to get you started on your solution. Clearly what you've done works for your app. Its your's to hone and tweak as much as you wish. Like the first repsonse to your

Re: Satchmo memory requirements - small shop

2010-03-22 Thread Ryan Headley
We use Slichost for all of our django projects -- they totally rock: 256 MB is $20/month, 512MB is 38/month I think. https://manage.slicehost.com/customers/new?referrer=be054c0615a1d4979b9e23c24dfbac81 Ryan On Mon, Mar 22, 2010 at 10:45 AM, Chris Moffitt ch...@moffitts.net wrote: The general

Re: Companies working with Satchmo

2010-03-24 Thread Ryan Headley
We run satchmo, though haven't had to integrate it with existing sites yet. Overall, we didn't have to do any hacking. We added our own paypal module and will eventually have to add our own custom shipping module I think. We haven't really run into any stumbling blocks and the experience has

Re: different views same template

2010-05-13 Thread Ryan Headley
If i'm following you right, you should be able to achieve your end goal by writing a custom template tag and plugging that into the template in question... Maybe I've missed something or need more detailsbut if not, it should be straight forward. On Thu, May 13, 2010 at 12:23 PM, Camilo

Re: Templates for Satchmo site

2010-05-28 Thread Ryan Headley
I actually think it'd be just as easy to style satchmo as it is to style wordpress, (though I can't really speak to the latter). We did livestrongfitness.com rather painlessly. Id think you could contract a front end guy to just do some CSS work for you...perhaps tweak some templates... Also, i

Re: Templates for Satchmo site

2010-05-28 Thread Ryan Headley
- livestrongfitness.com looks great. On May 28, 8:41 am, Ryan Headley lifewithr...@gmail.com wrote: I actually think it'd be just as easy to style satchmo as it is to style wordpress, (though I can't really speak to the latter). We did livestrongfitness.com rather painlessly.  Id think you could contract

Re: Bulk Order Processing, Is what I'm looking for possible with Satchmo?

2010-07-08 Thread Ryan Headley
The short answer, if you've got a developer on hand that knows the python/django/satchmo stack...you can do whatever you want. The real question is does it support it out of the box, and in this case I'd think no. Having said that, a developer should be able to provide you with the functionality

Re: Discount bundles

2010-07-20 Thread Ryan Headley
If it doesn't already exist, and I don't think it does. My approach would be to write either a custom context processor or perhaps even a template tag that inspects the items in a cart and if the product match a specfic set of products, apply a discount to the total in the cart. Could perhaps

Request Object from order_success signal

2010-08-30 Thread Ryan Headley
I have a client that would like to be able to access some information stored in the session from a method that is listening for the order_success signal. (which doesn't appear to send the request information along with it). Is there a way to do this? Basically, they've written a context

Re: Djangocon

2010-09-08 Thread Ryan Headley
I am here On 9/8/10, Alex Robbins alexander.j.robb...@gmail.com wrote: Hey, are there any Satchmo guys at djangocon right now? We should meetup! Alex Robbins -- You received this message because you are subscribed to the Google Groups Satchmo users group. To post to this group, send email

Re: Djangocon

2010-09-08 Thread Ryan Headley
well Im a satchmo user...not like a committer or anything. On Wed, Sep 8, 2010 at 9:26 AM, Ryan Headley lifewithr...@gmail.com wrote: I am here On 9/8/10, Alex Robbins alexander.j.robb...@gmail.com wrote: Hey, are there any Satchmo guys at djangocon right now? We should meetup! Alex Robbins

Re: BitNami DjangoStack

2010-09-24 Thread Ryan Headley
If I may put in my 2 cents for things like this. Steer clear! It really not all that difficult to setup a django environment on bare bones linux. For the few minutes that a package like this would save you, you may wind up with an entirely different headache when it comes time to upgrade this

Re: Versions of Django, MySQL, etc.

2010-10-11 Thread Ryan Headley
Just curious but what version of satchmo are you shooting for? Can you get away with using an earlier version of satchmo? its sort of a catch-22/balance thing. If you want the latest features, you use the latest stuff but deal with doing alot of things manually rather than relying on package

auto add free products to cart

2010-11-17 Thread Ryan Headley
I have a client that is asking us to to a Black Friday special where we add to free products to their cart upon checkout. I could have sworn this functionality was already there for Satchmo but can't seem to find a reference for it. Has anyone done anything like this before or will I be rolling

Re: Google Base

2010-12-13 Thread Ryan Headley
In my humble opinion. If this is something that can be farmed out to cron, I wouldnt' even involve Django/Satchmo at all. Write an external python script (or some other language if you are more efficient) and do it directly. Ryan On Mon, Dec 13, 2010 at 4:59 AM, Jeff Cook

Re: Products and Categories only

2011-01-04 Thread Ryan Headley
WAY overkill -- satchmo is an ecommerce solution. you'd be better off just writing a django app that has products that belong to categories...and perhaps some tagging to work out related products etc. On Tue, Jan 4, 2011 at 7:49 AM, moesian rolandlamb...@googlemail.com wrote: Hi, I'm

Re: Satchmo Site Keeps Crashing, Need Someone to Solve it!

2011-01-27 Thread Ryan Headley
We've had a rather busy Satchmo site up and running for a long time using Apache and mod_wsgi without any problems. The only issue we've seemed to have had thus far is too much traffic and it stifled apache this morning. Error logs may help. On Thu, Jan 27, 2011 at 3:23 PM, Alex Robbins

Re: payment processors -- experience?

2011-02-24 Thread Ryan Headley
I've worked with autorize.net before, but that was using groovy/grails. However, it worked rather well and was simple. I've also used Paypal and even wrote a custom satchmo processor for it that met our specific needs. But the last one I've worked with was Braintree. (I believe thats,

Re: IntegrityError: columns site_id, slug are not unique

2011-04-19 Thread Ryan Headley
maybe i'm mis understanding your explanation, but its not telling you that slug is the same as site_id, its saying the combination of slug and site_id aren't unique. Somewhere in your import of data you have an object that has the same slug as another. e.g. product1-site1 appears multiple times.

Re: companies as contacts

2011-10-25 Thread Ryan Headley
This really wouldn't be Satchmo specific in my mind, there's a django way to do it. I'd create a company model and point it to the auth_user model built into django.contrib.auth. Use that company model to store all the company data...If you look on django's documentation, you'll see how to

Re: Blog with Satchmo

2012-01-19 Thread Ryan Headley
I don't mean to sound like a jerk in anyway, but its a blog...use django's comments framework, create a post model and call it a day. On Thu, Jan 19, 2012 at 9:44 AM, Puneet er.pu...@gmail.com wrote: I want to have a blog with my satchmo site and does not wish to use Wordpress in a seprate

Re: Take Payment Without Payment Gateway

2012-02-14 Thread Ryan Headley
If there's one thing I've been told often, its that I'm direct...not so much with the funny...but direct :) On Tue, Feb 14, 2012 at 12:05 PM, Joe Kueser joe.kue...@gmail.com wrote: Haha. Love it. Thanks for the laugh...and the truth. Sent from my iPhone On Feb 14, 2012, at 10:34 AM,