fixed home pricing variation add to cart display
This commit is contained in:
@@ -39,7 +39,7 @@ class ComputedCommerceProductReferences extends EntityReferenceFieldItemList
|
||||
->condition('status', 1)
|
||||
->sort('created', 'ASC')
|
||||
// ->exists('field_visuel')
|
||||
// ->condition('type', 'article')
|
||||
->condition('type', 'materio_product_license_type')
|
||||
->range(0,12);
|
||||
$ids = $query->execute();
|
||||
$i = 0;
|
||||
|
Reference in New Issue
Block a user