Your guess better than mine! I modified ./includes/modules/pages/checkout_shipping/header_php.php from
require(DIR_WS_CLASSES . 'order.php'); and
require(DIR_WS_CLASSES . 'shipping.php');
to
require_once(DIR_WS_CLASSES . 'order.php'); and
require_once(DIR_WS_CLASSES . 'shipping.php');
and this resolved the blank screen issue. Thanks so much for quick response and help!



Reply With Quote
