thesgroup / module-razoyo-carprofile
Ability to add a car to a customer account
Fund package maintenance!
sashas777
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~8.2.0||~8.3.0
- magento/framework: 103.0.*
- magento/module-customer: 103.0.*
- magento/module-store: 101.1.*
This package is auto-updated.
Last update: 2024-12-26 03:39:24 UTC
README
Establishes a connection between Adobe Commerce and a Cars API service, allowing customers to add and manage car details within their customer profiles.
Installation
Run the following command at Magento 2 root folder:
composer require thesgroup/module-razoyo-carprofile
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Uninstallation
composer remove thesgroup/module-razoyo-carprofile
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Configuration
The module can be configured at the Stores -> Configuration -> Customers -> Car Profile
Limitations
- An API response should be within 30 seconds.
- One customer may have only one car.
Possible Improvements
- GQL Interfaces for a headless theme.
- Admin management for customer's extension attribute.
- Ability to remove a car, currently possible to remove it.
- Ability to save more than one car.
- Support for switch between sandbox/production environment for API with a dropdown option
- Implement cache for API requests responses
- Add Unit tests