Skip to content

Commit

Permalink
Fix Bo pse attribute value display when product doesn't have template (
Browse files Browse the repository at this point in the history
  • Loading branch information
lopes-vincent committed Mar 20, 2024
1 parent d908360 commit fb2a0c6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -141,7 +141,7 @@ protected function orderByTemplateAttributePosition(AttributeCombinationQuery $s
->joinProduct()
->endUse()
->useAttributeQuery()
->joinAttributeTemplate(AttributeTemplateTableMap::TABLE_NAME)
->leftJoinAttributeTemplate(AttributeTemplateTableMap::TABLE_NAME)
->addJoinCondition(
AttributeTemplateTableMap::TABLE_NAME,
AttributeTemplateTableMap::COL_TEMPLATE_ID.Criteria::EQUAL.ProductTableMap::COL_TEMPLATE_ID
Expand Down

0 comments on commit fb2a0c6

Please sign in to comment.