Jump to content

usunięcie popup myModal prestashop 1.6


algodon

Recommended Posts

Z dwa late temu zleciłem zrobienie popup i działa on. Teraz chce to usunąć niestety nie wiem jak a do osoby która to zrobiła nie mam z nią żadnego kontaktu nie odpowiada.
Może ktoś z was mi pomoże? Nie ma raczej żadnego modułu.

oto co mam:

<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">

<div class="modal-dialog" role="document"><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>

<div class="modal-content">

<div class="modal-body">

<h2>Zapisz się i odbierz prezent do pierwszych zakupów!</h2>

<div class="row">

<div class="col-md-4">

<h3>Wybierz prezent 1

lub prezent 2!</h3> <ul>

<li><span class="fa fa-circle"></span>wytrzymały materiał </li>

</ul>

</div>

<div class="col-md-8">

<img src="/themes/default-bootstrap/img/modal_bg.png" class="img-responsive">

</div>

</div>

 

<div class="row" style="margin-top: 40px;">

<div class="col-md-12">

<form method='POST' target='_blank' action='https://www.getall.pl/getemail/?id=999999'>

<input type="text" name='email' required placeholder="Wpisz swój adres e-mail">

<input type="submit" class="btn btn-green" value="Odbieram prezent!">

</form>

</div>

</div>

</div>

</div>

</div>

</div><script src="/themes/default-bootstrap/js/jquery.cookie.js"></script>

Link to comment
Share on other sites

11 minutes ago, endriu107 said:

Zazwyczaj tego typu modyfikacje są wdrażane jako moduły i wystarczy go wyłączyć w panelu. Druga opcja to wdrożone na sztywno w plikach tpl.

Właśnie żadnego modułu raczej nie ma. Przejrzałem parę razy wszystkie włączone i nie widziałem żadnego  który by robił popup.
A ja w jakim pliku tpl w który to może być. Powiem tak pojawia się to tylko za pierwszym razem jak osoba wejdzie, potem już nie, żeby się ponownie pojawiło trzeba wyczyścić ciasteczka.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...