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

Bugfix/product zoom picture #2252

Closed

Conversation

ptylek
Copy link
Contributor

@ptylek ptylek commented Jan 18, 2019

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
before

After
after

Upgrade Notes and Changelog

  • No upgrade steps required (100% backward compatibility)
  • I've updated the Upgrade notes and Changelog on how to port existing VS sites with this new feature

Contribution and currently important rules acceptance

@@ -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) {
Copy link
Collaborator

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)

Copy link
Collaborator

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 :)

@pkarw
Copy link
Collaborator

pkarw commented Jan 21, 2019

@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;

@ptylek ptylek closed this Jan 21, 2019
@ptylek ptylek deleted the bugfix/product-zoom-picture branch January 21, 2019 16:49
@pkarw pkarw added this to the 1.8 milestone Feb 2, 2019
@patzick patzick removed this from the 1.8 milestone Feb 7, 2019
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

Successfully merging this pull request may close these issues.

4 participants