Not redirecting to the cart page

Home Forums WPLMS AddOns WPLMS WooCommerce Not redirecting to the cart page

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #87551
    dbauniversity
    Spectator
    Hello, I have done all the settings shown in the "Wplms WooCommerce Addon functioning" youtube video. I have also enabled the direct checkout and added the variations correctly. But when I select the variation and click on "Take this course" button it is not redirecting me to the checkout page. link- http://beta.dbauniversity.com/course/big_data_with_hadoop_training/ Please check it out. Thanks,
    #87554
    dbauniversity
    Spectator
    This reply has been marked as private.
    #87644
    H.K. Latiyan
    Participant
    For this you need to enable the redirect to cart page setting in the woocommerce, refer: http://prntscr.com/dpzwkp Please enable this setting and then make sure the product is connected to course and course is connected to the product. Then the redirection will work fine. Please check and confirm.
    #88629
    dbauniversity
    Spectator
    Thank you for the solution, It worked. How can I force users to select variable pricing option? I want users to select options from drop down.
    #88662
    H.K. Latiyan
    Participant
    If the product is variable then the users are already forced to select the variable pricing otherwise the take this course button will not work. ---------- You can also enable the popup feature in wplms woocommerce, refer: https://wplms.io/support/knowledge-base/wplms-woocommerce-direct-purchase-a-variation/
    #89513
    dbauniversity
    Spectator
    Hi, 1. In the first case, if students do not select the Variable pricing and click on the Take this Course button then nothing happens. But when they click on the second time it redirects them to the cart page (Without selecting the Variable prices). Please see its screen recording at https://www.youtube.com/watch?v=mMZ_2gTOKdE It should not redirect users to the cart page and should give the warning to select at least 1 variable pricing. 2. If I activate the Pop-up feature then it does not allow me to place any other information about that plan. How can I call the Product Variation Description on those pop-ups (Refer http://prntscr.com/dubdha)? So that I can explain my plans better to the students. Thanks,
    #89614
    H.K. Latiyan
    Participant
    1) It seems like you have set a default variation in the product, please check your variations and make sure you do not set any variation as default. 2) In popup right now there is no description shown, but we can add this in our next update of wplms woocommerce product.
    #89786
    dbauniversity
    Spectator
    1) I haven't set any default variation in any of my products - http://prntscr.com/dv1lc2 2) When shall I expect this update ?
    #90003
    H.K. Latiyan
    Participant
    1) We have released an update of wplms woocommerce plugin i.e. 1.4.1 This issue is fixed in this latest update. Please update and then check. 2) The update has been released. We have added a hook for adding the description in the popup. So after updating the wplms woocommerce plugin to 1.4.1 version you can use the bellow code in your wplms-customizer.php file OR the functions.php file of your child theme (if using child theme): add_action('wplms_woocommerce_variation_popup_item','custom_add_description_in_variation_popup'); function custom_add_description_in_variation_popup($variation){     $description = get_post_meta($variation['variation_id'],'_variation_description',true);     if(!empty($description)){         echo '<li style="list-style:none;border-bottom: 1px dotted rgba(0,0,0,.08);">'.$description.'
  • ';     } } NOTE: This will add the description in the popup, but first you need to update the plugin then only it will work.
#90226
dbauniversity
Spectator
Wow, Thanks a lot for an amazing solution. Thanks,
#90236
dbauniversity
Spectator
And one more thing, how can I re-order those pop-up blocks? Because their order is not as I have set in the product settings?
#90435
H.K. Latiyan
Participant
This is a bug as of now the order is not the same as that of the variation product in product setting. This will be fixed in the next update.
#103850
H.K. Latiyan
Participant
Hi... I checked this again and found the issue is already fixed, you need to click on update button after saving the changes to see the order in the front end, refer: http://screencast-o-matic.com/watch/cbev1k6787
#106607
tashmitch
Participant
Hello, When I click the 'Take the course' button the cart is still remaining empty. I'm not sure how to resolve this issue. The web link is http://courses.tashmitch.com/cart/ I look forward to your reply.
#106679
H.K. Latiyan
Participant
Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Not redirecting to the cart page’ is closed to new replies.