-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Bugfix/product zoom picture #2252
Conversation
Hotfix: url_key adjustment after m2vs fix
Hofix: Improved offline mode handlers
Hotifx: docs update on `useMagentoUrlKeys`
…lem-on-checkout-page-reload Hotifx: SSR problem on checkout page on reload
@@ -252,6 +253,15 @@ export default { | |||
this.$store.dispatch('category/products', this.getCurrentCategoryProductQuery) | |||
EventBus.$emitFilter('category-after-load', { store: this.$store, route: this.$route }) | |||
} | |||
}).catch(err => { | |||
if (err.message.indexOf('query returned empty result') > 0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please move notification to theme so it can be configured (either use an overridable method for this or a callback)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a change from this issue :)
@ptylek can You please create new PR as this consist of some other changes not related to Yoru fix. I belive the only thing that should be in this PR is this: justify-content: space-evenly; |
Related issues
#2178
Short description and why it's useful
Product zoom picture is now centered
Screenshots of visual changes before/after (if there are any)
Before
After
Upgrade Notes and Changelog
Contribution and currently important rules acceptance