Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

leopittoni

Pioneers
  • Posts

    15
  • Joined

  • Last visited

Profile Information

  • Real Name
    L?o Pittoni

leopittoni's Achievements

  1. Hello Get this error on checkout: 0ddsd Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/mydomain.com/httpdocs/shop/checkout_confirmation.php:57) in /home/httpd/vhosts/mydomain.com/httpdocs/shop/includes/functions/general.php on line 49 What is that 0ddsd??? That comes form checkout_confirmation.php echo tep_calc_shopping_pvalue($customer_shopping_points_spending); if (isset($HTTP_POST_VARS['customer_shopping_points_spending'])&&tep_calc_shopping_pvalue($customer_shopping_points_spending) < $order->info['total'] && !is_object($$payment)) { echo "ddsd"; Why is this? Thank you for your help!
  2. One more thing: I would like that the customer can't enter how much points he want's to spend, but automaticaly all products are paid with points. I have done this so: <td class="main" ><?php echo TEXT_REDEEM_SYSTEM_SPENDING . ' ' .tep_draw_input_field('customer_shopping_points_spending', ($order->info['total']), 'onBlur="validate(this)" maxlength="7" style="width:70px"'); ?></td> But now I would like to do this input-field invisibel. How can I do that? Thanks! L?o
  3. Ok, I have risove that problem, but I have another question: How can I delete the "Value=", in the notification-mail when i add points to a client? In the Mail now it's written: Your points: 50.00 Points Value = 50EUR Thanks! L?o
  4. Ok, thanks! Thas was it! But now I have another error at the "checkout", also when a customer wants to pay the itams; this errors appears: Warning: printf(): Too few arguments in /home/www/web269/html/minis/shop/catalog/checkout_payment.php on line 393 Can someone help me? Thanks! L?o
  5. I did it, and the database "TABLE_CUSTOMERS_POINTS_PENDING" also exixts... Who can help me? Thanks! L?o
  6. Hi I have the problem, that this error appears, when i click on "My Profile": 1146 - Table 'usr_web269_6.TABLE_CUSTOMERS_POINTS_PENDING' doesn't exist select count(*) as count from TABLE_CUSTOMERS_POINTS_PENDING where customer_id = '2' [TEP STOP] Who can help me? Thanks! L?o (Sorry for my bad english, I'm swiss... :blush: )
×
×
  • Create New...