vtex-apps / store-link

The Store Link app provides blocks for displaying links in other theme blocks
4 stars 5 forks source link

Prevention of link propagation in plp #52

Closed andreeacalinvtex closed 2 years ago

andreeacalinvtex commented 2 years ago

What problem is this solving?

In plp the two components took the link from the product summary and not their own. By adding a container div with the appropriate onClick event in which the propagation stops, we were able to overcome the problem. A class with css handles has been associated with the container div so that the style can be managed from the theme.

How to test it?

You can try it on the workspace https://testwk--mcxhoreca.myvtex.com, where the app with the change is installed with version vtex.store-link@0.8.2-hkignore.0.

vtex-io-ci-cd[bot] commented 2 years ago

Hi! I'm VTEX IO CI/CD Bot and I'll be helping you to publish your app! 🤖

Please select which version do you want to release:

And then you just need to merge your PR when you are ready! There is no need to create a release commit/tag.

vtex-io-docs-bot[bot] commented 2 years ago

Beep boop :robot:

Thank you so much for keeping our documentation up-to-date :heart:

vtex-io-ci-cd[bot] commented 2 years ago

Your PR has been merged! App is being published. :rocket: Version 0.8.1 → 0.8.2

After the publishing process has been completed (check #vtex-io-releases) and doing A/B tests with the new version, you can deploy your release by running:

vtex deploy vtex.store-link@0.8.2

After that your app will be updated on all accounts.

For more information on the deployment process check the docs. :book: