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.