Jump to content

[SOLVED] Removing bankwire.jpg from code


Recommended Posts

Hi

 

Does anybody know how to remove the bankwire.jpg image from appearing?

 

I have edited three pages:

 

bankwire\views\templates\front\payment_execution.tpl 

bankwire\views\templates\hook\infos.tpl

bankwire\views\templates\hook\payment.tpl

 

However, the image still appears!

 

Any ideas?

Edited by Rebel Tech (see edit history)
Link to comment
Share on other sites

I also changed the payment_return.tpl file to:

{*
* 2007-2013 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 [email protected] 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 <[email protected]>
*  @copyright  2007-2013 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*}

{if $status == 'ok'}
<p>{l s='Your order on %s is complete.' sprintf=$shop_name mod='bankwire'}
		<br /><br />
		{l s='Please send us an online transfer of' mod='bankwire'} <span class="price"> <strong>{$total_to_pay}</strong></span>
		<br /><br /> {l s ='Your order number is' mod='bankwire'} <span class="price"> <strong>{l s='%s' sprintf=$reference mod='bankwire'}</span><strong>
{*		<br /><br />- {l s='Amount' mod='bankwire'} <span class="price"> <strong>{$total_to_pay}</strong></span> *}
{*		<br /><br />- {l s='Name of account holder' mod='bankwire'}  <strong>{if $bankwireOwner}{$bankwireOwner}{else}___________{/if}</strong> *}
		<br /><br />{l s='Banking Details:' mod='bankwire'} <br /><br /> <strong>{if $bankwireDetails}{$bankwireDetails}{else}___________{/if}</strong>
{*		<br /><br />- {l s='Bank name' mod='bankwire'}  <strong>{if $bankwireAddress}{$bankwireAddress}{else}___________{/if}</strong> *}
		{if !isset($reference)}
			<br /><br />- {l s='Do not forget to insert your order number #%d in the subject of your bank wire' sprintf=$id_order mod='bankwire'}
		{else}
			<br /><strong>{l s='Reference:' mod='bankwire'} <span class="price"> <strong>{$customerName}/{l s='%s' sprintf=$reference mod='bankwire'}</span><strong>
		{/if}
		<br /><br /> <strong>{l s='Please email your proof of payment to' mod='bankwire'} <a href="mailto:[email protected][email protected]&subject=Proof of Payment for my order">Rebel Tech Sales</a></strong>
				<br /><br /> <strong>{l s='Your order will be updated as soon as we receive payment confirmation.' mod='bankwire'}</strong>
				<br /><br />{l s='Just in case we have emailed you all this information.' mod='bankwire'}
		<br /><br />{l s='If you have questions, comments or concerns, please contact our' mod='bankwire'} <a href="{$link->getPageLink('contact', true)|escape:'html'}">{l s='expert customer support team. ' mod='bankwire'}</a>.
	</p>
{else}
	<p class="warning">
		{l s='We noticed a problem with your order. If you think this is an error, feel free to contact our' mod='bankwire'} 
		<a href="{$link->getPageLink('contact', true)|escape:'html'}">{l s='expert customer support team. ' mod='bankwire'}</a>.
	</p>
{/if}

However, it doesn't update when I customer checks out (still shows old details).

 

Any ideas?

Link to comment
Share on other sites

×
×
  • Create New...