Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Checkout_shipping.php


Guest

Recommended Posts

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

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

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

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

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

Archived

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

×
×
  • Create New...