FCHubFCHub.co

Troubleshooting

Common issues with FCHub Multi-Currency and how to resolve them. Covers price projection problems, exchange rate failures, switcher issues, checkout disclosure, and FluentCRM sync.

Prices Not Converting

Exchange Rate Issues

Currency Switcher Issues

Checkout Disclosure Issues

FluentCRM Sync Issues

Performance Issues

Debug Tips

Diagnostics Tab

Your first stop for any issue: FluentCart > Settings > Multi-Currency > Diagnostics. It shows plugin version, PHP version, bcmath availability, FluentCart/FluentCRM status, rate count, stale currencies, and feature flags.

General debugging steps:

  1. Check Diagnostics tab — most status information is there
  2. Check browser console — JS errors, failed REST calls, cookie issues
  3. Check browser Network tab — look for failing /fchub-mc/v1/ requests
  4. Verify cron is running — install WP Crontrol and check for fchub_mc_refresh_rates
  5. Enable WP_DEBUG_LOG — the plugin logs errors to WordPress's debug log via its internal logger
  6. Check wp_options — look at fchub_mc_settings, fchub_mc_feature_flags, and fchub_mc_db_version

If you need to report an issue, include:

  • Diagnostics tab output
  • Browser console errors
  • WordPress and PHP versions
  • Whether you're using a persistent object cache

On this page