Eric Smeets

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Sorting options by date #1086552
    Eric Smeets
    Participant

    Ok thanks, I will look into that. But before I do I still have a question. I see this code:

    function tribe_wootickets_custom_sort($p, $q) {
    if ($p->price < $q->price) return -1;
    if ($p->price > $q->price) return 1;
    return 0;
    }

    If I want to sort by publish date what code word do I need to use instead of the word ‘price’ above?

    And if I turn around the < and the > sign the sorting order gets turned around right?

    Eric Smeets
    Participant

    That’s it thanks!

    in reply to: Bulk discount #1084296
    Eric Smeets
    Participant

    Thank you for the detailed response Geoff and thanks for the update to the new plugin.

    I am going to check the plugins you proposed!

Viewing 3 posts - 1 through 3 (of 3 total)