Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter salvafo

    (@salvafo)

    Sorry for the delay in answering.
    Greetings

    Perdone la tardanza en contestar
    Un saludo

    Thread Starter salvafo

    (@salvafo)

    function wpex_wc_register_post_statuses() {
    register_post_status( ‘wc-entregado’, array(
    ‘label’ => _x( ‘Entregado’, ‘Order status’, ‘text_domain’ ),
    ‘public’=> true,
    ‘exclude_from_search’=> false,
    ‘show_in_admin_all_list’=> true,
    ‘show_in_admin_status_list’=> true,
    ‘label_count’=> _n_noop( ‘Approved (%s)’, ‘Approved (%s)’, ‘text_domain’ )
    ) );
    }
    add_filter( ‘init’, ‘wpex_wc_register_post_statuses’ );

    function wpex_wc_add_order_statuses( $order_statuses ) {
    $order_statuses[‘wc-entregado’] = _x( ‘Entregado’, ‘Order status’, ‘text_domain’ );
    return $order_statuses;
    }
    add_filter( ‘wc_order_statuses’, ‘wpex_wc_add_order_statuses’ );

    Thread Starter salvafo

    (@salvafo)

    Excuse me, I had not noticed, I have already solved it anyway. Greetings

    Thread Starter salvafo

    (@salvafo)

    Good afternoon, again after many reviews the hosting has told us that the migration of the web had not passed all the content due to a connection error. So forgive the inconvenience and I will try, this time, to do the migration. I will tell you if everything is correct. Regards, and thank you very much

    Thread Starter salvafo

    (@salvafo)

    Buenas, sigue dando el mismo problema. EL hosting donde lo tenemos nos ha proporcionado un usuario de FTP por si usted quiere ver la configuración.
    Pero se lo debería dar por privado
    Un saludo

    Good, keep giving the same problem. The hosting where we have it has provided us with an FTP user in case you want to see the configuration.
    But it should be taken for granted
    Greetings

Viewing 5 replies - 1 through 5 (of 5 total)