I am trying to test the new feature of High-Performance order storage (HPOS) on a localhost dev store, with Multistore setup, WordPress v6.1.1, WooCommerce v7.3.0, PHP 7.4.26, MySQL 5.7.36.
I followed the instructions here to enable the feature. The following tables were automatically created in the database:
However, the below tables were not created:
There was no option of “Create the custom orders tables” in WooCommerce > Status > Tools. Neither are there any warning message such as “xxx orders pending sync!” in WooCommerce > Settings > Advanced > Custom Data Stores.
Now historical orders are invisible in the admin page and new orders cannot be created when “Use the WooCommerce orders tables” is selected.
Can you please advise why those new tables were not created and why that “Create the custom orders tables” tool is unavailable?
Thanks.
]]>Does anyone know how to solve this?
]]>In order details page showing payment cancelled but when i shwoing transaction list for transaction log it’s not showing order id so can you check and let me know why this haapen? please see below scrrenshots
https://prnt.sc/1bo8doa
https://prnt.sc/1bo8hkk
https://prnt.sc/1bo8k23
Thank you
]]>Our website has different order number its not default order id/post_id.
For eg Order Number: V8987(this is visible at Frontend) where the order is like 17765
Previously this plugin send V8987 as order to razorpay so we can easily match with orders. Please fix this asap. I have changed the
const WC_ORDER_ID = ‘woocommerce_order_id’; (On line 46) It seems working for Razorpay but then after successful payment its not reflecting in the website.
This issue was raised from
= 2.3.2 =
* Added RAZORPAY ORDER ID in order notes.
* Tested upto WordPress 5.2.4 and WooCommerce 3.7.1
We collect payment from 3 website from same razorpay account so its easier to track through order number than order id
Please Fix This Issue ASAP
]]>Our website has different order number its not default order id/post_id.
For eg Order Number: V8987(this is visible at Frontend) where the order is like 17765
Previously this plugin send V8987 as order to razorpay so we can easily match with orders. Please fix this asap. I have changed the
const WC_ORDER_ID = ‘woocommerce_order_id’; (On line 46) It seems working for Razorpay but then after successful payment its not reflecting in the website.
This issue was raised from
= 2.3.2 =
* Added RAZORPAY ORDER ID in order notes.
* Tested upto WordPress 5.2.4 and WooCommerce 3.7.1
We collect payment from 3 website from same razorpay account so its easier to track through order number than order id
Please Fix This Issue ASAP
]]>I want to change the order_id that is send from woocommerce to the mollie server. By default it’s picking up the woocommerce order_id field, but I have a custom invoice_id field created via the plugin WooCommerce PDF Invoices & Packing Slips.
The invoice_id is stored in the field plain_orders__wcpdf_invoice_number and i need it to be send to mollie to enable matching the MT940 bank transfer files in my accounting system.
Is there a possibility to change the field? Mollie support desk said it should be possible, but they could not tell how. So here I am hoping for some help.
]]>$product = $order->get_product_from_item( $item );
$sku3 = $product->get_sku();
// print_r( $item );
}
but doesen’t fetch product detail, only customer details are visable.
]]>I use Woocommerce 3.4.7 and Mollie 5.0.2.
I am in the testmode, but after a payment the return is not working. In the log of Woocommerce and Mollie I see Woocommerce can not find the order ID and Key.
Are there more people with this issue?
]]>