WooCommerce is an open-source e-commerce plugin for WordPress. It is designed for small to large-sized online merchants using WordPress.
Launched on September 27, 2011, the plugin quickly became popular for its simplicity to install and customize and free base product.

General

The DPD WooCommerce plugin works independently from the shipping methods or other plugins.

You will be able to generate labels for all orders.

The DPD plugin itself does not offer the ability to calculate the shipping costs based on product weight.

However the plugin is compatible with almost all table rate plugins, we recommend the official WooCommerce plugin you can find here.

The layout of the checkout screen can vary per selected theme.
If the selected theme leaves too little room for the pickup location selector, it will disable the map, allowing the address list to remain visible.

In WordPress, you can use the Theme Customizer to add addition CSS styling adjustments.
If you are logged in the wordpress admin, and view the checkout-page, you will see the “customizer” icon in the topleft corner of the page.
When you click it, a new menu will appear with options, one of which is called “Extra CSS”, click this option to open an editor where you can add css code.
To adjust the width of the parcelshop location picker you need to add an extra style for “.parcelshop-modal-content”.

For example:
.parcelshop-modal-content {
width: 80% !important;
}

Yes, this plugin supports the new Fresh and Freeze functionality