Store Credit Magento 2 Extension
The Store Credit Magento 2 Extension by Elsner Technologies empowers store owners to implement a robust store credit program. This extension enhances customer loyalty, streamlines refund processes by issuing credits directly to customer accounts, and encourages repeat purchases. It features a transparent transaction grid and supports loyalty rewards, making it an ideal solution for Magento 2 stores focused on boosting retention and sales.
Icon Description: An icon depicting a document with a dollar sign and a checkmark, symbolizing financial transactions or credits.
Installation
- Download: Purchase the Store Credit Magento 2 Extension from Elsner Technologies.
- Upload: Unzip the downloaded file and upload it to
app/code/Elsnertech/StoreCredit
in your Magento 2 root directory. - Run Commands: Execute the following commands in your Magento 2 root directory:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
- Verify: Navigate to Stores > Configuration > Sales > Store Credit in the Magento Admin Panel to confirm the extension is successfully installed.
Configuration
Access the extension's settings via Stores > Configuration > Elsnertech > Store Credit.
General Configuration
- Refund to Store Credit Automatically: Select 'Yes' to automatically refund to store credit when an order is cancelled.
- Allow applying Store Credit on Tax: Select 'Yes' to allow store credit to be applied to the tax amount.
- Allow applying Store Credit on Shipping: Select 'Yes' to allow store credit to be applied to the shipping amount.
Storefront Configuration
- Store Credit Balance in Top Link: Select 'Yes' to display the store credit balance in the top navigation link.
- Hide the top-link if Store Credit balance is empty: Select 'Yes' to hide the top link if the customer has no store credit balance.
Extension Settings
- Enable: Select 'Yes' to activate or 'No' to disable the extension.
- Sender Email: Choose the sender email identity for credit-related notifications (e.g., "General Contact").
- Email Template: Select or customize an email template for balance update notifications.
Signup & Notifications
- Enable on Signup: Select 'Yes' to award store credit to customers upon account creation.
- Signup Credit Amount: Set the amount of credit awarded upon signup (e.g., $10).
- Subscribe Customers to Store Credit Notifications by Default: Select 'Yes' to automatically subscribe customers to store credit notifications.
- Store Credit Balance Notifications Sent When: Configure the events that trigger store credit balance notifications. Options include:
- Balance adjusted by admin
- Order canceled
- Refund by Store Credit
- Reimburse of spent Store Credit
- Store Credit used in order
- Earn Rewards
Rewards
- Sign up Reward: Set the reward amount for signing up.
- Get 1 point when customer spent amount of: Define the spending amount required to earn one point.
Advanced Settings
- Debug Mode: Select 'Yes' to enable logs in
var/log/elsner_storecredit.log
for troubleshooting. - Credit Limits: Set minimum and maximum credit usage limits per transaction if needed.
- Save Configuration: Click 'Save Config' and refresh caches in System > Cache Management to apply changes.