Replies: 0
Hi,
We are sending emails to customers for referring the customers by using the shortcode in email templates. however, this is sending URL / balance of admin and not the current user. What are we doing wrong:-
<p><?php echo (‘Your wallet balance is:’ );
echo do_shortcode(“[mini-wallet]”);?></p>
<p><?php echo(“Copy this link and share with your friends, Every Friend signing up gets 250 and you get 100 on each sign up: “);
echo do_shortcode(“[woo_wallet_refer_link]”);?></p>
is there a way that we can get this uniq referral link from database or somewhere so that we can grab them into some sheet and can utilize wherever needed.