Shopbox 1.17.109

Does Shopbox work with WordPress 6.9.4 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
4PHP fatal errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 87.79 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version6.9.4
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 50+
WordPress.org page https://wordpress.org/plugins/shopbox/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=shopbox%2Fshopbox.php&plugin_status=all&paged=1&s&_wpnonce=ce18f1a148
Aspect after-activation
HTTP status 200
Load time 0.412 s
Memory usage 3.81 MiB
JS errors None
Resource errors None

Shopbox

Page screenshot: Shopbox
URL /wp-admin/admin.php?page=shopbox
Aspect menu-item
HTTP status 200
Load time 0.279 s
Memory usage 3.78 MiB
JS errors None
Resource errors None

Shopbox → Import Products

Page screenshot: Shopbox → Import  Products
URL /wp-admin/admin.php?page=shopbox_settings
Requested URL /wp-admin/admin.php?page=shopbox_import_products
Aspect menu-item
HTTP status 200
Load time 0.186 s
Memory usage N/A
JS errors None
Resource errors None

Shopbox → Export Products

Page screenshot: Shopbox → Export  Products
URL /wp-admin/admin.php?page=shopbox_settings
Requested URL /wp-admin/admin.php?page=shopbox_export_products
Aspect menu-item
HTTP status 200
Load time 0.151 s
Memory usage N/A
JS errors None
Resource errors None

Shopbox → Settings

Page screenshot: Shopbox → Settings
URL /wp-admin/admin.php?page=shopbox_settings
Aspect menu-item
HTTP status 200
Load time 0.109 s
Memory usage N/A
JS errors None
Resource errors None

Shopbox → Exception Logs

Page screenshot: Shopbox → Exception Logs
URL /wp-admin/admin.php?page=shopbox_exception_logs
Aspect menu-item
HTTP status 200
Load time 0.291 s
Memory usage 3.78 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.210 s
Memory usage 4.17 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.439 s0.656 s+0.217 s3.78 MiB3.86 MiB+ 81.29 KiB
/wp-admin/edit.php0.381 s0.327 s-0.054 s3.78 MiB3.88 MiB+ 100.98 KiB
/wp-admin/post-new.php0.923 s0.855 s-0.068 s6.31 MiB6.47 MiB+ 167.34 KiB
/wp-admin/upload.php0.454 s0.409 s-0.045 s3.74 MiB3.8 MiB+ 62.98 KiB
/wp-admin/options-writing.php0.337 s0.297 s-0.040 s3.71 MiB3.78 MiB+ 67.29 KiB
/wp-admin/media-new.php0.502 s0.535 s+0.033 s3.7 MiB3.78 MiB+ 75.48 KiB
/wp-admin/edit-tags.php?taxonomy=category0.328 s0.306 s-0.022 s3.72 MiB3.8 MiB+ 85.84 KiB
/wp-admin/post-new.php?post_type=page0.689 s0.713 s+0.024 s6.3 MiB6.43 MiB+ 135.56 KiB
/wp-admin/options-discussion.php0.343 s0.349 s+0.006 s3.71 MiB3.78 MiB+ 63.48 KiB
/wp-admin/edit-comments.php0.335 s0.336 s+0.001 s3.73 MiB3.8 MiB+ 63.28 KiB
/0.279 s0.201 s-0.078 s4.11 MiB4.17 MiB+ 62.12 KiB
Average 0.455 s0.453 s-0.002 s4.23 MiB4.32 MiB+ 87.79 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

PHP
Language % Lines of code Comment lines Files
PHP99.4%2,50024926
JSON0.4%1101
JavaScript0.1%3271
CSS0.0%041
Total 2,514 280 29

PHP Code Analysis | More results »

Lines of code 2,059
Total complexity 450
Median class complexity 17.0
Median method complexity 1.0
Most complex class ShopBox\Admin\Admin
Most complex function ShopBox\Integrators\ProductsExporter::exportProducts()
Classes 16
Methods 138
Functions 3

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Database Tables 1

PHP Error Log 49 lines

[10-May-2026 11:45:06 UTC] PHP Fatal error:  Uncaught Error: Class "WC_Tax" not found in /wp-content/plugins/shopbox/ShopBox/Admin/Admin.php:240
Stack trace:
#0 /wp-includes/class-wp-hook.php(341): ShopBox\Admin\Admin->settings()
#1 /wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(522): WP_Hook->do_action()
#3 /wp-admin/admin.php(264): do_action()
#4 {main}
  thrown in /wp-content/plugins/shopbox/ShopBox/Admin/Admin.php on line 240
[10-May-2026 11:45:06 UTC] PHP Fatal error:  Uncaught GuzzleHttp\Exception\ClientException: Client error: `GET https://api.shopbox.com/api/v3/tags` resulted in a `401 Unauthorized` response:
{"error":{"name":"Unauthorized","message":"Your request was made with invalid credentials.","code":0,"status":401}}
 in /wp-content/plugins/shopbox/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113
Stack trace:
#0 /wp-content/plugins/shopbox/vendor/guzzlehttp/guzzle/src/Middleware.php(69): GuzzleHttp\Exception\RequestException::create()
#1 /wp-content/plugins/shopbox/vendor/guzzlehttp/promises/src/Promise.php(204): GuzzleHttp\Middleware::GuzzleHttp\{closure}()
#2 /wp-content/plugins/shopbox/vendor/guzzlehttp/promises/src/Promise.php(153): GuzzleHttp\Promise\Promise::callHandler()
#3 /wp-content/plugins/shopbox/vendor/guzzlehttp/promises/src/TaskQueue.php(48): GuzzleHttp\Promise\Promise::GuzzleHttp\Promise\{closure}()
#4 /wp-content/plugins/shopbox/vendor/guzzlehttp/promises/src/Promise.php(248): GuzzleHttp\Promise\TaskQueue->run()
#5 /wp-content/plugins/shopbox/vendor/guzzlehttp/promises/src/Promise.php(224): GuzzleHttp\Promise\Promise->invokeWaitFn()
#6 /wp-content/plugins/shopbox/vendor/guzzlehttp/promises/src/Promise.php(269): GuzzleHttp\Promise\Promise->waitIfPending()
#7 /wp-content/plugins/shopbox/vendor/guzzlehttp/promises/src/Promise.php(226): GuzzleHttp\Promise\Promise->invokeWaitList()
#8 /wp-content/plugins/shopbox/vendor/guzzlehttp/promises/src/Promise.php(62): GuzzleHttp\Promise\Promise->waitIfPending()
#9 /wp-content/plugins/shopbox/vendor/guzzlehttp/guzzle/src/Client.php(187): GuzzleHttp\Promise\Promise->wait()
#10 /wp-content/plugins/shopbox/vendor/guzzlehttp/guzzle/src/ClientTrait.php(44): GuzzleHttp\Client->request()
#11 /wp-content/plugins/shopbox/ShopBox/Api.php(59): GuzzleHttp\Client->get()
#12 /wp-content/plugins/shopbox/ShopBox/Api.php(193): ShopBox\Api->get()
#13 /wp-content/plugins/shopbox/ShopBox/Integrators/ProductsImporter.php(17): ShopBox\Api->getTags()
#14 /wp-content/plugins/shopbox/ShopBox/Admin/Admin.php(259): ShopBox\Integrators\ProductsImporter->getUnsynchedProducts()
#15 /wp-includes/class-wp-hook.php(341): ShopBox\Admin\Admin->importProducts()
#16 /wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
#17 /wp-includes/plugin.php(522): WP_Hook->do_action()
#18 /wp-admin/admin.php(264): do_action()
#19 {main}
  thrown in /wp-content/plugins/shopbox/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php on line 113
[10-May-2026 11:45:07 UTC] PHP Fatal error:  Uncaught Error: Class "WC_Tax" not found in /wp-content/plugins/shopbox/ShopBox/Admin/Admin.php:240
Stack trace:
#0 /wp-includes/class-wp-hook.php(341): ShopBox\Admin\Admin->settings()
#1 /wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(522): WP_Hook->do_action()
#3 /wp-admin/admin.php(264): do_action()
#4 {main}
  thrown in /wp-content/plugins/shopbox/ShopBox/Admin/Admin.php on line 240
[10-May-2026 11:45:07 UTC] PHP Fatal error:  Uncaught Error: Class "WC_Tax" not found in /wp-content/plugins/shopbox/ShopBox/Admin/Admin.php:240
Stack trace:
#0 /wp-includes/class-wp-hook.php(341): ShopBox\Admin\Admin->settings()
#1 /wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(522): WP_Hook->do_action()
#3 /wp-admin/admin.php(264): do_action()
#4 {main}
  thrown in /wp-content/plugins/shopbox/ShopBox/Admin/Admin.php on line 240
See also: All tests for this plugin