Guest Posted May 22, 2009 Share Posted May 22, 2009 Dear All, I have tried to find the solution in the forum but I still have a problem that the Check-out opens a blank page (checkout_shipping.php) I have contribution SPCC installed. http://www.janolidesigns.nl/catalog/checkout_shipping.php Any help is appreciated. Link to comment Share on other sites More sharing options...
steve_s Posted May 22, 2009 Share Posted May 22, 2009 Dear All, I have tried to find the solution in the forum but I still have a problem that the Check-out opens a blank page (checkout_shipping.php) I have contribution SPCC installed. http://www.janolidesigns.nl/catalog/checkout_shipping.php Any help is appreciated. in that file mentioned add this code after include(DIR_WS_INCLUDES . 'application_top.php') ini_set('display_errors', '1'); error_reporting(E_ALL); That will output the errors to your browser, and we can help you out more Link to comment Share on other sites More sharing options...
Guest Posted May 23, 2009 Share Posted May 23, 2009 in that file mentioned add this code after include(DIR_WS_INCLUDES . 'application_top.php') ini_set('display_errors', '1'); error_reporting(E_ALL); That will output the errors to your browser, and we can help you out more Added as requested, get the following error: Fatal error: Call to undefined method: currencies->calculate_price() in /usr/local/pem/vhosts/103249/webspace/httpdocs/catalog/includes/classes/order.php on line 329 Link to comment Share on other sites More sharing options...
steve_s Posted May 23, 2009 Share Posted May 23, 2009 Added as requested, get the following error: Fatal error: Call to undefined method: currencies->calculate_price() in /usr/local/pem/vhosts/103249/webspace/httpdocs/catalog/includes/classes/order.php on line 329 Have you added any mods if so recheck installation Link to comment Share on other sites More sharing options...
satish Posted May 24, 2009 Share Posted May 24, 2009 Get the currencies object type. And chek that class for the function calculate_price. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does. Link to comment Share on other sites More sharing options...
Guest Posted May 25, 2009 Share Posted May 25, 2009 Have you added any mods if so recheck installation Hi Steve, thanks for putting me in the right direction! I have uploaded the original order.php and added the code according to the contribution SPCC and it works again! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.