function tep_count_shipping_modules()
{
    return tep_count_modules(MODULE_SHIPPING_INSTALLED);
}
Beispiel #2
0
function tep_count_payment_modules()
{
    return tep_count_modules(MODULE_PAYMENT_INSTALLED);
}