We have a membership site which was developed by a Toolset guy but we ended up moving on for a few reasons.
I am taking much of the day to day admin but I don't really know too much about Toolset yet.
The issue is we have had users flag that either they cant complete checkout or the site doesnt display the page correctly. Initially we thought this was only android users in the facebook browser but its also affecting users on Windows using Chrome. I am trying to find out more, but we defiantly have an issue which is costing us lost business so we need to get it resolved.
I can facilitate any access needed to check or run debugs.
Dear Luke,
The problem you mentioned above is abnormal, please check these:
1) You are using the latest version of Toolset plugin, you can download them here:
https://toolset.com/account/downloads/
2) deactivate other plugins and switch to wordpress default theme, and test again
3) Enable PHP debug mode, copy and paste the debug logs here
PHP Debugging
In case you think that Types or Views are doing something wrong (what we call a bug), you should enable PHP error logging. Again, edit your wp-config.php file and add the following:
ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
This will produce a file called ‘error_log.txt’ in your WordPress root directory. Make sure that the web server can create and write this file. If it cannot, use an FTP program to create the file and make it writable to Apache (normally, user www-data).
https://toolset.com/documentation/user-guides/debugging-types-and-views/
4) If the problem still persists, please provide a database dump file (ZIP file) of your website in below private detail box, I need to test and debug it in my localhost, thanks