I get this error: scalapay-widget-loader.js:167 Uncaught SyntaxError: Cannot use ‘import.meta’ outside a module.
]]>Hello. Using the plugin in an environment with PHP 8.1.26 we get the following warnings:
Warning: Undefined array key -1 in […]/wp-content/plugins/scalapay-easy-installment-gateway/scalapay-easy-installment-gateway.php on line 325
Warning: Trying to access array offset on value of type null in […]/wp-content/plugins/scalapay-easy-installment-gateway/scalapay-easy-installment-gateway.php on line 325
]]>Salve. Vi scrivo per capire se è un problema che risolverete o dovremo farlo da soli. In pratica il modulo per woocommerce, che funziona benissimo, mostra nella scheda prodotto il prezzo della rata in base al prezzo di listino o non del prezzo scontato.La logica sarebbe che, nel caso in cui il prezzo avesse un prezzo scontato, la rata dovrebbe essere calcolata in base a quello. Come possiamo procedere?Grazie e buona giornata
]]>Ciao a tutti,
qualcuno può dirmi che Live API Key devo inserire nel campo presente nelle impostazioni ?
Quella di Paypal non funziona, ho provato anche a registrarmi a Stripe ma anche con quelle API non funziona.
Grazie
]]>Ho configurato il plugin correttamente e da ispeziona elemento vedo l’importo della rata corretto, tuttavia #sp-container è sempre impostato su “display:none”. Non posso intervenire con il css, quindi come posso rendere visibile il widget?
Nel carrello e nel checkout funziona tutto correttamente.
Buongiorno,
vi segnalo un bug nello script.
Errore PHP:
Uncaught Error: in_array(): Argument #2 ($haystack) must be of type array, string given
in /home/#####/public_html/wp-content/plugins/scalapay-payment-gateway-for-woocommerce/scalapay-class.php on line 949
La linea 949 del scalapay-class.php file può essere corretta così:
if ((@in_array($current_currency, (array)$Scalapay_currencies_set) && @in_array($current_lang, (array)$Scalapay_lang_sets)) || (($current_currency == $Scalapay_currencies_set) && ($current_lang == $Scalapay_lang_sets))) {
Le nuove versioni del plugin non aggiornano le rate in base al prodotto variabile selezionato ed è una pecca molto grave.
Nella vecchia versione, pur se rallentava tantissimo l’ecommerce, aggiornava l’importo delle rate sui prodotti variabili
I would like to know how to change text in product and cart page
Using Loco translator I was able to change text in checkout page but I didn’t find translation for product and cart page
thanks
]]>the payment method not whow on order-pay page !
i think there is some “cookie-session” related problem:
Replace the bug:
[Case 1]
– customer go to checkout, use another method to pay
– admin send order-pay url like “https://www.example.com/checkout/order-pay/20064/?pay_for_order=true&key=wc_order_O5d0GQuQuPWfg”
– customer See scalapay gateway
[Case 2]
– customer go to checkout, use another method to pay
– customer clear all the cookies
– admin send order-pay url like “https://www.example.com/checkout/order-pay/20064/?pay_for_order=true&key=wc_order_O5d0GQuQuPWfg”
– customer DON’T SEE scalapay gateway
– customer open another checkout
– customer back to previous order-pay page
– customer SEE scalapay gateway