Skip to content

Commit

Permalink
remove postnl alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Reindert committed Jan 31, 2018
1 parent 0a9ce68 commit d650eff
Show file tree
Hide file tree
Showing 41 changed files with 3,421 additions and 3,096 deletions.
16 changes: 8 additions & 8 deletions README.md
@@ -1,20 +1,20 @@
# WooCommerce PostNL
Welcome to the WooCommerce PostNL repository on GitHub. Here you can browse the source, look at open issues and keep track of development.
# WooCommerce MyParcel
Welcome to the WooCommerce MyParcel repository on GitHub. Here you can browse the source, look at open issues and keep track of development.

This WooCommerce extension allows you to export your orders to the PostNL service (www.postnl.nl). Single orders exports aswell as batch exports are possible.
This WooCommerce extension allows you to export your orders to the MyParcel service (www.myparcel.nl). Single orders exports aswell as batch exports are possible.

## Main features
- Delivery options integrated in your checkout
- Export your WooCommerce orders to PostNL with a simple click, single orders or in batch
- Export your WooCommerce orders to MyParcel with a simple click, single orders or in batch
- Print shipping labels directly (PDF)
- Create multiple shipments for the same order
- Choose your package type (Parcel, mailbox package or unpaid letter)
- Define preset PostNL shipping options (signature required, extra insurance, etc.)
- Modify the PostNL shipping options per order before exporting
- Define preset MyParcel shipping options (signature required, extra insurance, etc.)
- Modify the MyParcel shipping options per order before exporting
- Extra checkout fields to separate street name, house number and house number suffix for more precise address data
- View the status of the shipment in the order details page
- Add track&trace link to the order confirmation email

A PostNL API account is required for this plugin! Contact your PostNL account manager for the API key.
A MyParcel API account is required for this plugin! You can create this in your account or contact MyParcel at info@myparcel.nl

Voor de handleinding ga naar: https://postnl.github.io/woocommerce/
Voor de handleinding ga naar: https://myparcelnl.github.io/woocommerce/
2 changes: 1 addition & 1 deletion assets/css/wcmp-admin-styles-legacy.css
@@ -1,5 +1,5 @@
/* Order actions button styling */
.widefat .column-order_actions a.button.postnl {
.widefat .column-order_actions a.button.myparcel {
float:left;
padding: 1px 2px;
}
14 changes: 7 additions & 7 deletions assets/css/wcmp-admin-styles.css
@@ -1,15 +1,15 @@
/* Order actions button styling */
.widefat .column-order_actions a.button.postnl {
.widefat .column-order_actions a.button.myparcel {
float: left;
width: 26px;
height: 26px;
padding: 3px 2px;
}
#postnl.postbox a.button.postnl {
#myparcel.postbox a.button.myparcel {
padding: 2px 5px 0;
}

.widefat .column-order_actions a.button.postnl img {
.widefat .column-order_actions a.button.myparcel img {
width: 16px;
height: auto;
}
Expand All @@ -23,11 +23,11 @@
display: block;
}

ul.wcpostnl_shipment_summary {
ul.wcmyparcel_shipment_summary {
list-style: none;
}

ul.wcpostnl_shipment_summary li:before {
ul.wcmyparcel_shipment_summary li:before {
content: "+";
margin-right: 4px;
}
Expand All @@ -47,7 +47,7 @@ ul.wcpostnl_shipment_summary li:before {
margin-right: 8px;
}

.wcmp_shipment_options_form .wcpostnl_settings_table td {
.wcmp_shipment_options_form .wcmyparcel_settings_table td {
border: none;
padding: 0px 7px 2px !important;
vertical-align: middle !important;
Expand Down Expand Up @@ -138,7 +138,7 @@ table.tracktrace_status td.wcmp-create-label {
}

/* bulk export options styling */
.wcmp_bulk_options_form .wcpostnl_settings_table td {
.wcmp_bulk_options_form .wcmyparcel_settings_table td {
border: none;
padding: 0px 7px 2px !important;
vertical-align: middle !important;
Expand Down

0 comments on commit d650eff

Please sign in to comment.