Hi
The shipping module seems to be adding a second shipping charge at the point of payment.
I am using rules to add a shipping charge at the cart stage, then allowing customers to change the delivery address in the checkout to alter the respective shipping charge. This is all working fine, the cart is updating with the new shipping charge and everything looks fine on the order review. But when the payment is sent to the payment gateway an additional shipping charge is being added.
The additional shipping charge does not show in the cart, the order confirmation messages or from the order in the admin area.
e.g. An order of a $20 product + $1 shipping shows correctly but gets billed as $22.
Sorry, but I'm not what what debug info would be useful?
Comments
Comment #1
googletorp commentedThe commerce shipping module will only add a shipping line item through the checkout pane it defines.
If you have problem with shipping getting added outside that scope - which seems to be the case, it doesn't have anything to do with commerce shipping but is misconfiguration on your part.
To help you along you should look at the line items referenced on the order - which should tell you more about what it going.
Rules configuration support is not handled in the issue queue.