Cart2Quote Quotations error: Element 'referenceBlock', attribute 'class': The attribute 'class' is not allowed

magento.stackexchange https://magento.stackexchange.com/questions/322359

문제

  • I got an error after installing cart2Quote free
  • (Magento\Framework\Config\Dom\ValidationException): Element 'referenceBlock', attribute 'class': The attribute 'class' is not allowed.
  • i am using magento 2.2.7 Please help! enter image description here
도움이 되었습니까?

해결책

There are only two allowed attributes for reference blocks.

remove

display

Search for referenceBlock in your cart2quote module and remove the class attribute from referenceBlock element.

Flush your Magento cache php bin/magento c:f and check.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top