This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class Custom_Tax_Model_Calculation extends Mage_Tax_Model_Calculation | |
{ | |
/** | |
* Ermitteln, ob Steuerherkunft gefaked werden muss, um dann Steuersatz dese Ziellandes zu verwenden | |
* | |
* @param Varien_Object $request | |
* @return float | |
*/ | |
public function getStoreRate($request, $store=null) |