Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adunaphel

Archived
  • Posts

    1
  • Joined

  • Last visited

Posts posted by adunaphel

  1. 7. To allow points to be used to check out I had to do the following, (also this makes it so you don?t have to create the category in osCommerce called Redemptions)

     

    disabled the checks for the 4 if ($_SESSION['cot_redemptions']) located on lines 39, 92, 103, 176

     

    they used to look like this:

    if($_SESSION['cot_redemptions'])

     

    add a ! right before the $ do they look like this:

    if (!$_SESSION['cot_redemptions'])

     

    Be sure to change all 4 of them, if you miss even one, the Redeem Points box will not show up.

     

    in the ot_redemptions.php file but in the 103 lines i don't find if($_SESSION['cot_redemptions']) but a $_SESSION['cot_redemptions'] = false;

×
×
  • Create New...