Plugin Directory

Changeset 3416602


Ignore:
Timestamp:
12/10/2025 04:34:28 PM (4 weeks ago)
Author:
aarsiv
Message:

COD modification

Location:
automated-aramex-livemanual-shipping-rates-labels
Files:
1611 added
2 edited

Legend:

Unmodified
Added
Removed
  • automated-aramex-livemanual-shipping-rates-labels/trunk/a2zaramexexpress_basic.php

    r3208930 r3416602  
    44 * Plugin URI: https://myshipi.com/
    55 * Description: Realtime Shipping Rates, Shipping label, Pickup, commercial invoice automation included.
    6  * Version: 3.0.4
     6 * Version: 3.0.5
    77 * Author: Shipi
    88 * Author URI: https://myshipi.com/
     
    635635                                        "boxes" => $boxes_to_shipo,
    636636                                        "max_weight" => $general_settings['a2z_aramexexpress_max_weight'],
    637                                         "cod" => ($general_settings['a2z_aramexexpress_cod'] == 'yes') ? "Y" : "N",
     637                                        // "cod" => ($general_settings['a2z_aramexexpress_cod'] == 'yes') ? "Y" : "N",
     638                                        "cod" => ($order->get_payment_method() == 'cod') ? "Y" : "N",
    638639                                        "service_code" => $custom_settings[$create_shipment_for]['service_code'],
    639640                                        "email_alert" => ( isset($general_settings['a2z_aramexexpress_email_alert']) && ($general_settings['a2z_aramexexpress_email_alert'] == 'yes') ) ? "Y" : "N",
     
    20902091                            "max_weight" => $general_settings['a2z_aramexexpress_max_weight'],
    20912092                            "sig_req" => ($general_settings['a2z_aramexexpress_sig_req'] == 'yes') ? "Y" : "N",
    2092                             "cod" => ($general_settings['a2z_aramexexpress_cod'] == 'yes') ? "Y" : "N",
     2093                            // "cod" => ($general_settings['a2z_aramexexpress_cod'] == 'yes') ? "Y" : "N",
     2094                            "cod" => ($order->get_payment_method() == 'cod') ? "Y" : "N",
    20932095                            "service_code" => $service_code,
    20942096                            "shipment_content" => $ship_content,
     
    25602562                            "max_weight" => $general_settings['a2z_aramexexpress_max_weight'],
    25612563                            "sig_req" => ($general_settings['a2z_aramexexpress_sig_req'] == 'yes') ? "Y" : "N",
    2562                             "cod" => ($general_settings['a2z_aramexexpress_cod'] == 'yes') ? "Y" : "N",
     2564                            // "cod" => ($general_settings['a2z_aramexexpress_cod'] == 'yes') ? "Y" : "N",
     2565                            "cod" => ($order->get_payment_method() == 'cod') ? "Y" : "N",
    25632566                            "service_code" => $custom_settings[$create_shipment_for]['service_code'],
    25642567                            "shipment_content" => $ship_content,
  • automated-aramex-livemanual-shipping-rates-labels/trunk/readme.txt

    r3208930 r3416602  
    33Tags: Aramex, Aramex Express, automated, shipping rates, shipping label
    44Requires at least: 4.0.1
    5 Tested up to: 6.7
     5Tested up to: 6.9
    66Requires PHP: 5.6
    7 Stable tag: 3.0.4
     7Stable tag: 3.0.5
    88License: GPLv3 or later License
    99URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    143143
    144144== Changelog ==
    145 = 3.0.3 =
     145= 3.0.5 =
     146    > COD support added
     147
     148= 3.0.4 =
    146149    > Introduced new filter to change product data. "shipi_aramax_add_extra_product_fields"
    147150
Note: See TracChangeset for help on using the changeset viewer.