PATH:
home
/
letacommog
/
pymreception1
/
wp-content
/
plugins
/
wc-frontend-manager
/
views
/
withdrawal
/
wcfm
<?php /** * WCFM plugin view * * WCFM Marketplace Reverse Wthdrawal Requests List View * * @author WC Lovers * @package wcfm/views/withdrawal/wcfm * @version 5.0.0 */ global $WCFM, $WCFMmp; if( !apply_filters( 'wcfm_is_allow_withdrawal_requets', true ) ) { wcfm_restriction_message_show( "Withdrawal Reverse" ); return; } $default_status_type = apply_filters( 'wcfm_reverse_withdrawal_default_status_type', 'pending' ); if( wcfm_is_vendor() ) { $withdrawal_reverse_limit = isset( $WCFMmp->wcfmmp_withdrawal_options['withdrawal_reverse_limit'] ) ? $WCFMmp->wcfmmp_withdrawal_options['withdrawal_reverse_limit'] : 0; $reverse_balance = 0; $reverse_balance = $WCFMmp->wcfmmp_withdraw->wcfm_get_pending_reverse_withdrawal_by_vendor( $WCFMmp->vendor_id ); } ?> <div class="collapse wcfm-collapse" id="wcfm_payments_listing"> <div class="wcfm-page-headig"> <span class="wcfmfa fa-credit-card"></span> <span class="wcfm-page-heading-text"><?php _e( 'Reverse Withdrawals', 'wc-frontend-manager' ); ?></span> <?php do_action( 'wcfm_page_heading' ); ?> </div> <div class="wcfm-collapse-content"> <div id="wcfm_page_load"></div> <div class="wcfm-container wcfm-top-element-container"> <h2> <?php if( wcfm_is_vendor() ) { ?> <?php _e( 'Reverse pay balance ', 'wc-frontend-manager' ); ?>: <span class=""><?php echo wc_price($reverse_balance); ?> (<?php printf( __( 'Threshold Limit: %s', 'wc-frontend-manager'), wc_price($withdrawal_reverse_limit) ); ?> )</span> <?php } else { ?> <?php _e( 'Reverse Withdrawal Requests', 'wc-frontend-manager' ); ?> <?php } ?> </h2> <?php if( wcfm_is_vendor() ) { echo '<a class="add_new_wcfm_ele_dashboard text_tip" href="'.wcfm_withdrawal_url().'" data-tip="'. __('Withdrawal Requests', 'wc-frontend-manager') .'"><span class="wcfmfa fa-credit-card"></span><span class="text">' . __('Withdrawal', 'wc-frontend-manager' ) . '</span></a>'; } else { echo '<a class="add_new_wcfm_ele_dashboard text_tip" href="'.wcfm_withdrawal_requests_url().'" data-tip="'. __('Withdrawal Requests', 'wc-frontend-manager') .'"><span class="wcfmfa fa-credit-card"></span><span class="text">' . __('Withdrawal', 'wc-frontend-manager' ) . '</span></a>'; } ?> <div class="wcfm-clearfix"></div> </div> <div class="wcfm-clearfix"></div><br /> <div class="wcfm_withdrawal_requests_filter_wrap wcfm_filters_wrap"> <select name="status_type" id="dropdown_status_type" style="width: 160px;"> <option value="" <?php selected( $default_status_type, "" ); ?>><?php _e( 'Show all ..', 'wc-frontend-manager' ); ?></option> <option value="completed" <?php selected( $default_status_type, "completed" ); ?>><?php _e( 'Approved', 'wc-frontend-manager' ); ?></option> <option value="pending" <?php selected( $default_status_type, "pending" ); ?>><?php _e( 'Pending', 'wc-frontend-manager' ); ?></option> <option value="cancelled" <?php selected( $default_status_type, "cancelled" ); ?>><?php _e( 'Cancelled', 'wc-frontend-manager' ); ?></option> </select> <?php if( !wcfm_is_vendor() ) { $vendor_arr = array(); $WCFM->wcfm_fields->wcfm_generate_form_field( array( "dropdown_vendor" => array( 'type' => 'select', 'options' => $vendor_arr, 'attributes' => array( 'style' => 'width: 150px;' ) ) ) ); } ?> </div> <?php do_action( 'before_wcfm_reverse_withdrawal_requests' ); ?> <form metod="post" id="wcfm_reverse_withdrawal_requests_manage_form"> <div class="wcfm-container"> <div id="wcfm_withdrawal_requests_listing_expander" class="wcfm-content"> <table id="wcfm-reverse-withdrawal-requests" class="display" cellspacing="0" width="100%"> <thead> <tr> <th><span class="wcicon-status-processing text_tip" data-tip="<?php _e( 'Requests', 'wc-frontend-manager' ); ?>"></span></th> <th><?php _e( 'Order ID', 'wc-frontend-manager' ); ?></th> <th><?php _e( 'Store', 'wc-frontend-manager' ); ?></th> <th><?php _e( 'Gross Total', 'wc-frontend-manager' ); ?></th> <th><?php _e( 'Commission', 'wc-frontend-manager' ); ?></th> <th><?php _e( 'Balance', 'wc-frontend-manager' ); ?></th> <th><?php _e( 'Note', 'wc-frontend-manager' ); ?></th> <th><?php _e( 'Date', 'wc-frontend-manager' ); ?></th> </tr> </thead> <tfoot> <tr> <th><span class="wcicon-status-processing text_tip" data-tip="<?php _e( 'Requests', 'wc-frontend-manager' ); ?>"></span></th> <th><?php _e( 'Order ID', 'wc-frontend-manager' ); ?></th> <th><?php _e( 'Store', 'wc-frontend-manager' ); ?></th> <th><?php _e( 'Gross Total', 'wc-frontend-manager' ); ?></th> <th><?php _e( 'Commission', 'wc-frontend-manager' ); ?></th> <th><?php _e( 'Balance', 'wc-frontend-manager' ); ?></th> <th><?php _e( 'Note', 'wc-frontend-manager' ); ?></th> <th><?php _e( 'Date', 'wc-frontend-manager' ); ?></th> </tr> </tfoot> </table> <div class="wcfm-clearfix"></div> </div> </div> <div class="wcfm-clearfix"></div><br/> <?php if( !wcfm_is_vendor() && apply_filters( 'wcfm_is_allow_withdrawal_requets_action', true ) ) { ?> <div class="wcfm-container"> <div id="wcfm_reverse_withdrawal_requests_actions_expander" class="wcfm-content"> <?php $WCFM->wcfm_fields->wcfm_generate_form_field( apply_filters( 'wcfm_reverse_withdrawal_requests_fields_wcfmmp', array( "reverse_withdraw_note" => array('label' => __('Note to Vendor(s)', 'wc-frontend-manager'), 'type' => 'textarea', 'class' => 'wcfm-textarea', 'label_class' => 'wcfm_title' ), ) ) ); ?> <div class="wcfm-clearfix"></div> <div id="wcfm_products_simple_submit" class="wcfm_form_simple_submit_wrapper"> <div class="wcfm-message" tabindex="-1"></div> <input type="submit" name="withdrawal-reverse-requests-data" value="<?php _e( 'Approve', 'wc-frontend-manager' ); ?>" id="wcfm_reverse_withdrawal_requests_approve_button" class="wcfm_submit_button" /> </div> <div class="wcfm-clearfix"></div> </div> </div> <?php } ?> </form> <?php do_action( 'after_wcfm_reverse_withdrawal_requests' ); ?> </div> </div>
[+]
..
[-] wcfm-view-withdrawal-reverse.php
[edit]
[-] wcfm-view-withdrawal-requests.php
[edit]
[-] wcfm-view-payments.php
[edit]
[-] wcfm-view-transaction-details.php
[edit]
[-] wcfm-view-withdrawal.php
[edit]