Skip to content

You can hack the internal component via querySelector #1

@JackVeromeev

Description

@JackVeromeev

here is the code

const style = document.createElement('style');
style.innerText = `
  div[b2b_buyer_product_details-summary_summary].quantity-and-list {
    display: none !important;
  }
`;

this.template.querySelector('.container').appendChild(style);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions