✒️
Magento 2 RMA
  • Overview
  • Installation
    • Setup Module
  • Config and Usage
    • Module Configuration
    • Manage RMA Return
    • RMA Reports
    • Customer Manage RMA
  • Rest API
  • Graph Ql
  • Other Module Guides
    • Magento 2 Step Recommendation
Powered by GitBook
On this page
  1. Installation

Setup Module

At now the module just support setup via FTP and run magento 2 commands

To install Magento 2 RMA extension, please follow below instructions step by step:

Download new module file on our site https://landofcoder.com and upload right module version for magento 2 version of your site via FTP client (firezilla)

Run magento 2 commands:

php bin/magento module:enable Lof_Rma

php bin/magento setup:upgrade --keep-generated

php bin/magento setup:static-content:deploy -f

php bin/magento cache:clean

PreviousOverviewNextModule Configuration

Last updated 2 years ago