webmasterlumi
Forum Replies Created
-
Hi,
same problem here, can you check this site:https://www.e-tri.pl/bizuteria/
I’ve already enabled cache.
Also I have problem, on this site:
https://www.e-tri.pl/zareczyny/Not all filters are showing (they are hidden by javascript when their value is zero).
(I cleared the cache)Thanks,
Andrzej.Hi,
I had the same problem.
I fixed it by editing plugin files.
In file:
public_html/wp-content/plugins/added-to-cart-popup-woocommerce/includes/class-xoo-cp-core.php
line: 98:
”
foreach( $error as $value ) {
”change $error into $error[0]
It should help.
But you have to remember about it, in case of plugin is updated, the changes will be overwrittenBest reagards.
Hi @mtuhin
Thank You,
plugin works now, but now, when i’m trying to add Bitcoin i recive a message:“This coin is not activated! Please contact [email protected] to activate this coin.”
Regards.
Hi,
I turned off several plugins and I have different error now:
This one is from AltCoin:Notice: Undefined offset: 2 in /home/sites/9b/5/5b2626daed/public_html/wp-content/plugins/woo-altcoin-payment-gateway/core/frontend/functions/CsWapgCoinCal.php on line 314 Notice: Undefined variable: api_url in /home/sites/9b/5/5b2626daed/public_html/wp-content/plugins/woo-altcoin-payment-gateway/core/frontend/functions/CsWapgCoinCal.php on line 224 Fatal error: Uncaught Error: Unsupported operand types in /home/sites/9b/5/5b2626daed/public_html/wp-content/plugins/woo-altcoin-payment-gateway/core/frontend/functions/CsWapgCoinCal.php:260 Stack trace: #0 /home/sites/9b/5/5b2626daed/public_html/wp-content/plugins/woo-altcoin-payment-gateway/core/frontend/functions/CsWapgCoinCal.php(365): WooGateWayCoreLib\frontend\functions\CsWapgCoinCal->get_total_coin_amount(Array, 0) #1 /home/sites/9b/5/5b2626daed/public_html/wp-content/plugins/woo-altcoin-payment-gateway/core/frontend/functions/CsWapgCoinCal.php(336): WooGateWayCoreLib\frontend\functions\CsWapgCoinCal->getCryptoLiveCoinPrice('EUR', 0, Array) #2 /home/sites/9b/5/5b2626daed/public_html/wp-content/plugins/woo-altcoin-payment-gateway/core/frontend/functions/CsMiscellaneous.php(39): WooGateWayCoreLib\frontend\functions\CsWapgCoinCal->getCryptoLivePrices(Array, '', Array) #3 /home/sites/9b/5/5b2626daed/public_html/wp-content/plugins/woo-altcoin-payment-gateway/core/actions/WooHooks.php(116): WooGateWayCoreLib\frontend\fun in /home/sites/9b/5/5b2626daed/public_html/wp-content/plugins/woo-altcoin-payment-gateway/core/frontend/functions/CsWapgCoinCal.php on line 260Thank You.