Turns out you have to have enabled the various Product models in Edit Site Settings > Product Model Options in order for any of those product types to show up in a Product's subtypes list, or for an attribute like "is_subscription" to return True.
A little strange (and potentially extremely frustrating to debug), but I also see why it works like this. Hope this helps someone else! On Sep 17, 10:48 pm, Dave Lowe <[email protected]> wrote: > When I create a product in the admin and then create a subscription > product based on that product, the original product returns False for > its is_subscription attribute. Either I'm not understanding this > process correctly, or there seems to be a bug. Does anyone have any > experience with this? > > My end goal is adding a listener so that after an order is complete, I > can tell if one of the products is a subscription and then do further > actions based on that. The listener works fine, but the product never > identifies itself as a subscription. > > I'm using Django 1.2 pre-alpha SVN-11476 and Satchmo hg trunk, updated > as of this evening. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
