You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added this module to one of our projects and am working on implementing order by sku functionality from the customer/account pages. Whilst doing so i ran into a few problems.
Developers need to implement their own router and controller to make the block/template render on screen
Project specific icons are being used with SvgIcons, these give error messages;
2 exception(s):
Exception #0 (Magento\Framework\View\Asset\File\NotFoundException): Unable to find the SVG icon "remove"
Exception #1 (Magento\Framework\View\Asset\File\NotFoundException): Unable to resolve the source file for 'frontend/Bricks/default/nl_NL/svg/remove.svg'
Exception #0 (Magento\Framework\View\Asset\File\NotFoundException): Unable to find the SVG icon "remove"
Magewire argument needs to be added when declaring block in xml. Block needs to be declared in XML for developer to implement and render on screen.
The text was updated successfully, but these errors were encountered:
I've added this module to one of our projects and am working on implementing order by sku functionality from the customer/account pages. Whilst doing so i ran into a few problems.
The text was updated successfully, but these errors were encountered: