Skip to content
#

woocommerce

Here are 1,038 public repositories matching this topic...

jmawebtech
jmawebtech commented Sep 4, 2020

Hi,

Error: When querying orders in UTC time, WooCommerce fails to recognize the timezone. I am sending UTC time, but WooCommerce uses its own timezone instead.

Steps to reproduce:

Here is the site:

https://www.idscad.com/wc-api/v3

store": {
"name": "IDS CAD",
"description": "Digital Artistry",
"URL": "https://www.idscad.com",
"wc_version": "3.8.1",
"version": "3.1.0",

https:

seb86
seb86 commented Aug 18, 2020

Is this enhancement related to a problem? Please describe.

Eventually the use of NAMESPACES could help with a number of things including packaging the plugin much easier into CoCart Pro and speed for those using PHP 7+

Describe the solution you'd like

Include namespaces like so.

namespace CoCart\CoCartLite\RestAPI;

Then the namespace can be used like so.

shiki
shiki commented Oct 29, 2020

This is for the Orders → Order Details page.

Order Total Updates

  • “Paid by Customer” is becoming “Paid” for simplicity (for all orders, refunded or not)
  • When a refund is processed, “Net Total” is becoming “Net Payment” to better reflect that it’s showing the total amount paid after the refund.

<img src="https://user-images.githubusercontent.com/198826/97629389-a8857d00-19f3-11eb-8b

Improve this page

Add a description, image, and links to the woocommerce topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the woocommerce topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.