[WordPress] 外掛分享: Automated UPS Shipping for WooCommerce – HPOS supported

前言介紹

  • 這款 WordPress 外掛「Automated UPS Shipping for WooCommerce – HPOS supported」是 2018-11-10 上架。
  • 目前有 200 個安裝啟用數。
  • 上一次更新是 2025-01-16,距離現在已有 108 天。
  • 外掛最低要求 WordPress 4.0.1 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 5.6 以上。
  • 有 6 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

aarsiv |

外掛標籤

ups | UPS Plugin | UPS Shipping | ups woocommerce | ups shipping method |

內容簡介

UPS運輸外掛程式,無縫整合UPS即時運費、標籤列印、自動追蹤號碼電子郵件生成、商品頁面運費預覽等功能。

這個產品為您做了什麼

為您的客戶提供適合的運送方式

最受歡迎的WooCommerce UPS運輸外掛程式,提供標籤列印(高級版)、自訂箱型演算法(高級版)、運費預覽(無需登錄)等功能,您可以確信您的客戶總是支付正確的交貨費用,並且您可以節省足夠的時間專注於真正重要的事情。

我們高度可定製和強大的運輸模組為任何商店提供一致、易用和靈活的運輸,包括商品頁面上的運費預覽等功能。

功能

在產品頁面上顯示UPS運費,無需要求客戶登錄。

直接從UPS系統獲取即時運費,基於您公司的UPS帳戶。

(高級版)直接從後台訂單頁面生成和列印標籤,自動發送跟蹤號碼電子郵件。

支持體積重量和協商(折扣)運費。

運費根據重量和尺寸或UPS箱型之一計算:

單一箱型 - 指定一個箱型尺寸,將用於所有產品。
(高級版) 多個箱型(固定尺寸) - 定義多少產品可以放在一個箱子中(數量),或僅按重量計算。

(高級版)多個箱型(產品尺寸) - 定義您用於運送的所有盒子尺寸,分配產品尺寸,模組將自動計算所需的箱數以容納所有產品(總是試圖使用最小/最低的包裝數)。

按產品、類別、製造商或供應商設置免費運送選項。

所有UPS服務和包裝類型都受支持,您可以選擇哪些運輸選項在每個區域可用。

每個運輸方式都可以有自己的免費運送限制、額外費用和保險。

使用智能緩存系統以實現最大速度。

在模組配置中啟用/禁用測試模式。

外掛程式標籤:

UPS、UPS運輸、UPS運輸方式、UPS WooCommerce、ups Ground、UPS Saver、國內UPS、uos for woocommerce、全球ups運輸、ups plugin、create shipment、ups運費、UPS運費率

關於UPS

聯合包裹服務是一家美國跨國包裹運送和供應鏈管理公司。這家全球物流公司的總部位於美國喬治亞州桑迪斯普林斯市,該市屬於大西洋城市群的一部分。

關於[HITShipo](https://hitstacks.com/hitshipo.php)

我們是法國的網站開發公司。我們計劃推出高質量的WordPress、WooCommerce、Edd Downloads外掛程式。我們於2018年11月4日推出。

a2Z插件組告訴客戶什麼?

“用微笑開創您的商店”

有用的篩選器:

1)海關稅率

function ups_shipping_cost_conversion($ship_cost, $pack_weight = 0, $to_country = “”, $rate_code = “”){
$sample_flat_rates = array(“GB”=>array( //使用ISO 3166-1 alpha-2作為國家代碼
“weight_

原文外掛簡介

Discover the ultimate UPS shipping solution for your WooCommerce store with our powerful UPS Shipping plugin. Seamlessly integrate UPS services to provide your customers with real-time shipping rates, streamline label printing, automate tracking number email generation, and offer shipping rate previews directly on product pages.
With the most popular UPS Shipping Plugin for WooCommerce, you ensure your customers always experience accurate shipping costs. Our premium features include label printing and a custom boxing algorithm, guaranteeing precise deliveries while saving you valuable time to focus on your business.
Our plugin offers

Real-time UPS shipping rates displayed effortlessly on product pages, no login required.
Integration directly with UPS systems for up-to-date shipping rates based on your UPS account.
Premium label printing directly from the backoffice order page, with automatic tracking number email generation (Premium).
Support for dimensional weight and negotiated rates, ensuring fair and accurate pricing.
Flexible shipping options, including single-box or multiple-box configurations based on product dimensions (Premium).
Free shipping settings by Product, Category, Manufacturer, or Supplier.
Compatibility with all UPS services and package types, with customizable shipping options per Zone.
Individual shipping method settings for Free Shipping Limit, Additional Fee, and Insurance.
Smart caching system for maximum speed optimization.
Easy testing mode toggle within the module configuration.

About [Shipi](https://myshipi.com)
We are Web Development Company in France. We are planning for High Quality WordPress, Woocommerce, Edd Downloads Plugins. We are launched on 4th Nov 2018.
What a2Z Plugins Group Tell to Customers?

“Make Your Shop With Smile”

Useful filters:
1) Customs Rates

function ups_shipping_cost_conversion($ship_cost, $pack_weight = 0, $to_country = “”, $rate_code = “”){
$sample_flat_rates = array(“GB”=>array( //Use ISO 3166-1 alpha-2 as country code
“weight_from” => 10,
“weight_upto” => 30,
“rate” => 2000,
“rate_code” => “ups_12”, //You can add UPS service type and use it based on your’s need. Get this from our plugin’s configuration (services tab).
),
“US”=>array(
“weight_from” => 1,
“weight_upto” => 30,
“rate” => 5000,
),
);
if(!empty($to_country) && !empty($sample_flat_rates)){
if(isset($sample_flat_rates[$to_country]) && ($pack_weight >= $sample_flat_rates[$to_country]['weight_from']) && ($pack_weight cost cost ) ? -1 : 1;
} );
return $rates;
}

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Automated UPS Shipping for WooCommerce – HPOS supported」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.0 | 1.1.0 | 2.0.0 | 2.0.1 | 2.0.2 | 2.0.3 | 2.0.4 | 2.0.5 | 2.0.6 | 2.1.0 | 2.1.1 | 2.1.2 | 2.2.0 | 2.2.1 | 2.2.4 | 2.2.5 | 2.2.6 | 2.2.7 | 2.2.8 | 2.3.0 | 2.3.1 | 2.3.2 | 2.3.3 | 2.3.4 | 2.3.5 | 2.3.6 | 2.3.7 | 2.3.8 | 2.3.9 | 3.0.0 | 3.0.1 | 3.0.2 | 3.0.3 | 3.0.4 | 3.0.5 | 3.1.0 | 3.1.1 | 3.2.0 | 3.2.1 | 3.2.2 | 3.3.0 | 3.3.1 | 3.4.0 | 3.4.1 | 3.4.2 | 3.4.3 | 3.4.4 | 3.5.0 | 3.5.1 | 3.5.2 | 3.5.3 | 3.5.4 | 3.5.5 | 3.5.6 | 3.5.7 | 3.5.8 | 3.5.9 | 3.6.0 | 3.6.1 | 3.6.2 | 3.6.3 | 3.6.4 | 3.6.5 | 3.6.6 | 3.6.7 | 3.6.8 | 4.0.0 | 4.0.1 | 4.0.2 | 4.0.3 | 4.0.4 | 4.0.5 | 4.0.6 | 4.0.7 | 4.1.0 | 4.1.1 | 4.2.0 | 4.2.1 | 4.2.2 | 4.3.0 | 4.3.1 | 4.3.2 | 4.3.3 | 4.3.4 | trunk | 3.5.10 | 3.5.11 |

延伸相關外掛(你可能也想知道)

  • Shipping Live Rates and Access Points for UPS for WooCommerce 》最強大的UPS WooCommerce整合外掛, 為您的客戶提供自動計算的多種UPS服務運費,並讓他們選擇自己喜歡的Access Points。只需5分鐘即可整合此外掛。, 如何運作...。
  • UPS Shipping 》為您的網站獲得UPS運費。這個簡單、輕量級的外掛只需要您的UPS憑證作為設置,您就完成了。您的客戶將會立即開始獲得UPS運費。, 從管理設置中,您可以選擇運輸...。
  • Shipping Method for UPS and WooCommerce 》所有國內運送選項都支援:3日選擇、經濟型、2日空運和隔日空運。您可以隨時啟用/停用其中一個或全部這些選項。, 聲明:此外掛是由 WPRuby.com 使用 UPS(聯合...。

文章
Filter
Apply Filters
Mastodon