sparxpres / module-websale
This package is abandoned and no longer maintained.
No replacement package was suggested.
Sparxpres Websale for Magento 2
Package info
github.com/sparxpres/magento-2
Type:magento2-module
pkg:composer/sparxpres/module-websale
1.0.24
2025-07-23 12:32 UTC
Requires
- ext-curl: *
- ext-json: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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
- Log in to your server with SSH and go to the Magento 2 root folder.
- 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.
- Log in to your server with SSH and go to the Magento 2 root folder.
- Enter the following commands
composer update sparxpres/module-websale
php bin/magento setup:upgrade
php bin/magento setup:di:compile