Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

m3ndi3

Pioneers
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Real Name
    Mendie Leelin

m3ndi3's Achievements

  1. Thanks so much for your help, but I found out the problem! There wasn't anything wrong with my paypal express module... it was the checkout_process.php that was the problem. So I just swapped the contribution's checkout_process.php for my original one and wala! It works!
  2. I'm sorry... where do I change it to send to checkout_process.php? would it be under the "checkout.php"-"onePage.pageLinks = { checkout: '<?php echo fixSeoLink(tep_href_link(FILENAME_CHECKOUT, session_name() . '=' . session_id() . '&rType=ajax', $request_type));?>'," ? Or do I change something in the includes/modules/payment/paypal_express.php? or ext/modules/payment/paypal/express.php? Thanks so much!
  3. Hi Steve, I have OPC all installed and working great! Paypal express is the only payment module I have at the moment, but it seems that when I pay with paypal express, after I confirm and then it redirects me to checkout.php?action=process_confirm, checkout_process.php ends up being a blank page. It's weird but the payment goes through, also when I hit the back button from the blank page, my contents from my purchase are still in my shopping cart... Any help would be appreciated! here are the errors I get from the "blank page" (checkout_process.php) Notice: Undefined index: shipping_tax_total in /includes/classes/order.php on line 235 Notice: Undefined variable: tax_address in /includes/classes/discount_coupon.php on line 304 Notice: Undefined variable: tax_address in /includes/classes/discount_coupon.php on line 304 Notice: Undefined index: categories in /includes/classes/discount_coupon.php on line 201 Notice: Undefined index: products in /includes/classes/discount_coupon.php on line 231 Notice: Undefined index: manufacturers in /includes/classes/discount_coupon.php on line 253 Notice: Undefined index: error in /includes/classes/discount_coupon.php on line 461 Notice: Undefined index: error in /includes/classes/discount_coupon.php on line 461 Warning: Cannot modify header information - headers already sent by (output started at /includes/classes/order.php:235) in /includes/functions/general.php on line 33
×
×
  • Create New...