• Hi,

    by default LP courses are ordered by date. I would like to change this order, so that they are listed by price (lowest to highest).

    I appreciate any help on this.

    BR

    • This topic was modified 2 years, 10 months ago by wphilfe.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    You can override this filter
    apply_filters( 'lp/api/courses/filter', $filter, $request );
    then set $filter->order_by = ‘price_low’

    Thanks

    Thread Starter wphilfe

    (@wphilfe)

    Hi,

    Thanks a lot for your quick response. Can you please advise where I can find the file to change the code?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Want to change courses by price / ascending’ is closed to new replies.