Get Started with Shopreviews.com for Magento 2
Looking for Magento 2 Shopreviews.com integration? View the full Magento 2 Shopreviews.com integration page to explore features, configuration options, and pricing.
Solutions for common issues with the Shopreviews.com extension.
Common Issues
Reviews Not Syncing
Symptoms:
- Reviews grid is empty
- No new reviews appearing
- Last sync date not updating
Solutions:
- Verify extension is enabled in configuration
- Check account connection status in General settings
- Ensure Automation is enabled with valid frequency
- Verify Magento cron is running:
bin/magento cron:run - Check if reviews exist in your Shopreviews.com dashboard
- Review logs for sync errors
Account Not Connected
Symptoms:
- Account Information shows disconnected status
- No websites available in dropdown
- Empty sources list
Solutions:
- Verify your Shopreviews.com account is active
- Check API credentials are correctly configured
- Ensure your server can reach Shopreviews.com API
- Clear Magento cache and reload configuration
- Contact Shopreviews.com support if connection persists
Review Page Not Accessible
Symptoms:
- 404 error on review page URL
- Blank page when accessing reviews
Solutions:
- Verify Shopreviews Overview Page is enabled
- Check URL path is correctly set
- Clear cache:
bin/magento cache:flush - Check URL rewrites:
bin/magento indexer:reindex - Verify website is selected in configuration
Widget Not Displaying
Symptoms:
- Widget configured but not visible
- Empty widget area
- Widget shows loading but no content
Solutions:
- Verify widget is saved and assigned to layout
- Check Layout Updates configuration
- Ensure reviews exist in the system
- Verify correct website is selected in widget
- Clear cache:
bin/magento cache:flush - Check browser console for JavaScript errors
Missing Reviews from Specific Platform
Symptoms:
- Reviews from one platform not appearing
- Some sources showing 0 reviews
Solutions:
- Check source status in Shopreviews.com → Data → Sources
- Verify the source is connected in your Shopreviews.com dashboard
- Check last sync date for the source
- Force a manual sync through Shopreviews.com dashboard
- Wait for next cron cycle
Structured Data Not Appearing
Symptoms:
- No JSON-LD in page source
- Google Rich Results Test shows no data
Solutions:
- Verify Add Google Structured Data is enabled
- Clear full page cache
- Check page source for
application/ld+jsonscript - Ensure reviews exist for the page
- Test with Google Rich Results Test tool
Cron Not Running
Symptoms:
- Reviews never update automatically
- Sync only works manually
Solutions:
- Verify Magento cron is configured:
crontab -l - Check cron is running:
bin/magento cron:run --group=default - Verify Automation is enabled in configuration
- Check cron frequency setting
- Review
var/log/cron.logfor errors
Slow Page Loading
Symptoms:
- Review page loads slowly
- Widgets cause page delay
Solutions:
- Reduce Reviews per page setting
- Enable Magento full page cache
- Check server resources
- Optimize widget placement
- Review database query performance
Sync Issues
Manual Sync
If automatic sync isn't working, you can trigger sync through:
- Shopreviews.com dashboard
- Wait for next cron cycle after fixing issues
Sync Frequency
If reviews are delayed:
- Increase sync frequency in Automation settings
- Check cron is running at expected intervals
- Verify server timezone matches expectations
Debug Mode
Enable detailed logging for troubleshooting:
- Go to Shopreviews.com → Config → Settings
- In Debug section, enable logging
- Reproduce the issue
- Check logs in
var/log/directory - Disable debug logging after troubleshooting
Cache Management
After configuration changes, always clear cache:
bin/magento cache:flush
bin/magento cache:clean
Specific situations:
- config - After any configuration change
- full_page - After widget or layout changes
- layout - After theme modifications
Log Files to Check
| Log File | Contains |
|---|---|
var/log/exception.log |
PHP exceptions and errors |
var/log/system.log |
General Magento system logs |
var/log/cron.log |
Cron execution logs |
var/log/debug.log |
Debug information (when enabled) |
Connectivity Issues
API Connection
If the extension can't connect to Shopreviews.com:
- Check server firewall allows outgoing HTTPS
- Verify SSL certificates are up to date
- Test API endpoint accessibility
- Check for proxy configuration requirements
CSP (Content Security Policy)
The extension includes CSP whitelist. If you see CSP errors:
- Check browser console for blocked resources
- Verify CSP configuration in Magento
- Add required domains to CSP whitelist if needed
Still Having Issues?
If the above solutions don't resolve your issue:
- Enable debug logging
- Check all log files for errors
- Test with default Magento theme
- Disable other extensions to identify conflicts
- Verify Shopreviews.com dashboard shows expected data
Documentation:
- All Help Articles - Complete documentation overview
Support:
- Contact Support - Get help from our team
When contacting support, include:
- Relevant log entries
- Magento and PHP version
- Shopreviews.com account details
- Steps to reproduce the issue
For a complete overview of features and configuration options, see Magento 2 Shopreviews.com integration.