Przemysław Suszek Posted October 9, 2013 Share Posted October 9, 2013 (edited) Cześć, Posiadam Prestashop w wersji 1.5.5. Dzisiaj wchodzę w zakładke Moduły -> Płatności i mam nastepujący komunikat jak w załączniku. Czy mi się wydaje czy nie mam gdzies nie skonfigurowanej ceny ? Wspomniana 80 linia: <?php }?> </p> </div> </td> <td border="0" valign="middle" align="right"> <?php if (isset($_smarty_tpl->tpl_vars['module']->value->type)&&$_smarty_tpl->tpl_vars['module']->value->type=='addonsMustHave'){?> <a href="<?php echo $_smarty_tpl->tpl_vars['module']->value->addons_buy_url;?> " target="_blank" class="button updated"> <span><img src="../img/admin/cart_addons.png"> <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['displayPrice'][0][0]->displayPriceSmarty(array('price'=>$_smarty_tpl->tpl_vars['module']->value->price,'currency'=>$_smarty_tpl->tpl_vars['module']->value->id_currency),$_smarty_tpl);?> </span></a> <?php }elseif(!isset($_smarty_tpl->tpl_vars['module']->value->not_on_disk)){?> <?php echo $_smarty_tpl->tpl_vars['module']->value->optionsHtml;?> <div class="clear"> </div> <a href="#" class="button action_tab_module" data-option="select_<?php echo $_smarty_tpl->tpl_vars['module']->value->name;?> " class="button"><?php echo smartyTranslate(array('s'=>'Submit'),$_smarty_tpl);?> </a> <?php }else{ ?> Pozdrawiam Edited October 10, 2013 by mr.suchy (see edit history) Link to comment Share on other sites More sharing options...
0 vekia Posted October 9, 2013 Share Posted October 9, 2013 witam te pliki są "tymczasowe" ,spróbuj wygenerować theme na nowo, tj. wyczyść cache i wymuś kompilację Link to comment Share on other sites More sharing options...
0 Przemysław Suszek Posted October 10, 2013 Author Share Posted October 10, 2013 Przed napisaniem postu jak i teraz wyczyścilem cache i kompilacja szablonu - bez zmian. Vekia Ty w ogóle kiedyś śpisz ? :-) Link to comment Share on other sites More sharing options...
0 vekia Posted October 10, 2013 Share Posted October 10, 2013 bywa, że śpię problem jest raczej w innym miejscu niż ten o którym wspomniałeś (jest to plik cache - tymczasowy) problem jest związany z tym plikiem: tab_module_line.tpl - jesteś w stanie zlokalizować ten plik? Jest to najprawdopodobniej część jakiegoś modułu. Link to comment Share on other sites More sharing options...
0 Przemysław Suszek Posted October 10, 2013 Author Share Posted October 10, 2013 Dobry jesteś. Położenie pliku: admin536/themes/default/template/controllers/modules tab_module_line.txt Link to comment Share on other sites More sharing options...
0 Przemysław Suszek Posted October 10, 2013 Author Share Posted October 10, 2013 Jakiś pomysł jak to rozwiązać ? Link to comment Share on other sites More sharing options...
0 vekia Posted October 10, 2013 Share Posted October 10, 2013 problem leży w tej linii <span><img src="../img/admin/cart_addons.png"> {displayPrice price=$module->price currency=$module->id_currency}</span></a> związane jest to z reklamami jakie presta wyświetla w back office gdybym był Tobą, to bym te reklamy po prostu usunął. jak usuniesz ten fragment, to problem zniknie (nie musisz się obawiać, że coś się stanie, ten kod odpowiada za wyświetlanie ceny modułu w buttonie, tak jak powyżej) Link to comment Share on other sites More sharing options...
0 Przemysław Suszek Posted October 10, 2013 Author Share Posted October 10, 2013 Vekia wiem że to ta linia, tylko dlaczego te parametry id_currency oraz price są pustę bo o to chodzi, w tym jest problem tak mi się wydaje. Pozdrawiam i dzięki za poświęcony czas. Link to comment Share on other sites More sharing options...
0 Przemysław Suszek Posted October 10, 2013 Author Share Posted October 10, 2013 (edited) Brakowało waluty USD. Edited October 10, 2013 by mr.suchy (see edit history) Link to comment Share on other sites More sharing options...
Question
Przemysław Suszek
Cześć,
Posiadam Prestashop w wersji 1.5.5. Dzisiaj wchodzę w zakładke Moduły -> Płatności i mam nastepujący komunikat jak w załączniku. Czy mi się wydaje czy nie mam gdzies nie skonfigurowanej ceny ?
Wspomniana 80 linia:
Pozdrawiam
Edited by mr.suchy (see edit history)
Link to comment
Share on other sites
8 answers to this question
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