Changeset 3191538
- Timestamp:
- 11/18/2024 06:30:22 PM (17 months ago)
- Location:
- pikkolo/trunk
- Files:
-
- 2 edited
-
pikkolo.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pikkolo/trunk/pikkolo.php
r3031882 r3191538 349 349 // $log->add('pikkolois', wc_get_product($product->ID)); 350 350 351 // if meta data is not set 351 // if meta data is not set. 352 352 if ( ! get_post_meta( $product_id, 'pikkolo_frozen', true ) ) { 353 353 // $log->add('pikkolois', 'Adding pikkolo_frozen meta data to product ' . $product_id); … … 584 584 } 585 585 586 // Add modal button 586 // Add modal button. 587 587 printf( 588 588 '<div class="PikkoloDeliveryMethodAction"> … … 595 595 } 596 596 } 597 // Note that this uses the classic WooCommerce Checkout, not the new block editor. 597 598 add_action( 'woocommerce_after_shipping_rate', 'pikkolo_choose_location', 10, 2 ); 598 599 -
pikkolo/trunk/readme.txt
r3031892 r3191538 4 4 Tags: Shipping, WooCommerce, Iceland 5 5 Requires at least: 5.2 6 Tested up to: 6. 3.06 Tested up to: 6.7.0 7 7 Requires PHP: 7.3.5 8 8 WC requires at least: 3.8.1 9 WC tested up to: 8.0.210 Stable tag: 1.0. 49 WC tested up to: 9.4.1 10 Stable tag: 1.0.5 11 11 12 12 == Installation == … … 34 34 == Changelog == 35 35 36 = 1.0.5 = 37 * Documentation updates 38 36 39 = 1.0.4 = 37 40 * More robust handling of the delivery date
Note: See TracChangeset
for help on using the changeset viewer.