How would I start to build a subscription module with Magento?
        Posted  
        
            by user193478
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user193478
        
        
        
        Published on 2009-10-21T01:24:59Z
        Indexed on 
            2010/06/03
            6:34 UTC
        
        
        Read the original article
        Hit count: 226
        
I need to create a subscription module on magento. I created a module call subscription under a custom namespace in the local folder. I have register it with magento, so, I'm good to go. I want to be able to extend core Catalog_Product and add a couple new fields that relate to subscriptions, like trial period, charge date, and other subscription attributes. I also, need to create a way to manage the users that are subscribed to these subscriptions. What would be the best approach for this?
© Stack Overflow or respective owner