Changeset 3137242
- Timestamp:
- 08/18/2024 01:32:53 PM (20 months ago)
- Location:
- hfd-epost-integration/trunk
- Files:
-
- 3 edited
-
class/App.php (modified) (1 diff)
-
hfd-woocommerce-epost.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hfd-epost-integration/trunk/class/App.php
r3136105 r3137242 80 80 81 81 //action for gutenberg 82 if( function_exists( 'use_block_editor_for_post' ) && use_block_editor_for_post( get_option( 'woocommerce_checkout_page_id' ) ) ){82 if( function_exists( 'use_block_editor_for_post' ) && use_block_editor_for_post( get_option( 'woocommerce_checkout_page_id' ) ) && !is_admin() ){ 83 83 add_action( 'woocommerce_after_order_object_save', array( $this, 'hfd_save_pickup_info_block' ), 11, 2 ); 84 84 add_action( 'wp_ajax_hfd_get_additional_data', array( $this, 'hfdRenderAdditionalData') ); -
hfd-epost-integration/trunk/hfd-woocommerce-epost.php
r3136105 r3137242 5 5 Plugin URI: 6 6 Description: Add shipping method of ePost, allowing the user on the checkout, to select the pickup location point from a google map popup. Also allows to synch the order to HFD API after the order is created. 7 Version: 2. 77 Version: 2.8 8 8 Author: HFD 9 9 Author URI: https://www.hfd.co.il -
hfd-epost-integration/trunk/readme.txt
r3136105 r3137242 5 5 Requires at least: 4.0 6 6 Tested up to: 6.6 7 Stable tag: 2. 77 Stable tag: 2.8 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 98 98 * Compatible with gutenberg 99 99 100 = 2.8 = 101 * Performance Improvement 102 100 103 == Frequently Asked Questions == 101 104 = Why Google Maps isnt loading =
Note: See TracChangeset
for help on using the changeset viewer.