Plugin Directory

Changeset 3344829


Ignore:
Timestamp:
08/14/2025 07:24:24 PM (7 months ago)
Author:
aarsiv
Message:

Bug fix on automatic label egeneration

Location:
a2z-ups-shipping
Files:
31 added
2 edited

Legend:

Unmodified
Added
Removed
  • a2z-ups-shipping/trunk/a2zups_basic.php

    r3344825 r3344829  
    55 * Plugin URI: https://a2zplugins.com/product/ups-express-shipping-with-label-printing/
    66 * Description: Realtime Shipping Rates, Shipping label, commercial invoice automation included.
    7  * Version: 4.3.7
     7 * Version: 4.3.8
    88 * Author: Shipi
    99 * Author URI: https://myshipi.com/
     
    12551255                    if ($label_count > 0) {
    12561256                        for ($i = 1; $i < $label_count; $i++) {
    1257                             $labels .= "https://app.myshipi.com/api/shipping_labels/" . $user_id . "/" . $carrier . "/order_" . $order_id . "_track_" . $track . "_label_" . $i . ".gif,";
     1257                            $labels .= "https://app.myshipi.com/api/shipping_labels/" . $user_id . "/" . $carrier . "/order_" . $order_id . "_UPS_track_" . $track . "_label_" . $i . ".gif,";
    12581258                        }
    12591259                    } else {
    1260                         $labels = "https://app.myshipi.com/api/shipping_labels/" . $user_id . "/" . $carrier . "/order_" . $order_id . "_track_" . $track . "_label.gif";
     1260                        $labels = "https://app.myshipi.com/api/shipping_labels/" . $user_id . "/" . $carrier . "/order_" . $order_id . "_UPS_track_" . $track . "_label.gif";
    12611261                    }
    12621262
    12631263
    12641264                    $output['label'] = rtrim($labels, ',');
    1265                     $output['invoice'] = "https://app.myshipi.com/api/shipping_labels/" . $user_id . "/" . $carrier . "/order_" . $order_id . "_track_" . $track . "_invoice.pdf";
     1265                    $output['invoice'] = "https://app.myshipi.com/api/shipping_labels/" . $user_id . "/" . $carrier . "/order_" . $order_id . "_UPS_track_" . $track . "_invoice.pdf";
    12661266                    $result_arr = array();
    12671267                    $today = date("F j, Y, g:i a");
  • a2z-ups-shipping/trunk/readme.txt

    r3344825 r3344829  
    66Tested up to: 6.8
    77Requires PHP: 5.6
    8 Stable tag: 4.3.7
     8Stable tag: 4.3.8
    99License: GPLv3 or later License
    1010URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9898== Changelog ==
    9999
    100 = 4.3.7 =
     100= 4.3.7, 4.3.8 =
    101101    > UPS ref added in order table
    102102
Note: See TracChangeset for help on using the changeset viewer.