Skip to content

Instantly share code, notes, and snippets.

@ChristopherDosin
Last active August 29, 2015 14:20
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 ChristopherDosin/a5de36f3d14ee7d24951 to your computer and use it in GitHub Desktop.
Save ChristopherDosin/a5de36f3d14ee7d24951 to your computer and use it in GitHub Desktop.
Ändert die Größe des Modals bei Klick auf Versandkosten in der Detail Ansicht von Shopware 5
{extends file='frontend/detail/data.tpl'}
{block name='frontend_detail_data_tax'}
<p class="product--tax" data-content="" data-modalbox="true" data-width="800" data-height="800" data-targetSelector="a" data-mode="ajax">
{s name="DetailDataPriceInfo"}{/s}
</p>
{/block}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment