Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

allred3002

Pioneers
  • Posts

    8
  • Joined

  • Last visited

Profile Information

allred3002's Achievements

  1. It appears the problem might be here in payment.php if (defined('MODULE_PAYMENT_INSTALLED') && tep_not_null(MODULE_PAYMENT_INSTALLED) { Point works with it this way, but CCGV does not. There was a change left out of the CCGV instructions - // Start - CREDIT CLASS Gift Voucher Contribution if (defined('MODULE_PAYMENT_INSTALLED') && tep_not_null(MODULE_PAYMENT_INSTALLED) && !$module == 'credit_covers') { // End - CREDIT CLASS Gift Voucher Contribution After this change, the CCGV works, but points has the error message.
  2. I had points and rewards installed and working fine. Then I installed ccgv and had some problems at checkout. I uploaded the payment.php file directly from ccgv and it worked fine. However, now I'm getting the "points value are not enough to cover the cost of your purchase" error from the points module. The points instructions say you can skip step 20 which deals with payment.php so there shouldn't be a problem. Any ideas?
  3. I am having problems with this module that looks like have plagued it from the beginning and posts have been made that supposedly correct the bugs but none of them work for me. The biggest is getting the "Please select a payment method for your order" error when the voucher value is greater than the order total. I've tried this fix posted in April - Go to catalog/checkout_process.php Change if ($credit_covers) $payment=''; to if ($credit_covers) $payment='credit covers'; and this one from a while back in checkout_confirmation.php- /* if (is_array($payment_modules->modules)) { $payment_modules->pre_confirmation_check(); } */ Nothing has worked. I uploaded the checkout_confirmation.php file directly from the contribution files. Also, after purchasing and delivering the order for a voucher, they don't show up in the queue and the customer never gets it. All I see on the admin queue page is TEXT_DISPLAY_NUMBER_OF_GIFT_VOUCHERS where the info should be. Any help would be appreciated.
  4. When I go to manually add or remove points and select the notify customer box, I get an internal server error. I can hit the back button and the points are added but the email never gets to the customer.
×
×
  • Create New...