Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems i ran into whilst implementing #1

Open
peterschriever opened this issue Sep 11, 2024 · 0 comments
Open

Problems i ran into whilst implementing #1

peterschriever opened this issue Sep 11, 2024 · 0 comments

Comments

@peterschriever
Copy link

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant