Home › Forums › Legacy Support › Support queries › Other issues › Purchase course – Buy Points Issue
Tagged: buy points
- This topic has 42 replies, 3 voices, and was last updated 3 years, 6 months ago by Anshuman Sahu.
-
AuthorPosts
-
April 9, 2021 at 1:22 pm #351576Anshuman SahuKeymasterThis reply has been marked as private.April 9, 2021 at 6:17 pm #351608ednerSpectatorThis reply has been marked as private.April 10, 2021 at 12:49 pm #351733Anshuman SahuKeymaster1 . Well there can be case where user would not want any link there . We can add a setting for this in future to select the mycred buy page in a setting and show it to the user when message appears . 2 . could not replicate : with woocommerce pricing : http://somup.com/crf6lkbP8r with mycred : http://somup.com/crf6l5bP8v for the finish course issue with rating appearing again please update your wplms pdf certificates plugin to latest version . ITs free plugin you can download the latest from wplms.io. 3 . Transaltion pre-requisite :you are right this is a bug .. https://trello.com/c/GqTkBTlO 4 .for change profile photo : please translate it in "buddypress " or wplms plugin . UPDATE : the requisite string should be translatable now. and for change profile photo please translate this in vibebp plugin after syncing.April 12, 2021 at 4:47 am #351841ednerSpectatorThis reply has been marked as private.April 13, 2021 at 1:56 pm #352185Anshuman SahuKeymasteradmin bar appeared for mycred please add this code in your wplms-customizer.php file in wplms customizer plugin :
add_action('init',function(){ remove_filter('wplms_course_product_id','wplms_plugin_course_max_students_check',10,2); });
April 13, 2021 at 4:36 pm #352204ednerSpectatorHi Alex, I bought the WPLMS system and paid to extend my support. I'm not here to waste time. You are looking for a way to waste my time instead of looking for a solution. I NEED A SOLUTION TO MY PROBLEMS !!! Or escalate this issue to another agent if you can't resolve it. This plugin no longer exists. Where is this file to add this filter? I NEED TO SOLVE THESE POINTS NOW !!! 1. could not replicate : with woocommerce pricing : http://somup.com/crf6lkbP8r 2. with mycred : http://somup.com/crf6l5bP8v WHY DOES IT WORK ON ONE WEBSITE AND NOT ON ANOTHER? IT'S THE SAME WPLMS !!!April 14, 2021 at 5:53 am #352307ednerSpectatorThis reply has been marked as private.April 14, 2021 at 2:01 pm #352419Anshuman SahuKeymasterThis reply has been marked as private.April 14, 2021 at 5:18 pm #352452ednerSpectatorThis reply has been marked as private.April 14, 2021 at 8:28 pm #352472ednerSpectatorThis reply has been marked as private.April 15, 2021 at 1:46 pm #352680Anshuman SahuKeymasterThis reply has been marked as private.April 15, 2021 at 3:42 pm #352714ednerSpectatorAlex, 1. Thanks for the pricing dropdown recommendation and thanks for enabling it. 2. For the pre require issue, now is better than not doing nothing for the user. What do you think about this that can happen: the user buys a course and then realizes that they must buy another course in order to advance. This will not please the user, instead of being a satisfied prospect we could lose him and lose his surroundings. What do you think if we first tell the user the course that he must complete before buying? The filter that you remove doesn't exist in the version 4?April 16, 2021 at 2:00 pm #352924Anshuman SahuKeymasterOk I think we should show visitor/guest (a non logged in user ) a login popup on take this course button .Atleast we should ask him to login then proceed. Yes you point of view also seem to be valid for the user to purchase the course but cannot start it but thats the whole point of setting a pre required course .In this case you should show information in the course that this course requires pre required course that user will be aware of. There is a block called "Course info" you can add in vibebp- > course layout -> edit in elementor to show the pre-required course information .April 16, 2021 at 6:26 pm #352961ednerSpectatorThis reply has been marked as private.April 19, 2021 at 1:47 pm #353386Anshuman SahuKeymaster3 .this is fixed . 4 . use this code to change it :add this code in wplms-customizer.php file in wplms customizer plugin :
6 : this is fixed : https://wplms.io/support/forums/topic/perfil-layout-member-style/ 7 . we are on it , hard to debug issue .function my_text_strings( $translated_text, $text, $domain ) { switch ( $translated_text ) { case 'Change Profile Photo' : $translated_text = __( 'Cambiar foto de perfil', 'wplms' ); break; } return $translated_text; } add_filter( 'gettext', 'my_text_strings', 20, 3 );
-
AuthorPosts
- The topic ‘Purchase course – Buy Points Issue’ is closed to new replies.