Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Art Project Group

    (@artprojectgroup)

    What do you need exactly?

    Kind regards.

    Thread Starter rikofert

    (@rikofert)

    Hi,

    my request is to show three different shipping method names in cart/checkout/invoice to make customers aware of the reasons because they are being applied for different charges. For example,
    trivially:

    if (shipping = postalcode) { “shipping method name” = Paris(city)}
    if (shipping = state) { “shipping method name” = Paris(region)}
    if (shipping = country) { “shipping method name” = France}

    and not just:

    if (shipping = (postalcode/state/country) ) { “shipping method name” = Generic_APG_name}

    Hope is clear now.
    Thanks for support.
    Regards.

    Plugin Author Art Project Group

    (@artprojectgroup)

    Did you try to create three different shipping methods?

    If you don’t want to create three different shipping methods, you can try to add your own PHP function on your functions.php theme file.

    Kind regards.

    Thread Starter rikofert

    (@rikofert)

    I have already created three different shipping methods, one for each group (Postalcode,State,Country or P1,S1,C1) of your plugin.

    I would have preferred to have also three different “P1,S1,C1 name” options directly in your plugin settings page instead of adding code to my functions.php.

    Anyway I will do on that way.
    Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Different names for postcode/country/state groups’ is closed to new replies.