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

Product content disappears upon variant selection #1639

Closed
qzminski opened this issue Apr 4, 2016 · 0 comments
Closed

Product content disappears upon variant selection #1639

qzminski opened this issue Apr 4, 2016 · 0 comments
Labels
Milestone

Comments

@qzminski
Copy link
Member

qzminski commented Apr 4, 2016

The product content disappears upon the variant selection. From my observations it happens only if there is a debug bar enabled on the page - otherwise it works perfectly fine. The DOM is affected in the following way:

Before variant selection (default view):

<div class="mod_iso_productreader block">
    <div class="product">
        <!-- TEMPLATE START: templates/motacc_shop/iso_reader_bodis.html5 -->
        ... product content ...
        <!-- TEMPLATE END: templates/motacc_shop/iso_reader_bodis.html5 -->
    </div>

    <p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
</div>

After variant selection:

<div class="mod_iso_productreader block">
    <div class="product">
        <!-- TEMPLATE START: templates/motacc_shop/iso_reader_bodis.html5 -->
        <!-- TEMPLATE START: templates/motacc_shop/iso_reader_bodis.html5 -->
        <!-- TEMPLATE END: templates/motacc_shop/iso_reader_bodis.html5 -->
    </div>

    <p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
</div>

The image from this comment ideally shows the situation: #1451 (comment)

@qzminski qzminski added the bug label Apr 4, 2016
@aschempp aschempp added this to the 2.3.5 milestone Apr 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants