function olc_count_payment_modules()
{
    return olc_count_modules(MODULE_PAYMENT_INSTALLED);
}
コード例 #2
0
function olc_count_shipping_modules()
{
    return olc_count_modules(MODULE_SHIPPING_INSTALLED);
}