Jump to content
xt:Commerce Community Forum

modal info box greift nicht...


nbg12

Recommended Posts

Hallo an alle

...wir haben die 4.1.10 Version und wollten mal nachfragen,

wieso es eine modal popup box im code gibt, diese aber nicht funktioniert?

Also sprich wenn etwas in den Warenkorb gelegt worden ist ne infobox aufgeht...

Es gibt sogar ne Sprachtexte Vorlage, diese Funktion ist sehr wichtig für uns

und wir haben auch eine bezahlte Version, wieso können wir diese Funktion nicht nutzen?

hier die Zeilen aus der product.html

Danke für jeglichen Hinweis....

<!-- Added to cart modal window -->

                    <div id="added" class="modal  fade" tabindex="-1">

                        <div class="modal-header">

                            <button type="button" class="close" data-dismiss="modal" aria-hidden="true">X</button>

                            <div class="hgroup title">

                                <h3>{txt key=TEXT_PRODUCT_IN_CART}</h3>

                                <h5>{$products_name}</h5>

                            </div>

                        </div>

                        <div class="modal-footer">	

                            <div class="pull-right">				

                                <a href="{link page='cart'}" title="zum Warenkorb →" class="btn btn-primary btn-small">

                                    {txt key=TEXT_CART}   <i class="icon-chevron-right"></i>

                                </a>

                            </div>

                        </div>

                    </div>

                    <!-- End id="added" -->

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...