Commit 3d4c48f555f0adc5cfdcab3e2181edbb6170d8e3
1 parent
abab5f69
add variantSku
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
widgets/Seo.php
... | ... | @@ -330,15 +330,12 @@ class Seo extends Widget |
330 | 330 | $widgetDynamicData = $this->findSeoByDynamic(); |
331 | 331 | |
332 | 332 | if ($widgetData instanceof \artweb\artbox\seo\models\Seo) { |
333 | - | |
334 | 333 | $result = $widgetData->$param; |
335 | 334 | |
336 | 335 | }else if(!empty($this->$param) && empty($filter)) { |
337 | - | |
338 | 336 | $result = $this->$param; |
339 | 337 | |
340 | 338 | } else if ($widgetDynamicData instanceof SeoDynamic) { |
341 | - | |
342 | 339 | $result = $widgetDynamicData->lang->$param; |
343 | 340 | |
344 | 341 | } | ... | ... |