Progressus-io / postnl-for-woocommerce

GNU General Public License v3.0
3 stars 0 forks source link

Product editor compatibility #171

Closed ferroche90 closed 1 month ago

ferroche90 commented 1 month ago

Enhancement: Add Custom Shipping Blocks to the WooCommerce Product Editor This PR adds a new Product_Editor class to the PostNL WooCommerce plugin, enhancing the product editor with custom shipping-related blocks. The blocks include:

Letterbox Parcel Checkbox: Enable/disable letterbox parcel. Max Quantity per Letterbox: Specify max quantity per letterbox parcel. Country of Origin Select: Choose the country of origin. HS Tariff Code Text: Input HS Tariff Code for international shipping. The Product_Editor class is instantiated in the Main class for seamless integration.

image

image