Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Points Rewards Module - no box to enter the amount of points


xxxxl-pl

Recommended Posts

Hello everybody :)

 

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 write from Poland :)

 

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:

 

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.

 

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...