Skip to content

Instantly share code, notes, and snippets.

@jhit
Created May 15, 2019 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhit/e1e2cdb88ec70b8f879dabf49cca22e1 to your computer and use it in GitHub Desktop.
Save jhit/e1e2cdb88ec70b8f879dabf49cca22e1 to your computer and use it in GitHub Desktop.

Link in Template setzen, der die ScrollTo Funktion von Shopware benutzt:

<p>
  <a href="#" 
    data-scroll="true" 
    data-scrollTarget="#category_text">
    Weiter lesen
  </a>
</p>

das ScrollTarget kann ein beliebiges HTML Element sein, da es mit Javascript angesprungen wird und nicht über den Link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment