How to Manage Orders

The Order Logging module in Designify helps you track and manage orders made in your server. You can log new orders, look up existing ones, and delete orders when needed.


Commands

/order log

To log a new order, use the /order log command. You will need to provide the following details:

  • Customer: The customer who made the order.
  • Product: The product that was ordered.
  • Quantity: The number of items ordered.
  • Price: The price of the product.

This will create a new order entry in the system and keep track of it for future reference.

Make sure to log all orders promptly to maintain accurate order records.

/order lookup

If you need to look up an existing order, use the /order lookup command. You will need to provide the Order ID to retrieve details about the order. This allows you to view customer information, product details, quantity, and price.

Ensure you have the correct Order ID when using this command to avoid retrieving incorrect information.

/order delete

To delete an order, use the /order delete command. Provide the Order ID of the order you want to remove from the system. Once deleted, the order will be permanently removed from the logs.

Only authorized users (e.g., server admins) should be able to delete orders.


Managing Orders Effectively

The Order Logging module helps keep track of all orders within your server, ensuring that you can manage and reference them easily. It’s essential to log and maintain accurate order records for smooth operations.

Log Orders

Use the log command to record new orders.

Lookup Orders

Use the lookup command to search for and view existing orders.