USE ONLY for related questions to e-commerce.
Please explain me the proper way to remove the test orders in Magento2 website.I removed all records from 'sales_…
magento magento2 ordersI need to change automatically an order status for completed after receiving payment, but only if the order status is "…
php wordpress woocommerce payment-gateway ordershow to get metadata of a product woocommerce? I have field custom en my products and I need to get …
php wordpress woocommerce metadata ordersI have created in WooCommerce two custom coupon types: function custom_discount_type( $discount_types ) { $discount_types['cash_back_fixed'] =__( …
php wordpress woocommerce orders couponI have a little problem when I try to display woocommerce customer order comments (not the notes, but the comments …
php wordpress woocommerce message ordersI have a custom field on my WooCommerce single product. It sends to the cart fine, it displays on checkout …
php wordpress woocommerce custom-fields ordersHow can I get the order shipping method id.? For example 'flate_rate'. Since WooCommerce 3 it is now complicated as …
php woocommerce orders shipping shipping-methodNormally wooCommerce should autocomplete orders for virtual products. But it doesn't and this is a real problem, even a BUG …
php wordpress woocommerce payment-gateway ordersI am currently successfully adding a field to my WooCommerce product pages which is showing the value: in the cart (…
php wordpress woocommerce custom-fields ordersI needed to create a Woocommerce order programatically, however using the 'old' Woocommerce made this a very dirty procedure. I …
php wordpress woocommerce orders