Changeset 3128051
- Timestamp:
- 07/30/2024 10:41:06 AM (20 months ago)
- Location:
- hfd-epost-integration/trunk
- Files:
-
- 1 added
- 3 edited
-
hfd-woocommerce-epost.php (modified) (1 diff)
-
js/jquery-hfd-autocomplete.js (added)
-
readme.txt (modified) (1 diff)
-
templates/cart/footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hfd-epost-integration/trunk/hfd-woocommerce-epost.php
r3128010 r3128051 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. 57 Version: 2.6 8 8 Author: HFD 9 9 Author URI: https://www.hfd.co.il -
hfd-epost-integration/trunk/readme.txt
r3128010 r3128051 1 1 === HFD ePost Integration === 2 Contributors: Nintay, HFD3 Tags: woocommerce, sync, hfd, epost, shipping , israel2 Contributors: oninitay, hfdepost 3 Tags: woocommerce, sync, hfd, epost, shipping 4 4 Donate link: 5 5 Requires at least: 4.0 6 6 Tested up to: 6.6 7 Stable tag: 2. 57 Stable tag: 2.6 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 התוסף מאפשר סנכרון בין אתר וורדפרס למערכת המשלוחים HFD. 13 התממשקות חד צדדית עם HFD הכוללת שליחת הזמנות, ביטול הזמנות ומעקב אחרי ההזמנות בווקומרס. 12 14 13 15 == Description == -
hfd-epost-integration/trunk/templates/cart/footer.php
r3128010 r3128051 38 38 </script> 39 39 <?php 40 wp_enqueue_script( 'hfd- autocomplete-js', $this->getSkinUrl( 'js/jquery-hfd-autocomplete.js') );40 wp_enqueue_script( 'hfd-typeahead-js', $this->getSkinUrl( 'js/jquery-hfd-autocomplete.js' ), array(), time() ); 41 41 wp_enqueue_script( 'hfd-common-js', $this->getSkinUrl( 'js/common.js' ) ); 42 42 wp_enqueue_script( 'hfd-gmap-js', $this->getSkinUrl( 'js/map.js' ), array(), time() ); 43 wp_enqueue_script( 'hfd-pickup-post', $this->getSkinUrl( 'js/pickup-post.js' ) );43 wp_enqueue_script( 'hfd-pickup-post', $this->getSkinUrl( 'js/pickup-post.js' ), array(), time() ); 44 44 wp_enqueue_script( 'hfd-checkout-js', $this->getSkinUrl( 'js/checkout.js' ) ); 45 45 wp_enqueue_script( 'hfd-translator-js', $this->getSkinUrl( 'js/translator.js' ) );
Note: See TracChangeset
for help on using the changeset viewer.