PHP - Novato - error sintaxis

 
Vista:

Novato - error sintaxis

Publicado por victor (1 intervención) el 09/04/2009 17:32:27
hola como estan, tengo este error

*Parse error*: syntax error, unexpected T_STRING in
*/home/ibexmoo/public_html/euro_catalog/checkout_process.php* on line *125*

esta es la linea:
Still at the same file.(checkout_process.php)

y esto parte del codigo:

#### Points/Rewards Module V1.50 balance customer points EOF ####*/

Still at the same file.(checkout_process.php)
this will kill sessions created and used by customer shopping points during checkout.

Find this.... (aprox. line no.291)

tep_session_unregister('comments');

... and add after.....

tep_session_unregister('customer_shopping_points_spending');// Points/Rewards Module V1.50

$customer_notification = (SEND_EMAILS == 'true') ? '1' : '0';
$sql_data_array = array('orders_id' => $insert_id,
'orders_status_id' => $order->info['order_status'],
'date_added' => 'now()',
'customer_notified' => $customer_notification,
'comments' => $order->info['comments']);
tep_db_perform(TABLE_ORDERS_STATUS_HISTORY, $sql_data_array);

// initialized for the email confirmation
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder