fixed home pricing variation add to cart display
This commit is contained in:
parent
b5e0e81ac4
commit
713f02b678
|
@ -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
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue