Changelog
2024-10-29
Added
- Added a function to access product metafields
fetchProductMetafields
. The function is used to read product metafields with the metafield namespace as input argument. See more information here.
2024-10-07
Added
- Added Delivery Customization functions
- jsrates-delivery-customization - The new delivery customization feature allows you to hide shipping rate options using parameters not supported by the existing JsRates codes. This includes criteria like customer tags, customer login status, customer total spent, customer authentication status, cart discount, cart total price, and cart subtotal price. You can also hide rates based on method, name, code, or price. This is done with the new
saveDeliveryCustomizationsMetafield
function, which takes a configuration JSON as input, making JsRates even more powerful and flexible
2024-03-27
Added
- Added two plugins:
- getVisitorLocation - The
getVisitorLocation
function utilizes IP geolocation to determine the location of a visitor, providing comprehensive geographical details. Get visitor location info
- GeoData - The
GeoData
class is designed to retrieve detailed information about a location from a comprehensive database, supporting multiple countries and offering precise geographical data. Retrieve geographical data
2024-03-15
Added
- Added the Alibaba real-time shipping rate plugin:
- Alibaba - The
Alibaba
class offers a solution for retrieving real-time shipping rates for products available on Alibaba. Ailbaba plugin