Index: /controller/wpsg_OrderController.class.php
===================================================================
--- /controller/wpsg_OrderController.class.php	(revision 7211)
+++ /controller/wpsg_OrderController.class.php	(revision 7212)
@@ -180,4 +180,7 @@
                     
                 } 
+                
+                $oCustomer = wpsg_customer::getInstance($customer_id);
+                $oTargetCountry = wpsg_country::getInstance($oCustomer->getCountryID());
                                 
             }
@@ -207,5 +210,11 @@
 					'shop_country_tax_b' => wpsg_q($oDefaultCountry->mwst_b),
 					'shop_country_tax_c' => wpsg_q($oDefaultCountry->mwst_c),
-					'shop_country_tax_d' => wpsg_q($oDefaultCountry->mwst_d)
+					'shop_country_tax_d' => wpsg_q($oDefaultCountry->mwst_d),
+					'target_country_id' => wpsg_q($oTargetCountry->id),
+					'target_country_tax' => wpsg_q($oTargetCountry->mwst),
+					'target_country_tax_a' => wpsg_q($oTargetCountry->mwst_a),
+					'target_country_tax_b' => wpsg_q($oTargetCountry->mwst_b),
+					'target_country_tax_c' => wpsg_q($oTargetCountry->mwst_c),
+					'target_country_tax_d' => wpsg_q($oTargetCountry->mwst_d)
                 ));
                                                  
