Commit dc48424e21b1dbd2dc23a2dded187822177d29ac
1 parent
d938a767
Main page optimize
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
models/Product.php
@@ -364,6 +364,11 @@ | @@ -364,6 +364,11 @@ | ||
364 | } | 364 | } |
365 | } | 365 | } |
366 | 366 | ||
367 | + public function getTaxOption() | ||
368 | + { | ||
369 | +// return $this->getOptions()->innerJoinWith('taxGroup')->where(['']) | ||
370 | + } | ||
371 | + | ||
367 | /** | 372 | /** |
368 | * Get Product name concatenated with Brand name | 373 | * Get Product name concatenated with Brand name |
369 | * | 374 | * |