Jump to content
  • 0

[SOLVED] Notice w module płatności


Przemysław Suszek

Question

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

 

 

post-711910-0-78253200-1381336664_thumb.jpg

Edited by mr.suchy (see edit history)
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

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:

dY6iw6v.png

 

tab_module_line.tpl - jesteś w stanie zlokalizować ten plik? Jest to najprawdopodobniej część jakiegoś modułu.

Link to comment
Share on other sites

  • 0

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 

2PzIxT5.png

 

 

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

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...