Changeset 3412113
- Timestamp:
- 12/05/2025 11:24:57 AM (4 months ago)
- Location:
- voxfor-advanced-price-management-for-woocommerce/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (5 diffs)
-
voxfor-advanced-price-management.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
voxfor-advanced-price-management-for-woocommerce/trunk/readme.txt
r3354410 r3412113 3 3 Tags: woocommerce, price-management, markup, vat, product-pricing 4 4 Requires at least: 6.0 5 Tested up to: 6. 86 Stable tag: 1.1. 25 Tested up to: 6.9 6 Stable tag: 1.1.3 7 7 Requires PHP: 7.4 8 8 Requires Plugins: woocommerce … … 72 72 == Installation == 73 73 74 **Automatic Installation** 74 <<<<<<< .mine**Automatic Installation** 75 1. In WordPress admin, go to **Plugins ? Add New**. 76 2. Search for Voxfor Advanced Price Management. 77 3. Click **Install Now**, then **Activate**. 78 4. Go to **WooCommerce ? Price Management**. 79 =======**Automatic Installation** 75 80 1. In WordPress admin, go to **Plugins Add New**. 76 81 2. Search for Voxfor Advanced Price Management. 77 82 3. Click **Install Now**, then **Activate**. 78 83 4. Go to **WooCommerce Price Management**. 79 84 >>>>>>> .theirs 80 85 **Manual Installation** 81 1. Download the plugin ZIP. 86 <<<<<<< .mine1. Download the plugin ZIP. 87 2. Upload the `voxfor-advanced-price-management` folder to `/wp-content/plugins/`. 88 3. Activate the plugin from **Plugins**. 89 4. Open **WooCommerce ? Price Management**. 90 =======1. Download the plugin ZIP. 82 91 2. Upload the `voxfor-advanced-price-management` folder to `/wp-content/plugins/`. 83 92 3. Activate the plugin from **Plugins**. 84 93 4. Open **WooCommerce Price Management**. 85 94 >>>>>>> .theirs 86 95 **Getting Started** 87 Two main tabs: 96 <<<<<<< .mineTwo main tabs: 97 * **CSV Import/Export** bulk price updates via CSV. 98 * **Direct Management** select and update individual products. 99 =======Two main tabs: 88 100 * **CSV Import/Export** bulk price updates via CSV. 89 101 * **Direct Management** select and update individual products. 90 102 >>>>>>> .theirs 91 103 == Frequently Asked Questions == 92 104 … … 110 122 111 123 = How do I handle international characters in SKUs? = 112 UTF-8 is fully supported. The plugin can normalize special characters to a safe format while matching correctly. 113 124 <<<<<<< .mineUTF-8 is fully supported. The plugin can normalize special characters to a safe format (e.g., Ñoño ? nono) while matching correctly. 125 =======UTF-8 is fully supported. The plugin can normalize special characters to a safe format while matching correctly. 126 >>>>>>> .theirs 114 127 = Can I see a preview before updating prices? = 115 128 Yes. Both CSV and Direct Management show real-time previews. … … 124 137 == Changelog == 125 138 139 = 1.1.3 = 140 * Tested and confirmed compatibility with WordPress 6.9 141 * No functional changes 142 126 143 = 1.1.2 = 127 144 * Added session tracking with visual indication for updated products 128 145 * Prevented duplicate updates during a single session 129 * Added Price Increase column showing calculated increase 130 * Improved SKU format to lowercase-with-dash (e.g., sing-161) 146 <<<<<<< .mine* Added Price Increase column showing calculated increase 147 =======* Added Price Increase column showing calculated increase 148 >>>>>>> .theirs* Improved SKU format to lowercase-with-dash (e.g., sing-161) 131 149 * Added session counter and manual session clearing 132 150 * Improved CSV import interface with format guidance … … 154 172 == Upgrade Notice == 155 173 156 = 1.0.1 = 174 <<<<<<< .mine= 1.1.3 = 175 Compatibility with WordPress 6.9 176 ======== 1.0.1 = 157 177 Improved error handling and UTF-8 compatibility. Recommended update. 178 >>>>>>> .theirs -
voxfor-advanced-price-management-for-woocommerce/trunk/voxfor-advanced-price-management.php
r3341617 r3412113 4 4 * Plugin Name: Voxfor Advanced Price Management For WooCommerce 5 5 * Description: Advanced WooCommerce price management with CSV import/export, bulk updates, configurable markup & VAT calculations. Supports simple products and variations with intelligent SKU generation and international character support. 6 * Version: 1.1. 26 * Version: 1.1.3 7 7 * Author: Voxfor 8 8 * Author URI: https://www.voxfor.com/ … … 10 10 * Domain Path: /languages 11 11 * Requires at least: 6.0 12 * Tested up to: 6. 812 * Tested up to: 6.9 13 13 * Requires PHP: 7.4 14 14 * Requires Plugins: woocommerce … … 1503 1503 false, // No external file, will use inline 1504 1504 [], 1505 '1.1. 2'1505 '1.1.3' 1506 1506 ); 1507 1507 wp_enqueue_style('vapm-admin-styles'); … … 1513 1513 false, // No external file, will use inline 1514 1514 [ 'jquery' ], 1515 '1.1. 2',1515 '1.1.3', 1516 1516 true 1517 1517 );
Note: See TracChangeset
for help on using the changeset viewer.