Quote Originally Posted by carlvt88 View Post
Perhaps that's the root problem - he's trying to add a shipping charge after the order's already gone through checkout? He should be getting the shipping charges into the order prior to checkout by using a shipping module, not super-orders.
Yep.. Anything you add to an order AFTER checkout whether you use Edit Orders or Super Orders will NOT be reflected in the balance show by your payment processor. It should be collected during the sale.

Now if you have a situation where you need to calculate shipping AFTER an order has been placed, you will need to collect it seperately from the order.. If you want to do this all through Zen Cart, you can use hideCategories to help achieve this.

I have one customer who uses the hideCategories add-on to create "special" products that she sends the customer a link to access. The hide Categories mod allows her to hide these products from other customers. The customer adds this special product to their cart and checks out like normal. She uses these "special" products for products in which additional shipping has to be calculated and collected after the sale or for custom orders where she has collected a deposit from the initial transaction and needs to collect the balance of the custom product cost. You will need to add the hideCategories code that is in the orders.php file in with your super_orders.php file to sue this mod with Super Orders..