Fetch Orders from Woocommerce
Budget: $40 – $60 USD
Hi,
I need an external PHP page that works using:
wp-load.php
global $wpdb;
To fetch order information by 3 input (only one needed, no need to compare):
Order Number -
Order Email -
Order Shipping Full Name -
How it looks:
3 boxes with 3 submit buttons, user input only 1 of the boxes and receives the results.
On every press of the Submit button add +1 to simple MySQL database (counter for how many times Submit was pressed for that day)
MySQL looks like this:
Date - Amount any submit button pressed (total)
How the results look like:
Wide table for each order returned with:
Order Status
Order Date
Customer full billing address, full shipping address, email, phone
Items ordered (if quantity larger than 1, put bold number of quantity)
Shipping method
Order total price
If there are multiple orders, display one table under the other, limit to 5 results.
Any reply without " I have fully read and understood what needs to be done " will be ignored.
I need an external PHP page that works using:
wp-load.php
global $wpdb;
To fetch order information by 3 input (only one needed, no need to compare):
Order Number -
Order Email -
Order Shipping Full Name -
How it looks:
3 boxes with 3 submit buttons, user input only 1 of the boxes and receives the results.
On every press of the Submit button add +1 to simple MySQL database (counter for how many times Submit was pressed for that day)
MySQL looks like this:
Date - Amount any submit button pressed (total)
How the results look like:
Wide table for each order returned with:
Order Status
Order Date
Customer full billing address, full shipping address, email, phone
Items ordered (if quantity larger than 1, put bold number of quantity)
Shipping method
Order total price
If there are multiple orders, display one table under the other, limit to 5 results.
Any reply without " I have fully read and understood what needs to be done " will be ignored.