Skip to content

Releases: UVLabs/location-picker-at-checkout-for-woocommerce

v1.6.0

01 Aug 01:42
4186c9f
Compare
Choose a tag to compare
  • [New PRO] Cost by Store Distance - Set order shipping price based on the customer's distance relative to your store location.
  • [New PRO] Cost by Store Location - Set order shipping price based on the store that the customer selects at checkout.
  • [New PRO] Free for X distance - If a customer's distance is less than the value you set (X), then that customer receives free shipping.
  • [New PRO] A map has been added to the Export submenu in LPAC's settings to show past order locations based on the date range selected.
  • [Improvement] Store locations settings have been improved and moved to their own submenu in LPAC settings.
  • [Improvement] The "missing API key" notice displayed to admins on the checkout page is now more prominent.
  • [Compatibility] Fix duplicate and missing LPAC fields in WooFunnels custom checkout page.
  • [Info] Support for Orderable plugin
  • [Info] Tested on WC 6.7
  • [Info] Various other bugs fixes

v1.5.7

03 Jul 21:30
694ae5e
Compare
Choose a tag to compare
  • [New] Store location feature - display map markers for your store locations on the checkout page map.
  • [Improvement] Add sample export in lite version of plugin.
  • [Improvement] Add customer email to order export feature.
  • [Improvement] Make checkout alert messages translatable.
  • [Info] Tested on WC 6.6

v1.5.6

23 May 01:21
6673cfa
Compare
Choose a tag to compare
  • [Fix] Plugin main file name change caused plugin to automatically deactivate after updating. Please reactivate plugin after this update.

v1.5.5

18 May 23:18
93684e4
Compare
Choose a tag to compare
  • [Fix PRO] On some websites the checkout update event was not always firing after the location is changed. LPAC will now automatically fire a checkout update event everytime locations are changed.
  • [Info] Tested on WC 6.5
  • [Info] Tested on WP 6.0 RC3

v1.5.4

11 May 17:56
667a639
Compare
Choose a tag to compare
  • [Fix PRO] Saved Addresses checkbox was always showing on checkout page even though option was turned off.
  • [Fix PRO] Session GPS Coordinates were not always updating when using Saved Addresses feature.
  • [Improvement] Allow places autocomplete feature to work for billing fields when checkout defaults to billing same as shipping.
  • [Improvement] Handle map and fields updating based on Shipping Options set in WooCommerce and "Ship to different address" checkbox status.
  • [Change] GPS Coordinates lpac_latitude & lpac_longitude are no longer stored as private meta items. They're now public.
  • [Compat] Add AutoComplete support for Fluid Checkout plugin.

v1.5.3

23 Apr 21:47
2335b56
Compare
Choose a tag to compare
  • [Fix PRO] Customers would always receive a shipping error when trying to place an order if "Ship Only to Drawn Regions" or "Limit Shipping Distance" feature was enabled.
  • [Fix PRO] Saved address details on map would show 'undefined' if shipping_address_1 field was not present in object.
  • [Fix PRO] Saved Addresses feature would always save customer billing address even when shipping address details were available.
  • [Info] Support added for Fluid Checkout for WooCommerce plugin's custom checkout page.

v1.5.2

22 Apr 18:18
c67a5d5
Compare
Choose a tag to compare
  • [New PRO] Feature to prevent shipping to customers who's location do not fall inside your drawn shipping regions. Learn More
  • [New PRO] Feature to prevent shipping to customers who's location is beyond your maximum set shipping distance. Learn More
  • [Fix PRO] Last order location was not showing on the map.
  • [Change] Edit some doc links in plugin settings to match changes on docs site.

v1.5.1

09 Apr 19:18
8568dec
Compare
Choose a tag to compare
  • [Change] Rearranged some plugin options on LPAC's settings page.

v1.5.0

20 Mar 20:33
b7b89cb
Compare
Choose a tag to compare
  • [New PRO] Create Shipping Regions by drawing them! Set custom price and name for regions that you ship to. The shipping method cost will automatically update if a customer falls within a region you’ve created.
  • [Fix] Various script errors that appeared in admin javascript console when not on LPAC settings pages.
  • [Fix] The hide map for guests visibility logic was returning the wrong value.
  • [Change] Rearranged some plugin options on LPAC’s settings page.

v1.4.5

05 Mar 14:34
f90dee1
Compare
Choose a tag to compare
  • [Fix] The frontend maps required base script file would on some websites not be enqueued in time to be used as a handle for wp_add_inline_script() function . Fallback to Jquery core script handle in those cases.
  • [Change] Set minimum required PHP version to 7.3