sparxpres/module-websale

Sparxpres Websale for Magento 2

Installs: 3 438

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:magento2-module

1.0.21 2024-10-24 12:30 UTC

This package is auto-updated.

Last update: 2025-04-24 13:44:11 UTC


README

Prerequisites

As with all Magento extensions, it is highly recommended backing up your site before installation, and to install and test on a staging environment prior to production deployments.

Install with composer

  1. Log in to your server with SSH and go to the Magento 2 root folder.
  2. Enter the following commands:
composer require sparxpres/module-websale
php bin/magento module:enable Sparxpres_Websale
php bin/magento setup:upgrade
php bin/magento setup:di:compile

Update with composer

Update the module to the latest available version.

  1. Log in to your server with SSH and go to the Magento 2 root folder.
  2. Enter the following commands
composer update sparxpres/module-websale
php bin/magento setup:upgrade
php bin/magento setup:di:compile