' . BOX_INFORMATION_SHIPPING . '';
}
if (DEFINE_PRIVACY_STATUS <= 1) {
$information[] = '' . BOX_INFORMATION_PRIVACY . '';
}
if (DEFINE_CONDITIONS_STATUS <= 1) {
$information[] = '' . BOX_INFORMATION_CONDITIONS . '';
}
if (DEFINE_CONTACT_US_STATUS <= 1) {
$information[] = '' . BOX_INFORMATION_CONTACT . '';
}
// Forum (phpBB) link:
if ( (isset($phpBB->phpBB['db_installed_config']) && $phpBB->phpBB['db_installed_config']) && (isset($phpBB->phpBB['files_installed']) && $phpBB->phpBB['files_installed']) && (PHPBB_LINKS_ENABLED=='true')) {
$information[] = '' . BOX_BBINDEX . '';
// or: $phpBB->phpBB['phpbb_url'] . FILENAME_BB_INDEX
// or: str_replace(str_replace(DIR_WS_CATALOG, '', DIR_FS_CATALOG), '', DIR_WS_PHPBB)
}
if (DEFINE_SITE_MAP_STATUS <= 1) {
$information[] = '' . BOX_INFORMATION_SITE_MAP . '';
}
// only show GV FAQ when installed
if (MODULE_ORDER_TOTAL_GV_STATUS == 'true') {
$information[] = '' . BOX_INFORMATION_GV . '';
}
// only show Discount Coupon FAQ when installed
if (DEFINE_DISCOUNT_COUPON_STATUS <= 1 && MODULE_ORDER_TOTAL_COUPON_STATUS == 'true') {
$information[] = '' . BOX_INFORMATION_DISCOUNT_COUPONS . '';
}
if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') {
$information[] = '' . BOX_INFORMATION_UNSUBSCRIBE . '';
}
require($template->get_template_dir('tpl_information.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_information.php');
$title = BOX_HEADING_INFORMATION;
$title_link = false;
require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
?>