Ver Mensaje Individual
  #6 (permalink)  
Antiguo 09/04/2009, 09:09
considered
 
Fecha de Ingreso: abril-2009
Mensajes: 43
Antigüedad: 15 años
Puntos: 1
Respuesta: novato - error de syntaxis

bien me equivoque de linea, el error es este:
*Parse error*: syntax error, unexpected T_STRING in
*/home/ibexmoo/public_html/euro_catalog/checkout_process.php* on line *125*

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


Código PHP:
#### 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.... (aproxline 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