diff --git a/models/Product.php b/models/Product.php index 570eae8..20cdb68 100755 --- a/models/Product.php +++ b/models/Product.php @@ -364,6 +364,11 @@ } } + public function getTaxOption() + { +// return $this->getOptions()->innerJoinWith('taxGroup')->where(['']) + } + /** * Get Product name concatenated with Brand name * -- libgit2 0.21.4