Plugin Directory

Changeset 2918193


Ignore:
Timestamp:
05/28/2023 08:44:19 AM (3 years ago)
Author:
moveondevelopers
Message:

update order data

Location:
moveup/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • moveup/trunk/README.md

    r2849567 r2918193  
    9292
    9393== Changelog ==
     94= 1.0.1 =
     95* Update order data.
    9496
     97= 1.0.0 =
     98* Initial release.
    9599
    96100== Upgrade Notice ==
  • moveup/trunk/api/custom_api.php

    r2849567 r2918193  
    276276        $paging = " LIMIT {$per_page} OFFSET {$offset}";
    277277
    278         $result_sql = $result_sql . $sql . $paging;
     278        $result_sql = $result_sql . $sql . " ORDER BY {$table_order_items}.order_item_id DESC" . $paging;
    279279        $count_sql = $count_sql . $sql;
    280280
     
    362362                "order_placement_status" => $order_data->get_status(),
    363363                "currency"               => $order_data->get_currency(),
     364                "order_created_at"       => $order_data->order_date,
    364365                "customer_id"            => $order_data->get_customer_id(),
    365366                "billing_address"        => $billing_address,
  • moveup/trunk/moveup-wp.php

    r2849567 r2918193  
    44 * Author: MoveOn Technologies Ltd
    55 * Author URI: https://moveup.click
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * 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.
    88 * Text-Domain: moveup-wp
Note: See TracChangeset for help on using the changeset viewer.