You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cryptocompra is the new way for pay with the most used cryptocurrencies in the world, this Prestashop plugin includes.
5
5
- Support for Bitcoin, Stellar and Ethereum Cryptocurrencies.
@@ -60,7 +60,7 @@ First-time users will be particularly interested in the following guides:
60
60
1. Ensure a valid SSL certificate is installed on your server. Also ensure your root CA cert is updated. If your CA cert is not current, you will see curl SSL verification errors.
61
61
2. Verify that your web server is not blocking POSTs from servers it may not recognize. Double check this on your firewall as well, if one is being used.
62
62
3. Check the version of this plugin against the official plugin repository to ensure you are using the latest version. Your issue might have been addressed in a newer version! See the [Releases](https://github.com/cryptomkt/prestashop-plugin/releases) page for the latest.
63
-
4. If all else fails, enable debug logging in the plugin options and send the log along with an email describing your issue **in detail** to support@cryptomarket.com
63
+
4. If all else fails, enable debug logging in the plugin options and send the log along with an email describing your issue **in detail** to support@cryptomkt.com
64
64
65
65
**TIP**: When contacting support it will help us is you provide:
66
66
@@ -90,4 +90,4 @@ Please refer to the [LICENSE](https://github.com/cryptomkt/prestashop-plugin/blo
$this->displayName = $this->l('CryptoCompra by CryptoMarket');
57
49
$this->description = $this->l('Accept multiple cryptocurrencies and turn into local currency as EUR, CLP, BRL and ARS. Welcome to CryptoCompra a new way for payments: simple, free and totally secure.');
58
50
$this->confirmUninstall = $this->l('Would you like uninstall this plugin?');
51
+
52
+
parent::__construct();
59
53
}
60
54
61
55
publicfunctioninstall()
62
56
{
63
57
if (!function_exists('curl_version')) {
64
-
$this->_errors[] = $this->l('Sorry, this module requires the cURL PHP extension but it is not enabled
58
+
$this->_errors[] = $this->l('Sorry, this module requires the cURL PHP extension but it is not enabled
0 commit comments