Plugin Directory

Changeset 3128051


Ignore:
Timestamp:
07/30/2024 10:41:06 AM (20 months ago)
Author:
hfdepost
Message:

Performance Improvement

Location:
hfd-epost-integration/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • hfd-epost-integration/trunk/hfd-woocommerce-epost.php

    r3128010 r3128051  
    55Plugin URI:
    66Description: 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.5
     7Version: 2.6
    88Author: HFD
    99Author URI: https://www.hfd.co.il
  • hfd-epost-integration/trunk/readme.txt

    r3128010 r3128051  
    11=== HFD ePost Integration ===
    2 Contributors: Nintay, HFD
    3 Tags: woocommerce, sync, hfd, epost, shipping, israel
     2Contributors: oninitay, hfdepost
     3Tags: woocommerce, sync, hfd, epost, shipping
    44Donate link:
    55Requires at least: 4.0
    66Tested up to: 6.6
    7 Stable tag: 2.5
     7Stable tag: 2.6
    88Requires PHP: 5.4
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
     12התוסף מאפשר סנכרון בין אתר וורדפרס למערכת המשלוחים HFD.
     13התממשקות חד צדדית עם HFD הכוללת שליחת הזמנות, ביטול הזמנות ומעקב אחרי ההזמנות בווקומרס.
    1214
    1315== Description ==
  • hfd-epost-integration/trunk/templates/cart/footer.php

    r3128010 r3128051  
    3838    </script>
    3939    <?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() );
    4141    wp_enqueue_script( 'hfd-common-js', $this->getSkinUrl( 'js/common.js' ) );
    4242    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() );
    4444    wp_enqueue_script( 'hfd-checkout-js', $this->getSkinUrl( 'js/checkout.js' ) );
    4545    wp_enqueue_script( 'hfd-translator-js', $this->getSkinUrl( 'js/translator.js' ) );
Note: See TracChangeset for help on using the changeset viewer.