Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Paypal Direct Payment Pro & Express checkout with Individual Shipping Price


akunamachata

Recommended Posts

Hi,

 

I currently running into a problem where, i had

 

Individual Shipping Price v1.0 (Individual Ship v4.3a bcrashwave 4 Oct 2005 ). [

http://www.oscommerce.com/community/contri...+shipping/quote]

 

This contribution alone is working flawlessly. But, as i move to paypal, i installed

 

]PayPal Pro Direct Payments & Express Checkout[/b]

http://www.oscommerce.com/community/contri...l/search,paypal

 

When, i click on express checkout button, it Stuck for a while, then it popup "ec_process" as download file as.

 

and if i go back to the page, it would show an error messege, cannot contact paypal server. and it would show another message

 

2013 - Lost connection to MySQL server during query

 

select code, title, symbol_left, symbol_right, decimal_point, thousands_point, decimal_places, value from currencies

 

[TEP STOP]

 

where when i install the paypal direct payment & express checkout, i see a code where at checkout_shipping.php

 

'cost' => $quote[0]['methods'][0]['cost'],

/////////INDV SHIP/////////

'invcost' => $shipping_modules->get_shiptotal());

//---PayPal WPP Modification START ---//

if ($show_payment_page || !$ec_enabled) {

tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'));

} else {

tep_redirect(tep_href_link(FILENAME_CHECKOUT_CONFIRMATION, '', 'SSL'));

}

 

------------------------------------------------------------------------------------------------------------------------

 

so i contact paypal tech, they prefer me to use their paypal payment pro contribution US

 

installed it, this time its the same problem but it show a clearer error

 

Fatal error: Call to a member function on a non-object in /path/o/c/html/includes/modules/shipping/indvship.php on line 54

 

which is i think it causing problem with indvship contribution....

 

 

Any one can help resolve this issue?

 

Thank you very much for your great consideration

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...