Commit 8a0dba04ff48f980511fa22ba556e228625f0692

Authored by Administrator
1 parent 274ee2d7

add variantSku

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
widgets/Seo.php
... ... @@ -178,7 +178,8 @@ class Seo extends Widget
178 178 $paginate = \Yii::$app->request->get('page', []);
179 179  
180 180 $meta = $this->selectSeoData(self::META, $filter,$priority);
181   -
  181 + var_dump($meta);
  182 + die();
182 183 if(!empty($filter) && !$this->checkFilter($filter) && count($filter, COUNT_RECURSIVE) == 2){
183 184 $key = array_keys ( $filter);
184 185 if(isset($key[0])){
... ...