Download the PHP package loyaltyengage/loyaltyshop without Composer
On this page you can find all versions of the php package loyaltyengage/loyaltyshop. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download loyaltyengage/loyaltyshop
More information about loyaltyengage/loyaltyshop
Files in loyaltyengage/loyaltyshop
Download loyaltyengage/loyaltyshop
More information about loyaltyengage/loyaltyshop
Files in loyaltyengage/loyaltyshop
Vendor loyaltyengage
Package loyaltyshop
Short Description Magento 2 module to add products to cart based on loyalty points
License MIT
Homepage https://github.com/Loyalty-Engage/LoyaltyEngageMagento
Package loyaltyshop
Short Description Magento 2 module to add products to cart based on loyalty points
License MIT
Homepage https://github.com/Loyalty-Engage/LoyaltyEngageMagento
Please rate this library. Is it a good library?
Informations about the package loyaltyshop
LoyaltyEngage LoyaltyShop for Magento 2
A Magento 2 module that allows customers to add products to their cart based on loyalty points.
Features
- Add products to cart based on loyalty points
- Automatic cart expiry for loyalty-based items
- Order processing for loyalty-based purchases
- Admin configuration for loyalty program settings
- Integration with Magento's customer and cart systems
Requirements
- PHP 7.4 or higher
- Magento 2.4.x or higher
- Composer
Installation
Via Composer (Recommended)
-
Add the repository to your Magento 2 project's
composer.json: - Enable the module:
Manual Installation
- Create a directory structure in your Magento installation:
app/code/LoyaltyEngage/LoyaltyShop - Download the module and extract its contents to the directory you created
- Enable the module:
Configuration
- Log in to your Magento Admin Panel
- Navigate to Stores > Configuration > LoyaltyEngage > LoyaltyShop
- Configure the following settings:
- API Connection Settings
- Cart Expiry Options
- Order Processing Settings
Usage
Frontend
The module adds functionality to the customer's shopping cart, allowing them to:
- Add loyalty-based products to their cart
- View loyalty points balance
- Process orders using loyalty points
API Endpoints
The module provides the following API endpoints:
POST /V1/loyaltyengage/cart: Add loyalty-based products to cartDELETE /V1/loyaltyengage/cart/items/{itemId}: Remove a specific loyalty item from cartDELETE /V1/loyaltyengage/cart/items: Remove all loyalty items from cart
Cron Jobs
The module includes the following cron jobs:
loyaltyengage_cart_expiry: Removes expired loyalty items from cartsloyaltyengage_order_place: Processes loyalty-based orders
Support
For support, please contact:
- Email: [email protected]
- Website: https://loyaltyengage.com
License
This module is licensed under the MIT License - see the LICENSE file for details.
All versions of loyaltyshop with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.1 || ^8.2 || ^8.3 || ^8.4
magento/framework Version ^103.0 || ^104.0 || ^105.0
magento/framework Version ^103.0 || ^104.0 || ^105.0
The package loyaltyengage/loyaltyshop contains the following files
Loading the files please wait ...