MakeCommerce for WooCommerce

Payments and shipping for WooCommerce stores in Estonia, Latvia, Lithuania and Finland. One contract, one bank account, all major banks and cards.

v4.0.8MakeCommerce.netUpdated Added 3k+ installs72% rating0% support resolved
27
Score
826
Errors
452
Warnings
+0
Change

Category Scores

Security0
Repo86
Performance100
Maintainability22

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,278 findings

Security

565

10 issue groups

I18n

548

5 issue groups

Maintainability

137

10 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'makecommerce' but got 'wc_makecommerce_domain'.504
Category
I18n
Occurrences
504
Severity
error

Sample message

Mismatched text domain. Expected 'makecommerce' but got 'wc_makecommerce_domain'.

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" {$method}\n"'.189
Category
Security
Occurrences
189
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" {$method}\n"'.

WARNINGSecurityRecommendedProcessing form data without nonce verification.83
Category
Security
Occurrences
83
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityMissingProcessing form data without nonce verification.71
Category
Security
Occurrences
71
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityMissing Unslash$_GET['change_payment_method'] not unslashed before sanitization. Use wp_unslash() or similar67
Category
Security
Occurrences
67
Severity
warning

Sample message

$_GET['change_payment_method'] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_GET['change_payment_method']48
Category
Security
Occurrences
48
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET['change_payment_method']

ERRORSecurityUnsafe Printing FunctionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.38
Category
Security
Occurrences
38
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.33
Category
Maintainability
Occurrences
33
Severity
warning

Sample message

Use of a direct database call is discouraged.

ERRORSecurityNot PreparedUse placeholders and $wpdb->prepare(); found $cart_info27
Category
Security
Occurrences
27
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $cart_info

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().23
Category
Maintainability
Occurrences
23
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

Show 15 more
ERRORI18nMissing Translators Comment23
Category
I18n
Occurrences
23
Severity
error

Sample message

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

WARNINGSecurityInput Not Validated19
Category
Security
Occurrences
19
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_GET['action']. Check that the array index exists before using it.

WARNINGMaintainabilityNon Prefixed Function Found17
Category
Maintainability
Occurrences
17
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_makecommerce".

WARNINGMaintainabilityerror log error log17
Category
Maintainability
Occurrences
17
Severity
warning

Sample message

error_log() found. Debug code should not normally be used in production.

WARNINGSecuritywp redirect wp redirect16
Category
Security
Occurrences
16
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

WARNINGMaintainabilityNon Prefixed Hookname Found13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".

WARNINGMaintainabilityMissing Version13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

ERRORI18nMissing Arg Domain9
Category
I18n
Occurrences
9
Severity
error

Sample message

Missing $domain parameter in function call to __().

ERRORSecurityUnescaped DBParameter7
Category
Security
Occurrences
7
Severity
error

Sample message

Unescaped parameter $cart_info->cartId used in $wpdb->get_row()\n$cart_info->cartId used without escaping.

ERRORI18nNon Singular String Literal Text7
Category
I18n
Occurrences
7
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: "All new orders will have this template as a default but can be individually changed in the order view. <br>" .\n "When changing the template size in the order view, the packing slip will also change."

WARNINGMaintainabilityNot In Footer6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

ERRORMaintainabilitymissing direct file access protection6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNINGMaintainabilityerror log print r5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

print_r() found. Debug code should not normally be used in production.

ERRORI18nUnordered Placeholders Text5
Category
I18n
Occurrences
5
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Pay <b>%s EUR per month for 12 months</b>. Interest %s'.

WARNINGMaintainabilityNon Prefixed Constant Found4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;MC_TRACKING_SERVICE_URL&quot;.

Score History

First score snapshot

v4.0.8

27

Latest

Findings
1,278
Errors
826
Warnings
452
Check
2.0.0

Related Plugins