function ac_after_switch_theme()
{
    ac_woocommerce_set_image_sizes();
}
function woocommerce_activate()
{
    // Set the WooCommerce image sizes
    ac_woocommerce_set_image_sizes();
}