Changeset 3270642
- Timestamp:
- 04/10/2025 06:17:02 PM (12 months ago)
- Location:
- asm-manager/trunk
- Files:
-
- 8 edited
-
asmplsww.php (modified) (1 diff)
-
changelog.txt (modified) (1 diff)
-
includes/asmplsww_admin_field.php (modified) (1 diff)
-
includes/asmplsww_product_field.php (modified) (1 diff)
-
includes/asmplsww_query_live.php (modified) (1 diff)
-
includes/asmplsww_shipping_api.php (modified) (1 diff)
-
includes/asmplsww_shipping_method.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asm-manager/trunk/asmplsww.php
r3269212 r3270642 6 6 Author: ASM 7 7 Developer: ASM 8 Version: 1. 2.98 Version: 1.3 9 9 WC requires at least: 7.0.0 10 10 WC tested up to: 9.8 -
asm-manager/trunk/changelog.txt
r3269771 r3270642 1 1 == Changelog == 2 = 1.3 = 3 * Details page improvements 4 2 5 = 1.2.9 = 3 6 * Version compatibility -
asm-manager/trunk/includes/asmplsww_admin_field.php
r3269160 r3270642 2 2 /** 3 3 * @package Asm_Admin_Field 4 * @version 1. 2.94 * @version 1.3 5 5 */ 6 6 -
asm-manager/trunk/includes/asmplsww_product_field.php
r3269160 r3270642 2 2 /** 3 3 * @package ASM product field 4 * @version 1. 2.94 * @version 1.3 5 5 */ 6 6 -
asm-manager/trunk/includes/asmplsww_query_live.php
r3269212 r3270642 2 2 /** 3 3 * @package ASM Shipping Api 4 * @version 1. 2.94 * @version 1.3 5 5 */ 6 6 global $woocommerce; -
asm-manager/trunk/includes/asmplsww_shipping_api.php
r3269160 r3270642 2 2 /** 3 3 * @package ASM Shipping Api 4 * @version 1. 2.94 * @version 1.3 5 5 */ 6 6 /* -
asm-manager/trunk/includes/asmplsww_shipping_method.php
r3269160 r3270642 2 2 /** 3 3 * @package ASM Shipping Method 4 * @version 1. 2.94 * @version 1.3 5 5 */ 6 6 -
asm-manager/trunk/readme.txt
r3269771 r3270642 1 1 === Advanced Shipping Manager === 2 2 Contributors: advshipmgr 3 Donate link: https://advancedshippingmanager.com 3 4 Requires at least: 6.0 4 5 Tested up to: 6.8 … … 12 13 13 14 == Description == 15 16 https://youtu.be/Q6GQscYaq-8 17 14 18 <div> 15 19 <ul> … … 17 21 <li>Configure multiple shipping zones and couriers</li> 18 22 <li>Block certain shipping methods from being used with specific products</li> 23 <li>Real-time delivery estimates from your origin to the shipping address</li> 19 24 </ul> 20 25 </div> 21 26 <div> 22 <h2>Advanced Shipping Manager for wordpress is the only shipping solution for your online store.</h2> 23 <h3>GUARANTEED ROI - If after the first month you believe our app did not save or generate additional revenue as much as our fee - we will gladly cancel your account and refund your first month's fee in full. No questions asked!</h3> 27 <h2>Advanced Shipping Manager is the only shipping solution for your online store.</h2> 24 28 <h3>No other app offers more features or more control over your shipping rates and accuracy. Our customers say that it pays for itself immediately! What will you gain as an ASM customer?</h3> 25 29 <p><strong>Key Features:</strong></p> … … 53 57 54 58 == Installation == 55 * PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended) 56 * MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended) 57 * WooCommerce 2.5 requires WordPress 4.1+ 58 * WooCommerce 2.6 requires WordPress 4.4+ 59 * Download the zip file or directly install from the Wordpress plugin page. 60 * Upload the Advanced Shipping Manager plugin to the /wp-content/plugins/ directory. 61 * Activate the plugin through the 'Plugins' menu in WordPress. 62 * Woocommerce -> Shipping-> Advanced Shipping Manager-> Click on Save button. 63 * Add Products, Under Product Data -> Advance Shipping Manager Tab display. 59 * Under Plugins, click on "Add New Plugin" and search for "Advanced Shipping Manager". 60 * Install and activate the plugin. 61 * Click on Settings under WooCommerce and select the Shipping tab. 62 * Create or edit one or more shipping zones, and add "Advanced Shipping Manager" as a new shipping method. 63 * Sign-up to our service online: https://advancedshippingmanager.com/product/advanced-shipping-manager/ 64 * Use our admin to create shipping rules and markups, as well as test it all for specific products. 64 65 65 66 == Screenshots == 66 * Plugin settings 67 * We will help you with settings 67 * Edit your exiting shipping zones in WooCommerce's Shipping tab. 68 * Add the Advanced Shipping Manager to one or more zones. 69 * Use any of the product level attributes to improve your shipping rate accuracy. 70 * Test all your shipping rules in our Shipping Estimator. 71 * Create any type of shipping rule! Real-time rates, table-based, percentage, flat, and hyrbid. 72 * Add any type of markup or markdown for any shipping rule! Flat rates, table-based, and more. 68 73 69 74 == Changelog == 75 = 1.3 = 76 * Details page improvements 77 70 78 = 1.2.9 = 71 79 * Version compatibility 72 80 * Store indexing improvement 73 81 * Added support for WC high-performance order storage 82 83 = 1.2.8 = 84 * Verbiage update 85 86 = 1.2.7 = 87 * Version compatibility 88 89 = 1.2.6 = 90 * Added support for product tags 91 * Bug fixes 92 93 = 1.2.5 = 94 * Bug fixes 95 * Tax issues fix 96 97 = 1.2.4 = 98 * PHP v8 supported 99 * Bug fixes 100 101 = 1.2.3 = 102 * Bug fixes 103 104 = 1.2.2 = 105 * Bug fixes 106 107 = 1.2.1 = 108 * Bug fixes and enhancements 109 110 = 1.0.0 = 111 * Compatibility with latest WordPress and WooCommerce version’s. 112 113 = 1.0 = 114 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.