Releases: UVLabs/location-picker-at-checkout-for-woocommerce
Releases · UVLabs/location-picker-at-checkout-for-woocommerce
v1.6.0
- [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
- [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
v1.5.5
v1.5.4
- [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
- [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
- [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
v1.5.0
- [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
- [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