Recent content by smasher076

  1. S

    [TUTORIAL] How to NULL Stylish Price List Plugin to Activate Premium Features

    In admin\tabs\views\tabs-form\pricelist-form.php find $max_cat_count = $opt['max_cat_count']; $max_service_count = $opt['max_service_count']; $max_list_count = $opt['max_list_count']; and replace with $max_cat_count = 999; $max_service_count...
Back
Top