first commit

This commit is contained in:
2026-03-05 13:07:40 +01:00
commit 64ba0721ee
25709 changed files with 4691006 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<?php
/**
* @var string $field_name .
* @var array $select_field .
* @var string $value .
* @var int $direct_delivery_cod .
*/
// @phpstan-ignore-next-line
defined( 'ABSPATH' ) || exit;
?>
<tr class="woocommerce-shipping-totals shipping"><td colspan="2">
<div><strong><?php esc_html_e( 'DPD Pickup:', 'woocommerce-dpd' ); ?></strong></div>
<?php woocommerce_form_field( $field_name, $select_field, $value ); ?>
<a href="#0"
data-direct_delivery_cod="<?php echo esc_attr( $direct_delivery_cod ); ?>"
class="js--choose-point-dpd"><?php esc_html_e( 'Wybierz punkt na mapie', 'woocommerce-dpd' ); ?></a>
<div class="js--popup-container-dpd"></div>
</td>
</tr>