Home › Forums › Legacy Support › Support queries › Styling issues › Showing Point of Woocommerce Point and Rewards on Loggedin Menu or Top Menu
Tagged: point, woocommerce point
- This topic has 8 replies, 3 voices, and was last updated 6 years, 9 months ago by Anshuman Sahu.
Viewing 9 posts - 1 through 9 (of 9 total)
-
AuthorPosts
-
March 21, 2018 at 10:07 pm #150930hilmanfSpectatorHello Vibe, I am using Woocommerce Point and Rewards plugin as gamification to replace MyCred. How to show point on loggedin menu or top menu like MyCred? I know this is not theme related. And I need a favour. I also suggest you not to bundle MyCred anymore. The author is gone, there is no support anymore. I just purchased a premium addon on MyCred, forbid to download it, and no channel to get support.March 22, 2018 at 8:22 am #150988Anshuman SahuKeymasterHi, The support of mycred is working . Refer : https://mycred.me/support/forums/forum/community/ Please try on the above link. And if you still facing problem then please reply here.March 22, 2018 at 11:59 pm #151077hilmanfSpectatorNo, the author is gone from anywhere, including support forum. I have submitted my ticket since 3 days ago and no respond. Submitted a topic in forum (it's on moderation), not being approved. Contact him from contact section, facebook fanpage, and his facebook account; no luck. Sorry, but I dont think you can help my issue with MyCred. I need to implement partial payment on Woocommerce where user can pay with point and cash. So I purchased Partial Payments - Woocommerce premium add on. But I can't download it because it brought me to forbidden page. I have made refund. The partial payment run really smooth with Woocommerce Point and Rewards plugin. But I have no idea how to show the point on Logged in menu or Top Menu just like MyCred. I would really appreciate if you can help me.March 23, 2018 at 11:23 am #151115Anshuman SahuKeymasterHi, Please try to make a new topic on mycred forum, link given above. The latest reply is of 12 hours ago. Refer : http://prntscr.com/iv9dz0 Try this first, if problem not resolved then reply here.March 23, 2018 at 2:03 pm #151143hilmanfSpectatorI did 3 days ago. And my topic not being approved by moderator until now. Latest reply was 12 hours ago, but it was about someone that also has no idea where the author is. Please refer: http://prntscr.com/ivbso3 I give up on MyCred and move to Woocommerce Points and Rewards that runs very smooth on my website. I have purchased this plugin. The only help I need is to show the point (shortcode?) on logged in menu or top menu. I wish you can help me out. Thank you.March 24, 2018 at 10:06 am #151189Anshuman SahuKeymasterOkay but please note that we have not tested this plugin if this will work properly with wplms or not . Please try adding this custom code in your wplms-customizer.php file in wplms customizer plugin : add_action('wplms_header_top_login','wplms_woo_points_show_points'); function wplms_woo_points_show_points(){ echo '<li><strong>'.woocommerce_function_for_user_points().'</strong></li>'; } You need to ask woocommerce rewards and points plugin support or author for the function to fetch user points . replace this " woocommerce_function_for_user_points " with that function in above code .March 25, 2018 at 12:25 pm #151254hilmanfSpectatorHello, Alex. Thanks for helping. You're the best. Unfortunately the plugin author/support not responded yet about the function to fetch. But I found some codes on documentation, here: https://docs.woocommerce.com/document/points-and-rewards-developer-documentation/?_ga=2.67526615.777649438.1521978453-1034102711.1520233436 This code below is interesting, but I was failed when put it on your code. FYI, I am not a coder.
apply_filters( 'wc_points_rewards_user_points_balance', $points_balance, $user_id ); — Use this to modify the points balance returned for the given user ID.
I also put code from plugin file. Hope it helps. Thank you very much, Alex!March 25, 2018 at 12:26 pm #151255hilmanfSpectatorThis reply has been marked as private.March 26, 2018 at 1:16 pm #151356Anshuman SahuKeymasterWell im sorry we would need to exact function or table row, column name to fetch the user points ,only then we could do something with it. -
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)
- The topic ‘Showing Point of Woocommerce Point and Rewards on Loggedin Menu or Top Menu’ is closed to new replies.