• Resolved Make carlos

    (@make-carlos)


    How to customize:

    	if( $active_tab == 'active' ) {
    		$bid_status = 'active';
    		echo uwa_front_user_bid_list($user_id, "active");
    	}
    	if( $active_tab == 'won' ) {
    		$bid_status = 'won';
    		echo uwa_front_user_bid_list($user_id, "won");
    	}	
    	if( $active_tab == 'lost' ) {
    		$bid_status = 'lost';
    		echo uwa_front_user_bid_list($user_id, "lost");
    	}

    uwa_front_user_bid_list -> this function i need to change in my custom theme. please advice.

Viewing 1 replies (of 1 total)
  • Plugin Author Nitesh

    (@nitesh_singh)

    Hi @make-carlos ,

    It seems you are using our PRO plugin please post your PRO version queries here. This forum is only meant for free plugin queries.

    Very briefly, since our plugin is based on WooCommerce, you can edit the function by following WooCommerce edit template, here is one link which you can refer to.

    Regards,
    Nitesh

Viewing 1 replies (of 1 total)
  • The topic ‘How to change function’ is closed to new replies.