AE
Asked
Hi, As attached I can see the payment gateway logos to click and pay in Sales Email format, But I have not selected any payment gateway so far. from where this logos come on this format as I cannot see those in Email templates. Please advise how can we remove or change them,
Attachments
- EGAnsweredYou will need to modify Sales controller file `app\controllers\admin\Sales.php`
Change **line 1319** `$message = $message . $btn_code;` to `$message = $message;`
Or you comment it out entirely like this `// $message = $message . $btn_code;` - MSAnsweredHello,
You can disable PayPal and Skrill form system settings.
Thank you - Login to Reply