8000 GitHub - devmb90/queue
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

devmb90/queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 Order Queue Processor

Overview

This module provides functionality to:

  1. Process the queue by adding a special comment to the corresponding orders.
  2. Allow the comment text to be configured via the admin panel.

Features

  • Queue management for order IDs.
  • Automated queue processing to add comments to orders.
  • Customizable comment text through the admin configuration.

Installation

  1. Copy module files to app/code/Maksym/Queue
  2. Run commands: php bin/magento module:enable Maksym_Queue php bin/magento setup:upgrade php bin/magento cache:flush

Configuration

Configuration of added message can be found in Stores -> Configuration -> Sales -> Order Comment Configuration

Running

Start message queue with:

bin/magento queue:consumers:start add_order_message

and create new order

queue

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0