miccom Posted March 5, 2019 Share Posted March 5, 2019 Cześć Dzisiaj bawiłem się nieco w moim sklepie, i zauważyłem jeden błąd Przy zerowym stanie produktu widzę dwa formularze POINFORMUJ MNIE KIEDY BĘDZIE DOSTĘPNY Jak usunąć jeden z tych formularzy? Co odpowiada za dodanie tych formularzy? Będę wdzięczny za pomoc adres do produktu: https://www.caser.pl/home/77-sredni-uchwyt-kasetowy-w-misce-8mm-34082.html Link to comment Share on other sites More sharing options...
endriu107 Posted March 6, 2019 Share Posted March 6, 2019 Za pewne moduł jest podpięty do dwóch hooków na raz i wystarczy z jednego odpiąć. Link to comment Share on other sites More sharing options...
miccom Posted March 6, 2019 Author Share Posted March 6, 2019 OK, dziękuję za odpowiedź, a jak usunąć moduł z jednego hooka? Link to comment Share on other sites More sharing options...
endriu107 Posted March 6, 2019 Share Posted March 6, 2019 Zrobisz to w zakładce Pozycje. Link to comment Share on other sites More sharing options...
miccom Posted March 6, 2019 Author Share Posted March 6, 2019 Nie ogarniam wogóle zasad które rządzą blokiem pozycje Jak znaleźć nazwę tego modułu który krzaczy i odpowiedniego hooka? Link to comment Share on other sites More sharing options...
Piotr Kaczor Posted March 6, 2019 Share Posted March 6, 2019 (edited) moduł to js-mailalert, hook to displayProductAdditionalInfo? Znaczy się ten prawidłowy hook to displayProductAdditionalInfo ten drugi trzeba poszukać. Edited March 6, 2019 by Piotr Kaczor (see edit history) Link to comment Share on other sites More sharing options...
miccom Posted March 6, 2019 Author Share Posted March 6, 2019 (edited) Ok, znalazłem hook displayProductAdditionalInfo i ten jest prawidłowy, teraz muszę odszukać kolejny hook w którym wyświetla się moduł js-mailalert i wskazać, aby ten moduł js-mailalert nie pokazywał się w tym hooku? Jak odepnę ten moduł ( moduł "powiadomienia poczty" ) od hook displayProductAdditionalInfo to oba formularze znikają, a jak usunąć jeden z nich? Nigdzie więcej nie mam podpiętego modułu "powiadomienia poczty". Edited March 6, 2019 by miccom (see edit history) Link to comment Share on other sites More sharing options...
Piotr Kaczor Posted March 6, 2019 Share Posted March 6, 2019 tak Odczep z innych Hooków (standardowy moduł jest w tych dwóch hookach) Link to comment Share on other sites More sharing options...
miccom Posted March 6, 2019 Author Share Posted March 6, 2019 Mam w jednym miejscu podpięty ten moduł Link to comment Share on other sites More sharing options...
Piotr Kaczor Posted March 6, 2019 Share Posted March 6, 2019 A wstaw tu treść pliku \modules\ps_emailalerts\views\templates\hook\product.tpl Link to comment Share on other sites More sharing options...
miccom Posted March 6, 2019 Author Share Posted March 6, 2019 {* * 2007-2015 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <contact@prestashop.com> * @copyright 2007-2015 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <div class="tabs"> <form> <div class="js-mailalert" style="text-align:center;" data-url="{url entity='module' name='ps_emailalerts' controller='actions' params=['process' => 'add']}"> {if isset($email) AND $email} <input class="form-control" type="email" placeholder="{l s='[email protected]' d='Modules.Mailalerts.Shop'}"/><br /> {/if} {if isset($id_module)} {hook h='displayGDPRConsent' id_module=$id_module} {/if} <input type="hidden" value="{$id_product}"/> <input type="hidden" value="{$id_product_attribute}"/> <button class="btn btn-primary" type="submit" rel="nofollow" onclick="return addNotification();">{l s='Notify me when available' d='Modules.Mailalerts.Shop'}</button> <span style="display:none;padding:5px"></span> </div> </form> </div> Link to comment Share on other sites More sharing options...
Piotr Kaczor Posted March 6, 2019 Share Posted March 6, 2019 A masz taki plik? \themes\TWÓJ_THEME\modules\ps_emailalerts\views\templates\hook\product.tpl Link to comment Share on other sites More sharing options...
miccom Posted March 6, 2019 Author Share Posted March 6, 2019 Nie, w katalogu tego modułu mam tylko tłumaczenia emaili \themes\TWÓJ_THEME\modules\ps_emailalerts\emails\pl i en Link to comment Share on other sites More sharing options...
Piotr Kaczor Posted March 6, 2019 Share Posted March 6, 2019 A wejdź w Moduły > Module manager > Powiadomienia Poczty > Konfiguruj i kliknij Zarządzaj zaczepami, co tam pokazuje? Link to comment Share on other sites More sharing options...
Piotr Kaczor Posted March 6, 2019 Share Posted March 6, 2019 Naprawiło się samo? Link to comment Share on other sites More sharing options...
miccom Posted March 6, 2019 Author Share Posted March 6, 2019 Nie, zaraz dodamy rozwiązanie Jeszcze nie znam, ale już działa. Link to comment Share on other sites More sharing options...
webbay.pl Posted March 6, 2019 Share Posted March 6, 2019 Podaję rozwiązanie. Nie było to związane z hookami w panelu administracyjnym, ani samym modułem "powiadomienia poczty". W pliku o nazwie "product-add-to-cart.tpl" w ścieżce katalog_prestashop > themes > nazwa_szablonu > templates > catalog > _partials Był dodany poniższy blok, który był zdublowany i niepotzrebny. Linia około 54-55. Wystarczyło usunąć: {block name='product_additional_info'} {include file='catalog/_partials/product-additional-info.tpl'} {/block} 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now