I am struggling with developing a python product. I can find a few reasonable examples of simple products. But I cant find any examples of products that contain other products. I have previously used ZClasses and by nesting them I can easily create products that are only available within a specific product. I wish to do the same in a python product (at least three levels deep). Can anyone point me to some good documentation, or at least to a good example. Thanks Tom
Tom Cameron writes:
I am struggling with developing a python product. I can find a few reasonable examples of simple products. But I cant find any examples of products that contain other products.
I have previously used ZClasses and by nesting them I can easily create products that are only available within a specific product.
I wish to do the same in a python product (at least three levels deep). You define "all_meta_types" for your class....
Dieter
participants (2)
-
Dieter Maurer -
Tom Cameron