Hi I want to have a custom field in billing plan options in admin page under "Manage Products". And also an appropriate column in "am_billing_plan" table. I can add an appropriate column in table manually but how to show and relate that column with the page? Thanks in advance
You can use the following code to add custom fields to Billing Plans PHP: Am_Di::getInstance()->billingPlanTable->customFields()->add(new Am_CustomFieldText('field_name', 'Field Title')); http://www.amember.com/docs/How_to_add_fields_to_a_product