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

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

Question

  • 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
Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top