gocodebox / lifterlms

LifterLMS, a WordPress LMS Solution: Easily create, sell, and protect engaging online courses.
https://lifterlms.com
GNU General Public License v3.0
178 stars 135 forks source link

Update the order links when BuddyPress is active. #2432

Open dominiquemariano opened 1 year ago

dominiquemariano commented 1 year ago

Is your feature request related to a problem? Please describe. With BuddyPress and LifteLMS active, when you visit /members/admin/courses/orders/ and click on any order link (including the "View" button), it redirects you to the /dashboard/orders/<order number> instead of /members/admin/courses/<order number>. You can watch this video (sent to the customer) to see what I mean.

Describe the solution you'd like When you visit /members/admin/courses/orders/ and click on any order link (including the "View" button), it should redirect you to /members/admin/courses/<order number> instead of /dashboard/orders/<order number>.

Describe alternatives you've considered You can override this with a child theme, but it's better to fix this from within LifterLMS.

Side effects This should also fix the problem with BuddyBoss.

Affected tickets Affected customers include HS-216423.

brianhogg commented 3 months ago

Worth doing if we can find a secure way to do it.