• Resolved plokamistr

    (@plokamistr)


    Hello Everyone,

    This is a quick and not recomended tweek but it serves the purpose.

    So instead of random ordering i needed order by date so you can modify the woo-related-products.php in the plugins folder.

    Line : 309 place instead ->
    ‘orderby’ => ‘date’,
    ‘order’ => ‘desc’,
    Line : 403 place instead ->
    ‘orderby’ => ‘date’,
    ‘order’ => ‘desc’,

    Though HAVE IN MIND THAT WHEN UPDATE PLUGIN THE ORDERING WILL BE LOST AND RETURN IN RANDOM.

    I am sure that Vaggelis will make this change in the future.

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author Vagelis

    (@eboxnet)

    Hello thanks for the tip !
    This is already included in the new version ( which i didn’t have the chance to complete yet but i am keen to publish during the summer )

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘OrderBy Options’ is closed to new replies.