Home › Forums › WPLMS AddOns › WPLMS WooCommerce › Not redirecting to the cart page
- This topic has 14 replies, 3 voices, and was last updated 7 years, 8 months ago by H.K. Latiyan.
Viewing 15 posts - 1 through 15 (of 15 total)
-
AuthorPosts
-
December 30, 2016 at 2:24 pm #87551dbauniversitySpectatorHello, 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,December 30, 2016 at 2:36 pm #87554dbauniversitySpectatorThis reply has been marked as private.December 31, 2016 at 8:01 am #87644H.K. LatiyanParticipantFor 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.January 6, 2017 at 3:33 pm #88629dbauniversitySpectatorThank 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.January 7, 2017 at 3:39 am #88662H.K. LatiyanParticipantIf 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/January 11, 2017 at 4:07 pm #89513dbauniversitySpectatorHi, 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,January 12, 2017 at 11:41 am #89614H.K. LatiyanParticipant1) 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.January 13, 2017 at 8:45 am #89786dbauniversitySpectator1) I haven't set any default variation in any of my products - http://prntscr.com/dv1lc2 2) When shall I expect this update ?January 14, 2017 at 12:39 pm #90003H.K. LatiyanParticipant1) 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.January 16, 2017 at 2:13 pm #90226dbauniversitySpectatorWow, Thanks a lot for an amazing solution. Thanks,January 16, 2017 at 3:48 pm #90236dbauniversitySpectatorAnd 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?January 17, 2017 at 3:09 pm #90435H.K. LatiyanParticipantThis 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.March 30, 2017 at 6:41 am #103850H.K. LatiyanParticipantHi... 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/cbev1k6787April 12, 2017 at 10:04 pm #106607tashmitchParticipantHello, 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.April 13, 2017 at 11:00 am #106679H.K. LatiyanParticipantPlease refer the reply here: https://wplms.io/support/forums/topic/cart-issue/#post-106678
-
AuthorPosts
Viewing 15 posts - 1 through 15 (of 15 total)
- The topic ‘Not redirecting to the cart page’ is closed to new replies.