I am Having two problem here
- I want to remove the login info section , which appears on the course if the user is not logged in , I can simply remove it from the DOM using some functions , or I can remove the code direclty from the plugin code now both of them are not the optimal approach . I wanna try overriding but can't find any documentation for Sensei Pro Plugin.
File path : wp-content\plugins\sensei-pro\modules\wc-paid-courses\includes\blocks\class-block-purchase-course.php
- I am trying to override a form-coupon.php file in woocoommerce
file path :wp-content\plugins\woocommerce\templates\checkout\form-coupon.php , I made the file in child path and all the details properly I don't think I made any mistake while doing , I tried everything I tried adding support for woocommerce for theme clearing browser cache , clearly woocommerce cache none of them seen to work on the override. Don't know the exact reason .
I think same issues can occure for first issue if I try to override , anyone have any idea about these or faced thsis issues before ?
