Changeset 2918193
- Timestamp:
- 05/28/2023 08:44:19 AM (3 years ago)
- Location:
- moveup/trunk
- Files:
-
- 5 edited
-
README.md (modified) (1 diff)
-
api/custom_api.php (modified) (2 diffs)
-
assets/images/icon-256x256.png (modified) (previous)
-
assets/images/icon-64x64.jpg (modified) (previous)
-
moveup-wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
moveup/trunk/README.md
r2849567 r2918193 92 92 93 93 == Changelog == 94 = 1.0.1 = 95 * Update order data. 94 96 97 = 1.0.0 = 98 * Initial release. 95 99 96 100 == Upgrade Notice == -
moveup/trunk/api/custom_api.php
r2849567 r2918193 276 276 $paging = " LIMIT {$per_page} OFFSET {$offset}"; 277 277 278 $result_sql = $result_sql . $sql . $paging;278 $result_sql = $result_sql . $sql . " ORDER BY {$table_order_items}.order_item_id DESC" . $paging; 279 279 $count_sql = $count_sql . $sql; 280 280 … … 362 362 "order_placement_status" => $order_data->get_status(), 363 363 "currency" => $order_data->get_currency(), 364 "order_created_at" => $order_data->order_date, 364 365 "customer_id" => $order_data->get_customer_id(), 365 366 "billing_address" => $billing_address, -
moveup/trunk/moveup-wp.php
r2849567 r2918193 4 4 * Author: MoveOn Technologies Ltd 5 5 * Author URI: https://moveup.click 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Description: MoveUp is an easy-to-use plugin that helps you to import data from multiple sites in just a few seconds.It allows the user to import, customize and distribute product data to multiple websites.Perfect add-on for busy Dropshipping sites that wants to manage product data efficiently.Import product data from sites like Alibaba, Aliexpress, 1688, amazon, eBay, Flipcart, Gearbest, Taobao and Walmart. 8 8 * Text-Domain: moveup-wp
Note: See TracChangeset
for help on using the changeset viewer.