Yarik
/
artbox-ecommerce
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
dc48424e21b1dbd2dc23a2dded187822177d29ac
Authored by
Yarik
2016-12-01 19:11:29 +0200
1 parent
d938a767
Main page optimize
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
models/Product.php
Inline
Side-by-side
models/Product.php
Wrap text
Show/Hide comments
View file @
dc48424
...
...
@@ -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
373
* Get Product name concatenated with Brand name
369
374
*
...
...