Viewing 14 replies - 1 through 14 (of 14 total)
  • There is a short code

    [uw_balance display_username=”true” separator=”:” username_type=”display_name”]

    Use it on your my account page

    Thread Starter john

    (@pawansaini312)

    i there any way to track my user who click on some particular link and when they click on that link then i(admin) can update wallet balance of user
    like affiliate program (cashback website )

    Plugin Author Justin Greer

    (@justingreerbbi)

    Sorry for the super late response. There is no way currently to track the users clicks. Maybe in the future but just not right now.

    Thread Starter john

    (@pawansaini312)

    is there any way that i can track my user who click on particular links ,
    there are many plugin where i can track viewer and all activity but i want to track only loggedin user and only who click on some particular links not for all links
    can you suggest me some plugin if you know it

    Plugin Author Justin Greer

    (@justingreerbbi)

    I am not not aware of anything like that right now. I will look into it more closely when I get a chance. Maybe I can extend the plugin to handle affiliate systems on day in the future.

    Thread Starter john

    (@pawansaini312)

    ok , sir, we will wait for it
    but can you tell me that is there other plugin availbe for this

    Hi.. I would like to add just the Balance under a Title,
    but it keeps placing the balance above the Title

    Is there another code we need to use?

    Thread Starter john

    (@pawansaini312)

    yes, you can
    try to change in style
    so you will able to fix it position

    hi krissuh this is the code

    [uw_balance display_username="true" separator=":" username_type="display_name"]

    where you place this code the balance will show there or you can give me the screenshot what is your actual problem. you can past this code in pages and posts so balance will automatically come under the title.

    How can I add this shortcode to the My Account page of Woocommerce? I guess I’d have to edit the woocommerce/includes/wc-account-functions.php file. But where to add it?

    hi afaceripedia just go in pages>all pages in your admin panel and then edit my account and paste this code

    [uw_balance display_username=”true” separator=”:” username_type=”display_name”]

    and update your page

    Thank you, I did that but the balance displays above all other content, no matter where I place it.

    hi afaceripedia go in wp-content\plugins\woocommerce\templates\myaccount and copy template file yourtheme/woocommerce/myaccount/my-account-dashboard.php
    do not copy all template only copy that template which one needed where you want to show balance paste that code

    <?php echo do_shortcode( ‘[uw_balance display_username=”true” separator=”:” username_type=”display_name”]’ ); ?>

    Thank you! I placed it exactly where I wanted it.
    ??

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘show wallet balance on my account’ is closed to new replies.