e-boekhouden.nl

Er zijn 8 resultaten gevonden

Re: magento bestelling status verdacht tot fraude

Hi, Ik heb de $skipFraudDetection op false gezet en nu geen melding meer. De method registerCaptureNotification() wordt slechts één keer aangeroepen. In de paypal instellingen kan een percentage worden opgegeven voor de toeslag. Ik denk dat daar iets niet goed gaat. Het werkt nu. Begin volgend jaar o ...

Re: magento bestelling status verdacht tot fraude

/** * Round up and cast specified amount to float or string * * @param string|float $amount * @param bool $asFloat * @return string|float */ protected function _formatAmount($amount, $asFloat = false) { $amount = Mage::app()->getStore()->roundPrice($amount); return !$asFloat ? (string)$amount ...

Re: magento bestelling status verdacht tot fraude

Ik krijg morgen zo'n mail teruggestuurd. Klant is niet thuis vanavond. Kijken of de code kan worden gepost: <?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also ...

Ga naar uitgebreid zoeken