﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
2271	Box shipping_country.php nur anzeigen Wenn OSS Modul aktiv	noRiddle	somebody	"Die Box ''shipping_country.php'' wird auch angezeigt wenn das System-Modul ""Steuersätze für One-Stop-Shop (OSS) der EU"" (tax_eu) nicht installiert/aktiviert ist.
In der ''/templates/DAS_TEMPLATE/source/boxes.php'' sollte man daher die Implementation der Box mit einer Condition
{{{
if(defined('MODULE_TAX_EU_STATUS') && strtolower(MODULE_TAX_EU_STATUS) == 'true') {
  require_once(DIR_FS_BOXES . 'shipping_country.php');
}
}}}
umgeben.

Gruß,
noRiddle
"	Bug/Fehler	closed	normal		Shop	2.0.7.2	wontfix				
