Purchase course – Buy Points Issue

Home Forums Legacy Support Support queries Other issues Purchase course – Buy Points Issue

Tagged: 

Viewing 15 posts - 16 through 30 (of 43 total)
  • Author
    Posts
  • #351576
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #351608
    edner
    Spectator
    This reply has been marked as private.
    #351733
    Anshuman Sahu
    Keymaster
    1 . 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.
    #351841
    edner
    Spectator
    This reply has been marked as private.
    #352185
    Anshuman Sahu
    Keymaster
    admin 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);
    });
    #352204
    edner
    Spectator
    Hi 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 !!!
    #352307
    edner
    Spectator
    This reply has been marked as private.
    #352419
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #352452
    edner
    Spectator
    This reply has been marked as private.
    #352472
    edner
    Spectator
    This reply has been marked as private.
    #352680
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #352714
    edner
    Spectator
    Alex, 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?
    #352924
    Anshuman Sahu
    Keymaster
    Ok 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 .
    #352961
    edner
    Spectator
    This reply has been marked as private.
    #353386
    Anshuman Sahu
    Keymaster
    3 .this is fixed . 4 . use this code to change it :add this code in wplms-customizer.php file in wplms customizer plugin :
    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 );
    6 : this is fixed : https://wplms.io/support/forums/topic/perfil-layout-member-style/ 7 . we are on it , hard to debug issue .
Viewing 15 posts - 16 through 30 (of 43 total)
  • The topic ‘Purchase course – Buy Points Issue’ is closed to new replies.