Skip to content

Commit

Permalink
[-] MO: Fix #PSCFV-7416 product name in blocklayered listing with mul…
Browse files Browse the repository at this point in the history
…tishop
  • Loading branch information
rGaillard committed Jan 24, 2013
1 parent f97b73a commit 80fb4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/blocklayered/blocklayered.php
Original file line number Diff line number Diff line change
Expand Up @@ -2525,7 +2525,7 @@ public function getProductByFilters($selected_filters = array())
LEFT JOIN '._DB_PREFIX_.'category c ON (c.id_category = cp.id_category)
LEFT JOIN `'._DB_PREFIX_.'product` p ON p.`id_product` = cp.`id_product`
'.$join.'
LEFT JOIN '._DB_PREFIX_.'product_lang pl ON (pl.id_product = p.id_product)
LEFT JOIN '._DB_PREFIX_.'product_lang pl ON (pl.id_product = p.id_product'.Shop::addSqlRestrictionOnLang('pl').')
LEFT JOIN '._DB_PREFIX_.'image i ON (i.id_product = p.id_product AND i.cover = 1)
LEFT JOIN '._DB_PREFIX_.'image_lang il ON (i.id_image = il.id_image AND il.id_lang = '.(int)($cookie->id_lang).')
LEFT JOIN '._DB_PREFIX_.'manufacturer m ON (m.id_manufacturer = p.id_manufacturer)
Expand Down

0 comments on commit 80fb4e7

Please sign in to comment.