PloneGetPaid-0.7.5-py2.4.egg/Products/PloneGetPaid/docs/development/make-content
-types-buyable.txt
class MyBuyable(BaseContent):
implements(IBuyableMarker)
registerType(MyBuyable)
class MyDonatable(BaseContent):
implements(IBuyableMarker) # Should be implements(IDonatableMarker)
registerType(MyDonatable)
class MyShippable(BaseContent):
implements(IBuyableMarker) # Should be implements(IShippableMarker)
registerType(MyShippable)
Original issue reported on code.google.com by taito.ho...@gmail.com on 12 Apr 2009 at 9:57
Original issue reported on code.google.com by
taito.ho...@gmail.com
on 12 Apr 2009 at 9:57