Hallo,
een berichtje aan de beheerders omdat ik ze op andere wijze niet kan bereiken.
Acumulus is een geweldig programma en de plugin met WooCommerce loopt ook prima. Al jaren.
Maar nu (woensdagochtend 30 oktober) toch even uit de lucht en deed mijn site crashen. De plugin gedeactiveerd en de site draait weer.
Acumulus.nl én Siel.nl uit de lucht en dus problemen.
Succes met het herstellen van het probleem.
]]>Hoi,
Krijgt jullie plugin ook support voor High-Performance Order Storage (HPOS)? WooCommerce geeft nu aan dat er nu geen compatibility is.
Mvg,
Koen
]]>De changelog op https://www.ads-software.com/plugins/acumulus/#developers verwijst naar een niet meer bestaande locatie. Juist met een grote update als 8.0 lijkt me dat toch wel essentieel.
]]>Goedemorgen,
Reeds lange tijd geleden heb ik jullie 5 sterren gegeven.
Kan svp nu die steeds terugkomende melding wegblijven?
Zou fijn zijn ??
With certain shipping methods Acumulus may generate a fatal error when shipping cost is a string instead of a float.
TypeError: Siel\Acumulus\Helpers\Number::floatsAreEqual(): Argument #1 ($f1) must be of type float, string given, called in /home/xxxxx/domains/xxxxx.nl/public_html/wp-content/plugins/acumulus/lib/siel/acumulus/src/WooCommerce/Invoice/Creator.php on line 435 and defined in /home/xxxxx/domains/xxxxx.nl/public_html/wp-content/plugins/acumulus/lib/siel/acumulus/src/Helpers/Number.php:76 Stack trace: #0 /home/xxxxx/domains/xxxxx.nl/public_html/wp-content/plugins/acumulus/lib/siel/acumulus/src/WooCommerce/Invoice/Creator.php(435): Siel\Acumulus\Helpers\Number::floatsAreEqual()
In acumulus/lib/siel/acumulus/src/WooCommerce/Invoice/Creator.php
// Cost may be entered with a comma ...
$cost = str_replace(',', '.', $option['cost']);
if (Number::floatsAreEqual($cost, $shippingEx)) {
$shippingEx = (float) $cost;
$precisionShippingEx = 0.001;
}
should be replace with:
// Cost may be entered with a comma ...
$cost = (float) str_replace(',', '.', $option['cost']);
if (Number::floatsAreEqual($cost, $shippingEx)) {
$shippingEx = $cost;
$precisionShippingEx = 0.001;
}
]]>
Hi guys,
The 7.2.0 update caused a serious issue. Customers weren’t able to order anymore. In the checkout a notice without text was showing preventing the checkout to finalize the order.
The server error log showed this error:
“PHP message: PHP Fatal error: Uncaught Error: Class ‘Siel\Acumulus\Invoice\Source’ not found in /www/kidslabelnl_985/public/wp-content/plugins/acumulus/acumulus.php:788
I did a rollback to 7.0.4 to make sure the webshop worked again. Hope you can solve this issue.
]]>Sinds vandaag worden (sommige) bestellingen niet meer naar Acumulus doorgestuurd en krijg ik bij het herinstalleren van de plugin een fatale foutmelding. Zou het aan de nieuwste update liggen? Het is onduidelijk waar de fout zit, ik zie alleen ‘Plugin kon niet worden geactiveerd omdat hij een fatale fout veroorzaakt. De link die je volgde is verlopen.
Probeer het opnieuw.’
Help!
Na de laatste plugin-update is het factuurstatusoverzicht in de editpagina van een bestelling niet meer werkend. Ik kan dus nu geen facturen of pakbonnen meer printen vanuit de bestellingspagina in Woocommerce.
In het Acumulus-blokje op de pagina zie je nu in plaats van informatie over de factuur alleen een knopje ‘Tonen’ bij een bestelling, maar die is niet aanklikbaar.
Ik heb de plugin al gedeactiveerd en opnieuw ge?nstalleerd, maar dat heeft geen effect gehad. Nu moet ik voor het printen van facturen/pakbonnen steeds naar Acumulus, een extra handeling die me veel tijd kost. Hoe kan ik dit oplossen?
]]>Hi,
No matter how many times I click either one of these buttons, this nag keeps coming back:
I’m on WP 5.7.1 and Acumulus 6.2.0.
Can you please confirm and fix this bug? Thank you.
]]>Als je vragen hebt over, of problemen hebt met de Acumulus plugin, mail dit dan naar woocommerce [apestaartje] acumulus.nl. Dit support forum op www.ads-software.com wordt niet bekeken.
If you have questions about or problems with the Acumulus plugin,please send a mail to woocommerce [at] acumulus.nl. This support forum on www.ads-software.com is not monitored.
]]>We want to use the plugin on WC 3.x does it work?
Best regards, hrbrt
]]>What to do when Acumulus is down. How to resubmit an order for invoicing to acumulus form Woocommerce?
]]>