Front end create products for course & category

Home Forums Legacy Support Support queries Other issues Front end create products for course & category

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #209067
    alfouzana
    Spectator
    hi, when create course at Front end  and at section products when create create products for course the image for course appears with no image ??? https://prnt.sc/no5hvt and i have other problem when i have only one course and one category course active  at demo 14 the course category not appear ? https://prnt.sc/no5yt6
    #209209
    Mk
    Moderator
    Kindly share site url and admin credentials in private reply to check your issue.
    #209269
    alfouzana
    Spectator
    This reply has been marked as private.
    #209327
    Mk
    Moderator
    Frontend course creation : I created two courses to check our issue. test and test_course. Refer : http://somup.com/cqhD1ongVX  
    the course category not appear ?
    Please can you share some more details. like steps to replicate this issue.
    #209348
    alfouzana
    Spectator
    ignore the course category issue,
    solve this to me" when create course at Front end  and at section products when create create products for course the image for course appears with no image ???  
    in the front end and back end ,, when i create course and come to price and add products for course ,,,, the products added with no image ? <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;">https://prnt.sc/no5hvt</p>  
    #209437
    Mk
    Moderator
    If you add course from front end and set image to course like this : http://somup.com/cqhD1ongVX   It will be automatically assign to product also. if you want to set image manually go to backend of course and ass a featured image for the course.
    #209499
    alfouzana
    Spectator
    ok,, thanks its work, i have payment gateway  which require all this field as mandatory. as lists in image below https://prnt.sc/npjf8x i try to enable shipping but not appear at checkout??? and this online course no shipping at website how we can enable highlighted filed    
    #209623
    Mk
    Moderator
    Please Go to wp-admin-> plugins -> wplms-customizer -> wplms-customizer.php And add this code : add_action('wplms_front_end_save_course_pricing',function ($course_id){   $product_id = get_post_meta($course_id,'vibe_product',true);   if(!empty($product_id)){     delete_post_meta($product_id,'_virtual');     delete_post_meta($product_id,'_downloadable');   } });
    #209646
    alfouzana
    Spectator
    ok,, thanks its work,   i have payment gateway  which require all this field as mandatory. as lists in image below https://prnt.sc/npjf8x i try to enable shipping but not appear at checkout??? and this online course no shipping at website how we can enable highlighted filed
    #209703
    Anshuman Sahu
    Keymaster
    Please tell if the the code worked or not .Does the shipping fields appear at checkout or not .

    Make sure you have at least one zone and one shipping method setup, otherwise no shipping options (or shipping address fields) will show.

    In wplms we make the product which is created from front end virtual and downloadable by default . The code we provided above will disable the virtual and downloadable check for the product you will create from front end .
    #209721
    kasiki
    Spectator
    humm, i was thought the problem was with shipping? but after add code i see the problem was not fixed i have this issue,, appease "'state_shipping' post variable not found"   https://prnt.sc/nq66tr  
    #209936
    Mk
    Moderator
    Please change product page settings also You have to unset virtual and downloadable.
    #209937
    Mk
    Moderator
    This reply has been marked as private.
    #209955
    alfouzana
    Spectator
    not working why????
    Refer : http://somup.com/cqhYILnkBm
    #209969
    alfouzana
    Spectator
    and i have problem with coupon links at checkout page and is coupon is enabled at woocommerce and at user profile more link not work https://prnt.sc/nr0x9r
Viewing 15 posts - 1 through 15 (of 16 total)
  • The topic ‘Front end create products for course & category’ is closed to new replies.