@@ -21,6 +21,9 @@ |
||
| 21 | 21 | protected $description = 'Site description'; |
| 22 | 22 | protected $mainCurrency; |
| 23 | 23 | |
| 24 | + /** |
|
| 25 | + * @return Product |
|
| 26 | + */ |
|
| 24 | 27 | protected function getHeader() |
| 25 | 28 | { |
| 26 | 29 | return <<<HEADER |
@@ -5,9 +5,7 @@ |
||
| 5 | 5 | use app\modules\shop\helpers\CurrencyHelper; |
| 6 | 6 | use app\modules\shop\models\Currency; |
| 7 | 7 | use app\modules\shop\models\Product; |
| 8 | -use yii\helpers\Html; |
|
| 9 | 8 | use yii\helpers\Url; |
| 10 | -use yii\helpers\VarDumper; |
|
| 11 | 9 | |
| 12 | 10 | /** |
| 13 | 11 | * Class GoogleMerchants |