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!

Reply To: User orders table empty

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

#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