function xtc_count_payment_modules()
{
    return xtc_count_modules(MODULE_PAYMENT_INSTALLED);
}
function xtc_count_shipping_modules()
{
    return xtc_count_modules(MODULE_SHIPPING_INSTALLED);
}