Referrals Items not showing

Hi and happy new year!

i’ve got some issue with [affiliates_dashboard_referrals] shortcode.
it doesn’t show items when a order is done in woocommerce

i’ve triple checked your doc’s and my settings, maybe i’ve missed something and would be great to get some directions.

i also checked referrals-entry.php and one thing i’m wondering over is this part.

case 'status' :
switch( $entry->status ) {
case affiliates_referral_status_accepted :
$status = __( 'unpaid', 'affiliates' );
break;
case affiliates_referral_status_closed :
$status = __( 'paid', 'affiliates' );
break;
case affiliates_referral_status_pending :
$status = __( 'pending', 'affiliates' );
break;
case affiliates_referral_status_rejected :
$status = __( 'rejected', 'affiliates' );
break;
default :
$status = __( 'unknown', 'affiliates' );
}
echo esc_html( $status );
break;

as i understand it would also show up in the list when status is pending which it doesn’t?

under affiliates -> woocommerce have i checked everything.

my plugins:
affiliates enterprise 4.4.0
affiliates woocommerce integration 3.1.0
woocommerce 3.8.1

regards


Comments

3 responses to “Referrals Items not showing”

  1. Eugen Bleck Avatar
    Eugen Bleck

    Hi Jonas,

    Happy new year. I must apologize for the delayed response.

    Please note: [affiliates_dashboard_referrals] once added to any page, if viewed by an affiliate it would display a list of all referrals made by that affiliate only.

    If you can’t find any referral list produced by the [affiliates_dashboard_referrals] after an order was placed it might mean the was no referral set up for the product/ or the affiliate in question was not assigned to the product.

    Please check this http://docs.itthinx.com/document/affiliates-enterprise/rates/ and let me know if you have any other questions

    Once again, I must apologize for the delayed response. Please let me know if you need anything and thanks for using our plugins.

    kindest regards,
    Eugen.

Share