wise/module-productpositiondraggable

Module adds drag and drop option for products in category for changing product's position in category

Installs: 125

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 0

Forks: 0

Open Issues: 0

Language:HTML

Type:magento2-module

1.0.0 2022-04-22 14:58 UTC

This package is auto-updated.

Last update: 2024-09-08 19:11:58 UTC


README

Main Functionalities

Module adds drag and drop option for products grid on category edit page for changing product's position in category. The module also extends the grid with a thumbnail column that simplifies choosing the optimal placement of products in the category. This modules supports Magento Community 2.3.x, Magento Community 2.4.x

Category products grid with thumbnails and drag & drop position changing

Installation

There are several possible options for installing module.

Type 1: Zip file

  • Unzip the zip file in app/code/Wise/ProductPositionDraggable
  • Enable the module by running php bin/magento module:enable Wise_ProductPositionDraggable
  • Apply database updates by running php bin/magento setup:upgrade*
  • Generate module classes by running: php bin/magento setup:di:compile
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Install the module composer by running composer require wise/module-productpositiondraggable
  • Enable the module by running php bin/magento module:enable Wise_ProductPositionDraggable
  • Apply database updates by running php bin/magento setup:upgrade*
  • Generate module classes by running: php bin/magento setup:di:compile
  • Flush the cache by running php bin/magento cache:flush

Configuration

This module doesn't require configuration.