Skip to content

Commit

Permalink
Added label images (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWez98 authored Aug 11, 2022
1 parent cbf1bd7 commit 22da562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Models/Scopes/WithProductAmastyLabelScope.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ public function apply(Builder $builder, Model $model)
"prod_txt", prod.label_text,
"prod_style", prod.style,
"prod_position", prod.position,
"prod_image", prod.image,
"cat_txt", cat.label_text,
"cat_style", cat.style,
"cat_position", cat.position,
"cat_image", cat.image,
"priority", amasty_label_entity.priority,
"is_single", amasty_label_entity.is_single
)), "$.null__") as amasty_label')
Expand Down

0 comments on commit 22da562

Please sign in to comment.