BLUECAKEO Posted December 15, 2005 Posted December 15, 2005 I have tried to add some text to moneyorder.php file but I keep getting the following error. My knowledge of scripting is very limited so I was hoping someone could tell me where I have gone wrong and how to fix it? I have pasted the whole file below. Parse error: parse error, unexpected '<' in /homepages/9/d105099717/htdocs/includes/languages/espanol/modules/payment/moneyorder.php on line 14 <?php /* $Id: moneyorder.php,v 1.7 2003/01/24 21:36:05 thomasamoulton Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', 'Cheque/Transferencia Bancaria'); define('MODULE_PAYMENT_MONEYORDER_TEXT_DESCRIPTION', 'Pagadero a:?' . '<BR>Transferencia Bancaria<br>' . '<br>Nombre:Bank of Scotland<br>' . <br>Oficina: <br>' . '<br>Numero de IBAN: <BR>' . '<BR>BIC: <BR>' . MODULE_PAYMENT_MONEYORDER_PAYTO . '<br><br>Enviar a<br>' . nl2br(STORE_NAME_ADDRESS) . '<br><br>' . '?Su pedido se enviar? en cuanto se reciba el pago.'); define('MODULE_PAYMENT_MONEYORDER_TEXT_EMAIL_FOOTER', "Pagadero a: ". MODULE_PAYMENT_MONEYORDER_PAYTO . "\n\nEnviar a\n" . STORE_NAME_ADDRESS . "\n\n" . 'Su pedido se enviar? en cuanto se reciba el pago.'); ?> Thank you to anyone who can help!
boxtel Posted December 15, 2005 Posted December 15, 2005 I have tried to add some text to moneyorder.php file but I keep getting the following error. My knowledge of scripting is very limited so I was hoping someone could tell me where I have gone wrong and how to fix it? I have pasted the whole file below. Parse error: parse error, unexpected '<' in /homepages/9/d105099717/htdocs/includes/languages/espanol/modules/payment/moneyorder.php on line 14 <?php /* $Id: moneyorder.php,v 1.7 2003/01/24 21:36:05 thomasamoulton Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright ? 2002 osCommerce Released under the GNU General Public License */ define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', 'Cheque/Transferencia Bancaria'); define('MODULE_PAYMENT_MONEYORDER_TEXT_DESCRIPTION', 'Pagadero a:?' . '<BR>Transferencia Bancaria<br>' . '<br>Nombre:Bank of Scotland<br>' . <br>Oficina: <br>' . '<br>Numero de IBAN: <BR>' . '<BR>BIC: <BR>' . MODULE_PAYMENT_MONEYORDER_PAYTO . '<br><br>Enviar a<br>' . nl2br(STORE_NAME_ADDRESS) . '<br><br>' . '?Su pedido se enviar? en cuanto se reciba el pago.'); define('MODULE_PAYMENT_MONEYORDER_TEXT_EMAIL_FOOTER', "Pagadero a: ". MODULE_PAYMENT_MONEYORDER_PAYTO . "\n\nEnviar a\n" . STORE_NAME_ADDRESS . "\n\n" . 'Su pedido se enviar? en cuanto se reciba el pago.'); ?> Thank you to anyone who can help! aaah, a missing quote : ' . <br>Oficina Treasurer MFC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.