Changeset 3147967
- Timestamp:
- 09/07/2024 11:44:24 AM (19 months ago)
- Location:
- hippoo/trunk
- Files:
-
- 3 edited
-
app/web_api.php (modified) (2 diffs)
-
hippoo.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hippoo/trunk/app/web_api.php
r3117864 r3147967 83 83 } 84 84 } 85 $total_weight = round($total_weight, 2); 85 86 86 87 // Retrieve weight unit from WooCommerce settings … … 119 120 $order_currency = $order->get_currency(); 120 121 121 $title = "New order received!"; 122 $content = "Order #" . $order_id; 123 $content .= " | " . $order_count . " Items"; 122 $title = "Order {$order_id} {$order_status}!"; 123 $content = $order_count . " Items"; 124 124 $content .= " | " . $order_total_price . $order_currency; 125 125 $content .= " | " . "Status: " . $order_status; -
hippoo/trunk/hippoo.php
r3117871 r3147967 2 2 /** 3 3 * Plugin Name: Hippoo! 4 * Version: 1.4. 24 * Version: 1.4.3 5 5 * Plugin URI: https://Hippoo.app/ 6 6 * Description: The Hippoo WooCommerce Plugin enhances your shop by seamlessly integrating with the Hippoo mobile app, offering features like out-of-stock list management, order product image API integration, user authentication, customizable invoices and shipping labels, and barcode generation. Simplify inventory management, order fulfillment, and customer engagement effortlessly. -
hippoo/trunk/readme.txt
r3117869 r3147967 5 5 Requires at least: 5.3 6 6 Tested up to: 6.5 7 Stable tag: /trunk/7 Stable tag: 1.4.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 49 49 == Changelog == 50 50 51 * 1.4.3 - Updated the mobile notification text and title, Round the weight on orders 51 52 * 1.4.2 - Added invoice and shipping label creation, SKU barcode on product pages, and order ID barcode on order pages. 52 53 * 1.3.5 - Change the "Tested up to" value
Note: See TracChangeset
for help on using the changeset viewer.