• Hi,

    I’m the author of Portugal DPD Pickup and Lockers network for WooCommerce and had a request to make my plugin work with yours, which is achievable by adding a simple add_action() instruction.

    I see that you already implemented support for Portugal VASP Expresso Kios network for WooCommerce, which is also my plugin and has the exact same structure as the “Portugal DPD Pickup” one.

    So instead of my adding support on my plugin, I think it makes more sense that you implement it on your side, as you’ve done for several other ones.

    You can just clone the PortugalVaspKios integration and in the run() method you can use: add_action( 'cfw_checkout_after_shipping_methods', 'cppw_woocommerce_review_order_before_payment' );

    I’m happy to submit a PR, if you have the plugin on Github.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Compatibility with Portugal DPD Pickup and Lockers network for WooCommerce’ is closed to new replies.