gtoso Posted February 24, 2006 Posted February 24, 2006 Hi, I have installed CCGV5.16. In checkout_payment.php in Payment method I see under Paypal: MODULE_PAYMENT_PAYPAL_CC_TEXT MODULE_PAYMENT_PAYPAL_CC_DESCRIPTION MODULE_PAYMENT_PAYPAL_CC_URL_TEXT These strings are added by CCGV in includes/modules/payment/paypal.php but I don't found translation. Thanks, Gianluca. Quote
gtoso Posted February 24, 2006 Author Posted February 24, 2006 Paypal don't work anymore whit CCGV contrib :-( HELP ME, please. After "Confirm Order" I'm redirected to a blank page checkout_process.php I have OSC 2.2 MS2 update 051113 with some contrib, php 5.1.1, mysql 5.0.16, apache 2.2.0 Quote
gtoso Posted February 24, 2006 Author Posted February 24, 2006 Mmmm it seems that some files are missing: PHP Warning: paypal::include_once(includes/modules/payment/paypal/classes/osC/osC.class.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory.... function before_process() { if(!class_exists('PayPal_osC')) include_once(DIR_WS_MODULES . 'payment/paypal/classes/osC/osC.class.php'); if (PayPal_osC::check_order_status()) { tep_redirect(tep_href_link(FILENAME_SHOPPING_CART, '', 'SSL')); } else { include(DIR_WS_MODULES . 'payment/paypal/catalog/checkout_process.inc.php'); } exit; } I don't have a dir ncludes/modules/payment/paypal/ !?! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.