| 开发者 |
tychesoftwares
ashokrane dhruvin imagisol ImagiSol |
|---|---|
| 更新时间 | 2025年3月9日 12:55 |
| PHP版本: | 5.6 及以上 |
| WordPress版本: | 6.7 |
| 版权: | GNU General Public License v3.0 |
| 版权网址: | 版权信息 |
[qty] - number of items (i.e. quantity) in cart,[cost] - total cost of items in cart,[weight] - total cart items weight,[volume] - total cart items volume,[fee] - percentage based fees,[round] - rounding.I had been looking for a plugin for hours and days that would give me the options I was looking for and this has succeeded. In addition to all that, i needed an extra option and these guys added it overnight, impeccable attention, friendly and fast. Sincerely anything i need about plugins I will talk to them to see if they have it or if they can develop it. Everything I need and fantastic support! YerayRules for each shipping method In addition, for each custom shipping method, you can optionally set these method availability options:
[costs_table] shortcode for table rate shipping - Costs are calculated using Google Distance Matrix API,[distance] shortcode for distance based cost calculation,/wp-content/plugins/ directory.[round] shortcode added.[distance] - Caching results now.[costs_table] - Evaluating math expressions in costs now.[distance] - Returning default_distance at once when source or destination address is empty.[distance] - Rounding attributes added (rounding and rounding_precision).[distance] - Min and max distance attributes added (min_distance and max_distance).billing_ and shipping_ input change.[costs_table] - table_format attribute added (defaults to min; other possible value: range) (and default_cost attribute added).[distance] - Miles (mi) option added to the units attribute (same applies to [costs_table prop="distance" ...]).[distance] - default attribute renamed to default_distance.WC_Shipping_Alg_Custom - alg_wc_custom_shipping_methods_add_rate filter added.WC_Shipping_Alg_Custom - evaluate_cost() function visibility changed from protected to public.[costs_table] - cost property added (i.e. [costs_table prop="cost" ...]).[costs_table] - Code refactoring.[distance] shortcode added.distance prop added to the [costs_table] shortcode (i.e. [costs_table prop="distance"]).alg_wc_custom_shipping_methods_evaluate_cost_sum and alg_wc_custom_shipping_methods_evaluate_cost_sum_evaluated filters added.[costs_table] shortcode fixed.get_height(), get_width() and get_length() in get_products_volume().get_weight() in get_products_weight().