Page 1 of 1

remove Telephone

Posted: Fri Mar 20, 2015 3:12 am
by smitch6
Is there a way to remove the telephone from the whole site
including the website and any generated emails, invoices etc

Thanks

Re: remove Telephone

Posted: Fri Mar 20, 2015 3:51 am
by smitch6
found an xml mod that removes telephone and all contact info and only allows them the email you.

But it only does the website not the invoice
so if anyone knows a fix or a mod that does it that can easily be installed please

Re: remove Telephone

Posted: Sat Mar 21, 2015 9:11 pm
by smitch6
anyone got any ideas about this pls?

Re: remove Telephone

Posted: Sat Mar 21, 2015 10:12 pm
by pm-netti
smitch6 wrote:anyone got any ideas about this pls?
You mean this(?):

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<modification>
<version><![CDATA[1.0]]></version>
<author><![CDATA[peku]]></author>
<name>remove tel</name>
<code>abcdefghijklm123</code>
<link></link>    
<file path="admin/view/template/sale/order_invoice.tpl">
<operation>
<search><![CDATA[<b><?php echo $text_telephone; ?></b> <?php echo $order['store_telephone']; ?><br />]]></search>
<add position="replace"><![CDATA[]]></add>
</operation>
</file>
</modification>

Re: remove Telephone

Posted: Sat Mar 21, 2015 11:12 pm
by smitch6
sorted :D

thanks

Re: remove Telephone

Posted: Fri Aug 25, 2017 1:00 pm
by Johnny2017
Thanks!!!!!