I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

User orders table empty

dashed-slug.net Forums Exchange extension support User orders table empty

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5614
    Anonymous
    Inactive

    Hello, Alex . . .
    Things are working smoothly… But when placing orders they appear in the order book but not in the user’s orders table.
    Please check the screenshot.

    Attachments:
    You must be logged in to view attached files.
    #5621
    Anonymous
    Inactive

    Hello..
    The tables displayed the orders after few hours.
    Not sure after how long because I left it, and the next day they appeared.
    Is there a way to make them appear instantly?

    #5625
    alexg
    Keymaster

    Hello,

    This is probably related to the other issue you experienced, regarding the JSON API being cached.

    The user history is retrieved with the following GET request:

    /?__wallets_exchange_action=get_user_history

    If you make sure that this is not cached, the history will be reflected in the frontend. How you do this depends on the types of server-side cache you use. The response of this API is not being cached by the plugin and the browser is also instructed not to cache it, with Pragma: no-cache and Cache-Control: no-cache, must-revalidate.

    with regards

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.