Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

pichou2005

Pioneers
  • Posts

    64
  • Joined

  • Last visited

About pichou2005

  • Birthday 11/23/1962

Profile Information

  • Real Name
    Guy
  • Gender
    Male
  • Location
    Quebec , Canada

pichou2005's Achievements

  1. Hello tigergirl, Thank you for your reply! Unfortunately, the code in my my checkout_process.php file is already like that: require(DIR_WS_CLASSES . 'order_total.php'); $order_total_modules = new order_total; $order_totals = $order_total_modules->process(); // load the before_process function from the payment modules $payment_modules->before_process(); Thanks again and have a nice day!
  2. Thanks for the reply web-project, Does someone already modified the Paypal module? I am really not an expert in php... and i would need help on how to add the code to reflect the discount. Thanks!
  3. Hello, I am using Paypal_IPN ver 2.3.4.7 and it works great. I am also using the contribution "Members Discount ver 2.2" that can be found here: http://addons.oscommerce.com/info/185 . But i have a problem with some Paypal payments. During the checkout process, for my customers allowed to receive a discount, i can see the Discount deducted from the total and everything seems to be perfect but when the customer choose to pay with Paypal, the discount is not applied after the customer is redirected to Paypal to confirm the payment. I have search the forum for a hint without success.... I tried to change the Paypal transaction type from "Per item" to "Aggregate" but the problem still there. Someone may help me? It would be very appreciated. Thanks!
  4. Hi, I have updated to Paypal_IPN v. 2.3.4.7 and everything's OK now! Guy
  5. Hello all, I'm using Paypal IPN (sorry, i'm not sure which version) and everything's work fine except that the Paypal seller protection is always ineligible. It is always because "No address is provided". Does it means that the buyer address is not passed to Paypal in the payment process? Someone has ever met this problem? Do you think an update with a more recent version could correct it? Any help would be greatly appreciated. Regards, Guy
×
×
  • Create New...