Plugin Directory

Changeset 2866984


Ignore:
Timestamp:
02/17/2023 01:10:55 PM (3 years ago)
Author:
fuvarhu
Message:

change display name and description of shipping methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fuvar-hu-api/trunk/inc/shipping_method.php

    r2596076 r2866984  
    7777                    $this->instance_id           = absint( $instance_id );
    7878                    $this->method_title          = __( 'Fuvar.hu - Házhoz szállítás' );
    79                     $this->method_description    = __( 'Házhoz szállítás fuvar.hu segítségével' );
     79                    $this->method_description    = __( 'Házhozszállítás a Fuvar vagy szerződött partnerei által' );
    8080                    $this->supports              = array(
    8181                        'shipping-zones',
     
    9898                    );
    9999                    $this->enabled              = $this->get_option( 'enabled' );
    100                     $this->title                = 'Házhoz szállítás';
     100                    $this->title                = 'Házhoz szállítás a Fuvarral';
    101101
    102102                    add_action( 'woocommerce_update_options_shipping_' . $this->id, array( $this, 'process_admin_options' ) );
     
    119119                    $this->id                    = 'fuvarhu_pop';
    120120                    $this->instance_id           = absint( $instance_id );
    121                     $this->method_title          = __( 'Fuvar.hu - Postapont (MOL, Coop)' );
    122                     $this->method_description    = __( 'Postapont (MOL, Coop) fuvar.hu segítségével' );
     121                    $this->method_title          = __( 'Fuvar.hu - MPL PostaPontra (MOL, Coop)' );
     122                    $this->method_description    = __( 'Kiszállítás MPL PostaPontra' );
    123123                    $this->supports              = array(
    124124                        'shipping-zones',
     
    141141                    );
    142142                    $this->enabled              = $this->get_option( 'enabled' );
    143                     $this->title                = 'Postapont (MOL, Coop)';
     143                    $this->title                = 'MPL PostaPontra (MOL, Coop) a Fuvarral';
    144144
    145145                    add_action( 'woocommerce_update_options_shipping_' . $this->id, array( $this, 'process_admin_options' ) );
     
    162162                    $this->instance_id           = absint( $instance_id );
    163163                    $this->method_title          = __( 'Fuvar.hu - Postára kézbesítés' );
    164                     $this->method_description    = __( 'Postára kézbesítés fuvar.hu segítségével' );
     164                    $this->method_description    = __( 'Kiszállítás postán maradó csomagként' );
    165165                    $this->supports              = array(
    166166                        'shipping-zones',
     
    183183                    );
    184184                    $this->enabled              = $this->get_option( 'enabled' );
    185                     $this->title                = 'Postára kézbesítés';
     185                    $this->title                = 'Postára kézbesítés a Fuvarral';
    186186
    187187                    add_action( 'woocommerce_update_options_shipping_' . $this->id, array( $this, 'process_admin_options' ) );
     
    203203                    $this->id                    = 'fuvarhu_csp';
    204204                    $this->instance_id           = absint( $instance_id );
    205                     $this->method_title          = __( 'Fuvar.hu - Csomagpontra kézbesítés' );
    206                     $this->method_description    = __( 'Csomagpontra kézbesítés fuvar.hu segítségével' );
     205                    $this->method_title          = __( 'Fuvar.hu - MPL Csomagautoma' );
     206                    $this->method_description    = __( 'Kiszállítás MPL Csomagautomatába' );
    207207                    $this->supports              = array(
    208208                        'shipping-zones',
     
    225225                    );
    226226                    $this->enabled              = $this->get_option( 'enabled' );
    227                     $this->title                = 'Csomagpontra kézbesítés';
     227                    $this->title                = 'MPL Csomagautomatába a Fuvarral';
    228228
    229229                    add_action( 'woocommerce_update_options_shipping_' . $this->id, array( $this, 'process_admin_options' ) );
Note: See TracChangeset for help on using the changeset viewer.