// Fix specificPrice with multishop
This commit is contained in:
@@ -2408,6 +2408,7 @@ class ProductCore extends ObjectModel
|
||||
'.Shop::addSqlAssociation('product_attribute', 'pa').'
|
||||
WHERE pa.id_product = '.(int)$id_product.'
|
||||
AND product_attribute_shop.default_on = 1
|
||||
GROUP BY pa.id_product_attribute
|
||||
),
|
||||
0
|
||||
) AS attribute_price'
|
||||
|
||||
Reference in New Issue
Block a user