This is my first post and I'm very glad to be here
On beggining I apologise for my english. I'm not good in foreing languages so forgive me my misteakes
I have problem with points - rewards module. I can't enter amount of points I wish to redeem in second step of checkout (checkout_payment.php). There is any box to write number of points. I only have a checkbox to use all available points for an order.
In FAQ of points - rewards module I've found:
Quote
During the checkout proccess, on the same page that you select a payment method, there will be a box to enter the amount of points you wish to redeem. Enter the amount of points you would like to spend or tick the box to use all available points.
Please note, you will still have to select another payment method if there
is not enough in your Shopping Points Account to cover the cost of your purchase.
Please note, you will still have to select another payment method if there
is not enough in your Shopping Points Account to cover the cost of your purchase.
In checkout_payment.php there is only:
<!-- Points/Rewards Module V2.1rc2a Redeemption box bof -->
<?php
if ((USE_POINTS_SYSTEM == 'true') && (USE_REDEEM_SYSTEM == 'true')) {
//echo points_selection();
$cart_show_total= $cart->show_total();
echo points_selection($cart_show_total);
if (tep_not_null(USE_REFERRAL_SYSTEM) && (tep_count_customer_orders() == 0)) {
echo referral_input();
}
}
?>
<!-- Points/Rewards Module V2.1rc2a Redeemption box eof -->
Could you tell me what I did wrong? I think I did everything good in instalation.
OsCommerce: osCommerce 2.2-MS2
Points/Rewards Module: 2.1rc2a









