marquestiondeliminate
Forum Replies Created
-
Hi @varun21, I have same probelem with your issue.
Latest Woocommerce, WordPress, Tutor LMS & PHP 8.
But its funny here.
Not only @harinandananbs create topic issue with enrolle and payment.
But plugin support not aware about this issue.Some problem thread :
https://ww.wp.xz.cn/support/topic/the-student-enrolls-without-paying/
https://ww.wp.xz.cn/support/topic/student-enroll-without-paying/
Even apparently from version 2.1.4
Dear plugin author and team, please take a look more deep for checking this problem.
Thanks anyway.
- This reply was modified 3 years, 5 months ago by marquestiondeliminate.
Forum: Plugins
In reply to: [WPC Product Bundles for WooCommerce] BUG Bundle & Product in CartForum: Plugins
In reply to: [WPC Product Bundles for WooCommerce] BUG Bundle & Product in CartHi @miemie
Forgot for link sample on my staging.
Here your link for testing :
– Bundle Product 1
– Bundle Product 2
– Bundle Product 3You can click for bundle product above.
Please make sure, the flow same what I do in my first post.Noted @mimie
The bug its show when add first product in list of bundles product (Please see capture : https://snipboard.io/X2e4pW.jpg)
I’m try to clear cart, and add second product and then the bundle. This bug not showing. Also when i’m try added third product, this bug not showing.
Just when i’m try add first product, this bug show in the cart.Thanks
- This reply was modified 3 years, 7 months ago by marquestiondeliminate.
Forum: Plugins
In reply to: [WPC Product Bundles for WooCommerce] BUG Bundle & Product in CartHi @miemie
Thanks for your reply.
Please take a look on link below :Plugin setting :
– https://snipboard.io/sFkTqv.jpg
– https://snipboard.io/kMbuhX.jpgProduct Bundles Setting :
– https://snipboard.io/phBgyQ.jpg
– https://snipboard.io/I6dVc4.jpg (Inventory Setting)
– https://snipboard.io/0NvtcG.jpg (Price Setting)I have try to add code in function.php to identify of have same ID in the cart to resolve this bug, but sometimes is success, sometime its fail.
Here my code from :
//check if have same product ID on cart page add_filter( 'woocommerce_add_to_cart_validation', 'custom_function', 9999, 2 ); function custom_function( $passed, $added_product_id ) { wc_empty_cart(); return $passed; }I hope can get help for this problem.
Thanks