How do I enable debug mode in WooCommerce?

How do I enable debug mode in WooCommerce?

To turn on the shipping debug mode, head over to the WooCommerce > Settings > Shipping > Shipping Options page. The last option there gives you the option to enable or disable the shipping debug mode.

How do I debug a WooCommerce error?

You can access error logs by going to WooCommerce > System Status > Logs. Then you will be able to choose and “view”the error log file you need, giving you the debugging details that you need. Error logs are also located in the /wc-logs folder within your site install.

How do I restore a WooCommerce order?

  1. Put your webshop in maintenance mode (for example with this free Maintenance Mode plugin).
  2. Make a backup of your database (just in case).
  3. in your wp-config.
  4. Immediately activate and Enable Maintenance Mode plugin.
  5. Install WooCommerce Simply Order Export plugin and enable it.

How do I manually add orders in WooCommerce?

Manually Adding an Order

  1. Go to: WooCommerce > Orders.
  2. Use Add New at the top of the page. The Single Order page appears.
  3. Input customer details, add line items, apply coupons, apply fees and calculate totals.
  4. Set a status for the new order, e.g., If it needs to be paid, use “Pending payment.”
  5. Save.

What is debug mode on Fedex app?

Debug Mode If you are not getting proper rates (lesser or higher than expected), not getting all the available shipping options, not getting rates at all or not getting Print Labels, then you enable Debug option to find the error(s). After enabling debug mode, add a product to cart.

How do I enable WooCommerce Logs?

WooCommerce logs Logs can be accessed through: WooCommerce -> Status -> Logs. Select a file from a dropdown list. The one with the error log starts with fatal-errors. Please keep in mind that these logs are automatically erased after 30 days.

How do I use VaultPress?

To install VaultPress, first log in to your WordPress site and open the Add Plugins panel. Search for VaultPress and click Install Now. When the installation is complete, click Activate Plugin. You’ll then be given an alert that VaultPress needs your attention.

Are there any errors with the WooCommerce plugin?

1 Email notification errors. In some cases, WooCommerce may not be able to send email notifications such as new orders, order information, etc. 2 Server configuration errors. 3 WooCommerce/WordPress setup and versions. 4 Theme and plugins compatibility issues. 5 PHP errors. 6 Plugin error and cross-plugin conflict.

Why does WooCommerce not send email notifications?

In some cases, WooCommerce may not be able to send email notifications such as new orders, order information, etc. This has to do with errors that occur when server configurations display some odd behaviors. Sometimes the hosting service providers may not have setup sessions properly.

How do I increase memory limit in WooCommerce?

To increase it, you have to access the root folder of your remote site and look for the wp-config.php file. Next, right-click on it and select View/Edit to open in on your text editor. Then add define ( ‘WP_MEMORY_LIMIT’, ‘256M’ ); to it as shown in the image.