• Resolved Dexter0015

    (@improvedline)


    Hi,

    I have an issue with your plugin since update to 3.* (I believe) (free version).

    When I generating shortcodes, I’m unable to retrive results if I choose to order by price.

    I took the liberty to look the plugin’s code and if I’m correct, it’s because the name of the post meta field you use in your code, don’t match the one in database.

    In database I have 2 metadata relative to a food content that correspond to the price :

    – price
    – _regular_price

    But, in the preview code (class FmPreview, line 100), you refer to:
    – _price

    Same in class FmShotCode (line 109).

    And I guess that’s why the order by price doesn’t return any result.

    Can you check it and deploy an update?

    It feels really odd to order foods by name and not by price.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to sort by price (and possible solution)’ is closed to new replies.