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)
|
->condition('status', 1)
|
||||||
->sort('created', 'ASC')
|
->sort('created', 'ASC')
|
||||||
// ->exists('field_visuel')
|
// ->exists('field_visuel')
|
||||||
// ->condition('type', 'article')
|
->condition('type', 'materio_product_license_type')
|
||||||
->range(0,12);
|
->range(0,12);
|
||||||
$ids = $query->execute();
|
$ids = $query->execute();
|
||||||
$i = 0;
|
$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;
|
text-align: left;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
// position: relative;
|
// position: relative;
|
||||||
|
.field--name-purchased-entity,
|
||||||
|
.field--name-quantity{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.form-actions{
|
.form-actions{
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue