?>
																	</label>

																	<?php 
                    if (!CoursePress_Capabilities::is_pro()) {
                        echo sprintf(__('To start selling your course, you will need to activate the MarketPress Lite plugin: <br /> %s<br /><br />' . 'If you require other payment gateways, you will need to upgrade to %s.', 'cp'), '<a target="_blank" href="' . admin_url('admin.php?page=' . $this->screen_base . '_settings' . '&tab=cp-marketpress') . '">' . __('Begin Activating MarketPress Lite', 'cp') . '</a>', '<a target="_blank" href="https://premium.wpmudev.org/project/e-commerce/">' . __('MarketPress', 'cp') . '</a>');
                    } else {
                        echo sprintf(__('The full version of MarketPress has been bundled with %s.<br />' . 'To start selling your course, you will need to activate MarketPress: <br /> %s<br /><br />', 'cp'), 'CoursePress Pro', '<a target="_blank" href="' . admin_url('admin.php?page=' . $this->screen_base . '_settings' . '&tab=cp-marketpress') . '">' . __('Begin Activating MarketPress', 'cp') . '</a>');
                    }
                    ?>
																</div>
															</div>  <!-- cp-marketpress-not-active -->
														<?php 
                }
                if (current_user_can('manage_options') || !current_user_can('manage_options') && $gateways) {
                    echo CoursePress_MarketPress_Integration::product_settings('', $course_id);
                }
                ?>
<!-- cp-markertpress-is-active -->
														<!--_e('Please ask administrator to enable at least one payment gateway.', 'cp');-->
													</div>

													<?php 
                // End check for Campus.
            }
        }
        ?>
											<?php 
        // END ///////////////////////////////
        ?>