Plugin Directory

Changeset 2938040


Ignore:
Timestamp:
07/13/2023 06:36:00 AM (3 years ago)
Author:
torod
Message:

Update version from 1.0 to 1.1

Location:
torod
Files:
387 added
1 edited

Legend:

Unmodified
Added
Removed
  • torod/trunk/inc/torod.php

    r2933634 r2938040  
    410410                        $address = $order->get_billing_address_1()." ".$order->get_billing_address_2();
    411411                    }
    412                     if($order->get_billing_city() != $order->get_shipping_city()){
     412                    if($order->get_billing_city() != $order->get_shipping_city() && $order->get_shipping_city() != ''){
    413413                        $cityname = $order->get_shipping_city();
    414414                        $city = $this->cityNameRid($cityname);
Note: See TracChangeset for help on using the changeset viewer.