Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Tara 20 posts 40 karma points
    Feb 06, 2012 @ 18:23
    Tara
    0

    Amount without shipping being passed to SagePay

    When first submitting the order to SagePay the amount being passed does not match the order total, instead it is the sub total (the amount without shipping being added).

    The page submit.aspx shows the shipping being added to the total but when submitting to SagePay the transaction amount is the sub-total.

    If I go back to shipping page and forward again the amount is correct (includes the shipping), but the first time through it is not including it. Any ideas?

    Thanks 

  • Tara 20 posts 40 karma points
    Feb 13, 2012 @ 00:50
    Tara
    0

    This was happening because I was trying to combine the payment method and shipping method stages into one, which didn't work. I had the updates in the wrong order.

  • Søren Spelling Lund 1797 posts 2786 karma points
    Feb 13, 2012 @ 14:30
    Søren Spelling Lund
    0

    You could do it if you execute the basket pipeline between the call to shipment and payment, e.g.:

    Add Shipment

    Basket pipeline

    Add payment

    Basket pipeline

Please Sign in or register to post replies

Write your reply to:

Draft