fixed home pricing variation add to cart display

This commit is contained in:
2022-03-31 18:08:12 +02:00
parent b5e0e81ac4
commit 713f02b678
4 changed files with 6 additions and 2 deletions

View File

@@ -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;