Plugin Directory

Changeset 2555755


Ignore:
Timestamp:
06/29/2021 11:21:19 AM (5 years ago)
Author:
hfddev
Message:

תיקון תצוגה של שם עיר ושם נקודת חלוקה EPOST

Location:
hfd-integration/trunk
Files:
4 edited

Legend:

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

    r2555668 r2555755  
    44Plugin URI:
    55Description: 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.
    6 Version: 2.1.0
     6Version: 2.2.0
    77Author: HFD
    88Author URI: https://www.hfd.co.il
  • hfd-integration/trunk/js/epost-list.js

    r2555668 r2555755  
    132132        for (i in spots) {
    133133          spot = spots[i];
    134           locations[i] = spot.name + ' - ' + spot.street + ' ' + spot.house + ' - ' + city;
     134          locations[i] = spot.name + ' - ' + spot.street + ' ' + spot.house + ' - ' + spot.city;
    135135        }
    136136
  • hfd-integration/trunk/readme.txt

    r2555668 r2555755  
    6666
    6767== Changelog ==
     68= 2.2 =
     69* תיקון תצוגה של שם עיר ושם נקודת חלוקה EPOST
    6870= 2.1 =
    6971* הוספת שם עיר בנקודת חלוקה
  • hfd-integration/trunk/templates/cart/footer.php

    r2393139 r2555755  
    5959    $helper = \Hfd\Woocommerce\Container::get('Hfd\Woocommerce\Helper\Spot');
    6060    wp_enqueue_script( 'betanet-translator', $this->getSkinUrl( 'js/translator.js' ) );
    61     wp_enqueue_script( 'betanet-epost-list', $this->getSkinUrl( 'js/epost-list.js' ) );
     61    wp_enqueue_script( 'betanet-epost-list', $this->getSkinUrl( 'js/epost-list.js' ), array(), time() );
    6262    ?>
    6363    <script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.