Changeset 2555755
- Timestamp:
- 06/29/2021 11:21:19 AM (5 years ago)
- Location:
- hfd-integration/trunk
- Files:
-
- 4 edited
-
hfd-woocommerce-epost.php (modified) (1 diff)
-
js/epost-list.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
templates/cart/footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hfd-integration/trunk/hfd-woocommerce-epost.php
r2555668 r2555755 4 4 Plugin URI: 5 5 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. 6 Version: 2. 1.06 Version: 2.2.0 7 7 Author: HFD 8 8 Author URI: https://www.hfd.co.il -
hfd-integration/trunk/js/epost-list.js
r2555668 r2555755 132 132 for (i in spots) { 133 133 spot = spots[i]; 134 locations[i] = spot.name + ' - ' + spot.street + ' ' + spot.house + ' - ' + city;134 locations[i] = spot.name + ' - ' + spot.street + ' ' + spot.house + ' - ' + spot.city; 135 135 } 136 136 -
hfd-integration/trunk/readme.txt
r2555668 r2555755 66 66 67 67 == Changelog == 68 = 2.2 = 69 * תיקון תצוגה של שם עיר ושם נקודת חלוקה EPOST 68 70 = 2.1 = 69 71 * הוספת שם עיר בנקודת חלוקה -
hfd-integration/trunk/templates/cart/footer.php
r2393139 r2555755 59 59 $helper = \Hfd\Woocommerce\Container::get('Hfd\Woocommerce\Helper\Spot'); 60 60 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() ); 62 62 ?> 63 63 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.