이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Packages Configuration for WooCommerce

설명

Take advantage of a new feature presented in WooCommerce 2.1 and split your cart into packages to offer your users multiple shipping selections. Packages can group products for shipping based on:

  • shipping classes
  • any product meta field
  • product owner (vendor using many WC vendor plugins)
  • on a per product basis.

Each package will have its own shipping selection under the shipping section of your cart and checkout forms,
to the customer can choose a different shipping method for each.

This plugin can limit which shipping methods are used for each package.
Using the provided table, match each shipping class to its applicable method, or leave it blank to include them all.

This plugin is designed as a simplistic UI for users who want to ship their cart items in separate packages.
The actual functionality of multiple shipping options is provided through WooCommerce 2.1+ but it has no
GUI out-of-the-box.

WooCommerce does nto handle the progress of shipping packages beyond the selection of shipping methods in the
checkout. This plugin does link the order shipping lines and product lines together usign metadata however,
so custom plugins can make use of those links.

The project is maintained on github, and issues are tracked there:

https://github.com/academe/wc-multiple-packages

The plugin can be downloaded from wordpress.org here:

https://wordpress.org/plugins/packages-configuration-for-woocommerce/

Banner Photo: “Container” by Izabela Reimers via Flickr Creative Commons

설치

Minimum Requirements

  • WooCommerce 2.1 or greater
  • WordPress 3.8 or greater
  • PHP version 5.3 or greater

Installation through FTP

  1. Upload the entire wc-multiple-packages folder to the wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it! You will find a new tab under your WooCommerce > Settings page to set up the plugin

FAQ

What happened to the item details for each shipping method after an order is placed?

By default, WooCommerce does not keep track of which shipped item was sent through which shipping method.
This plugin does keep track. It will create a custom meta field “_shipping_line_id” on each item line,
containing the numeric ID of the shipping line that it corresponds to.

It will also build a custom meta field “_order_line_ids” on each shipping line, pointing to the IDs of the
item lines that it shipped. At the moment this a bar-separated list (e.g. 1|2|3) but may change to an array.

The WooCommerce V2 and V3 REST API will expose the meta fields for the item lines, but does not expose any
meta fields for the shipping lines.

후기

2017년 3월 23일
Your plugin is great my friend. Still lacking a functionality to be perfect: Owner + shipping class Can you help me to adjust this?
2016년 9월 3일
This use case seems pretty normal to lots of our clients yet a solution for this has been super hard to find. Well done! It's a perfect way to group shipping charges per vendor or other unique situations in which products are coming from different vendors or locations. Idea: would love to be able to label the shipping costs labels in checkout so it makes sense to the user how the site grouped their charges.
모든 6 평가 읽기

기여자 & 개발자

“Packages Configuration for WooCommerce”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Packages Configuration for WooCommerce”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.5

  • Additional package grouping rules.
  • Now compatible with plugin “Product Delivery Date Pro for WooCommerce”.

1.2.4

  • Support for network-enabled multisite.

1.2.3

  • Issue #9 Checkout packages not disabled when the shipping method was disabled.
  • Issue #11 Refactoring of the shipping class and individual product rules; functionally remains the same.
  • Issue #12 Additional package metadata to help with theming; docs and examples to come later.

1.2.2

  • hystericallyme removed from contributers as it appears to be an official collaboration, which wasn’t the intention.
  • Issue #10 fix – thanks to https://github.com/GoTeamScotch

1.2.1

  • Change of name for consistency with wordpress.org slug.
  • Added link to github project page.
  • Added experimental composer.json file.
  • Fixed “enabled” flag on shipping settings overview page.

1.2.0

  • Issue #1: change order line shipping link fields to hidden fields.

1.1.1

  • Refactor to use (eager-loading) singletons.
  • Only load settings class when in admin area.

1.1.0

  • PHP fixes
  • Extend types of package grouping available.

1.0

  • Initial Release