fixed home pricing variation add to cart display

This commit is contained in:
Bachir Soussi Chiadmi 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;

File diff suppressed because one or more lines are too long

View File

@ -1386,6 +1386,10 @@ article.node--type-frontpage{
text-align: left;
padding-left: 1em;
// position: relative;
.field--name-purchased-entity,
.field--name-quantity{
display: none;
}
.form-actions{
margin:0;
}