- Open the admin page of your website.
- Open Shop - Storefront - Templates - checkout.shipping.html.
- Find the code: {foreach $checkout_shipping_methods as $m}
- Insert before it:
{$checkout_shipping_methods = shopDelpayfilterPlugin::filterDeliveryMethods($checkout_shipping_methods)} - Open Shop - Storefront - Templates - checkout.payment.html.
- Find the code: {foreach $checkout_payment_methods as $m}
- Insert before it:
{$checkout_payment_methods = shopDelpayfilterPlugin::filterPaymentMethods($checkout_payment_methods)}
If You are using a plugin that displays cart and pages on one page, You need to make the same changes to plugin templates.









