Hi guys,
I'm still getting the error,and I'd really appreciate help.
I'm using flat rate shipping.
No coupons/gift certificates/custom discount used.
No special products in the cart.
Problem returns on demand.
These are the different log files, which are generated.
A thing I noticed:
Some lines say:
[ITEMAMT] => 0.06
[HANDLINGAMT] => -0.01
[SHIPPINGAMT] => 0.1
[TAXAMT] => 0.01
[AMT] => 0.16
Others say:
[ITEMAMT] => 0.06
[HANDLINGAMT] => 0.01
[SHIPPINGAMT] => 0.10
[TAXAMT] => 0.01
[AMT] => 0.16
So the minus (-) is missing. Could that be the conflict?
Thanks in advance!!
Code:Jan-21-2008 11:39:50 ec_step1 - 1 Checking to see if we are in markflow cart contents: physical NOTE: $this->showPaymentPage = 1 Customer ID: 0 Session Data: Array ( [securityToken] => f6c604fa0b21d80a649461a028061029 [customers_host_address] => xxxxxxx-a.mill1.nb.home.nl [cartID] => [cart] => shoppingCart Object ( [contents] => Array ( [198] => Array ( [qty] => 1 ) ) [total] => 0.06 [weight] => 0 [cartID] => 68189 [content_type] => physical [free_shipping_item] => 0 [free_shipping_weight] => 0 [free_shipping_price] => 0 [observers] => Array ( ) ) [navigation] => navigationHistory Object ( [path] => Array ( [0] => Array ( [page] => index [mode] => NONSSL [get] => Array ( [type] => ec ) [post] => Array ( ) ) ) [snapshot] => Array ( [page] => checkout_shipping [mode] => NONSSL [get] => Array ( ) [post] => Array ( ) ) [observers] => Array ( ) ) [check_valid] => true [language] => dutch [languages_id] => 2 [languages_code] => nl [currency] => EUR [today_is] => 2008-01-21 [updateExpirations] => 1 [session_counter] => 1 [customers_ip_address] => xx.xx.xxx.xx [new_products_id_in_cart] => 198 [valid_to_checkout] => 1 [cart_errors] => [payment] => paypalwpp [cot_gv] => 0 ) ================================= Jan-21-2008 11:39:50 ec-step1-addr_check cart contents is not all virtual or customer is not logged in ... therefore will be submitting address details ================================= Jan-21-2008 11:39:50 getOverrideAddress - 4 not logged in and not in markflow mode - nothing to override ================================= Jan-21-2008 11:39:50 ec-step1-addr_check3 address details from override check: ================================= Jan-21-2008 11:39:50 ec_step1 - 2 -submit Array ( [AMT] => 0.05 [RETURNURL] => http://www.charrou.com/store/ipn_main_handler.php?type=ec [CANCELURL] => http://www.charrou.com/store/index.php?main_page=login&ec_cancel=1 [CURRENCY] => EUR [PAYMENTACTION] => Sale [SOLUTIONTYPE] => SOLE ) =================================Code:Jan-21-2008 11:40:37 termEC-1 Killed the session vars as requested ================================= Jan-21-2008 11:40:37 termEC-2 BEFORE: $this->showPaymentPage = 1 Token Data: ================================= Jan-21-2008 11:40:37 termEC-3 AFTER: $this->showPaymentPage = 1 ================================= Jan-21-2008 11:40:37 termEC-4 We ARE logged in, and $this->showPaymentPage === true ================================= Jan-21-2008 11:40:37 termEC-6 We DO have a shipping method selected, so goto PAYMENT ================================= Jan-21-2008 11:40:37 termEC-10 Redirecting to checkout_payment - Stack: checkout_payment Message: 10413 Transaction refused because of an invalid argument. See additional error messages for details. - The totals of the cart item amounts do not match order amounts. Session Data: Array ( [securityToken] => f6c604fa0b21d80a649461a028061029 [customers_host_address] => xxxxx.mill1.nb.home.nl [cartID] => [cart] => shoppingCart Object ( [contents] => Array ( [198] => Array ( [qty] => 1 ) ) [total] => 0.06 [weight] => 0 [cartID] => [content_type] => physical [free_shipping_item] => 0 [free_shipping_weight] => 0 [free_shipping_price] => 0 [observers] => Array ( ) ) [navigation] => navigationHistory Object ( [path] => Array ( [0] => Array ( [page] => index [mode] => NONSSL [get] => Array ( [type] => ec [token] => EC-99N08730M20920136 [PayerID] => REWZX55B4ETX8 ) [post] => Array ( ) ) [1] => Array ( [page] => checkout_payment [mode] => NONSSL [get] => [post] => Array ( ) ) [2] => Array ( [page] => checkout_confirmation [mode] => NONSSL [get] => [post] => Array ( ) ) [3] => Array ( [page] => checkout_process [mode] => NONSSL [get] => [post] => Array ( ) ) ) [snapshot] => Array ( [page] => checkout_shipping [mode] => NONSSL [get] => Array ( ) [post] => Array ( ) ) [observers] => Array ( ) ) [check_valid] => true [language] => dutch [languages_id] => 2 [languages_code] => nl [currency] => EUR [today_is] => 2008-01-21 [updateExpirations] => 1 [session_counter] => 1 [customers_ip_address] => xx.xx.xxx.94 [new_products_id_in_cart] => 198 [valid_to_checkout] => 1 [cart_errors] => [payment] => paypalwpp [cot_gv] => 0 [customer_id] => 2 [customer_default_address_id] => 2 [customer_first_name] => Jurjen [customer_country_id] => 150 [customer_zone_id] => 0 [sendto] => 2 [billto] => 2 [shipping] => Array ( [id] => flat_flat [title] => Verzendkosten (Verzendkosten) [cost] => 0.1 [module] => flat ) [comments] => [messageToStack] => Array ( [0] => Array ( [class] => checkout_payment [text] => 10413 Transaction refused because of an invalid argument. See additional error messages for details. - The totals of the cart item amounts do not match order amounts. [type] => error ) ) ) =================================


Reply With Quote
