Hi,
I just want to change the paypal radio text to paypal/creditcard, as i want all credit card payments to go to my paypal account.
How do i go about doing this?
Thanks in advance!
Hi,
I just want to change the paypal radio text to paypal/creditcard, as i want all credit card payments to go to my paypal account.
How do i go about doing this?
Thanks in advance!
Er sorry i put this thread in the wrong thread i think, anyway i couldn't figure how but i managed to put my own text in the field by editing the file templates\template_default\templates\tpl_checkout_payment_default.php in the TEXT_SELECT_PAYMENT_METHOD field.
Sorry for the double post btw.
The more correct solution would be to edit the text in:
includes/languages/english/modules/payment/paypal.php
PHP Code:define('MODULE_PAYMENT_PAYPAL_TEXT_CATALOG_TITLE', 'Paypal');
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thank you very much! It's exactly what i was looking for, i appreciate it. Using both methods should be proper i think. Thanks again. :)