How to install the extension
How to install the extension
Back up your store database and web directory.
Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store.
Copy the installation instructions from the page My Downloadable Products to ...
Quick StartQuick Start
Our Store Credit & Refund extension for M2 is a simple yet powerful extension that allows customers to build complex policies with minimal effort. Most of its functions work out-of-box, and once you've installed it, you can refund your ord...
Store Credit SettingsStore Credit Settings
This section describes all settings that you can use for configuring your crediting and refunding policy.
They are located at Sales -> Store Credit -> Settings and divided into the following subsections:
General Settings
Store...
Customers' BalancesCustomers' Balances
Customers' Balance Grid
All customers' balances can be seen in one place, using the Sales -> Store Credit -> Customers grid.
The grid contains the following information:
Customer Name - customer name.
Customer Email - customer e...
TransactionsTransactions
All Store Credit transactions are located in the Sales -> Store Credit -> Transactions section. Each of them provides the following information:
Transaction # - ID of the transaction.
Customer Name - the name of the customer, to whom t...
Earning RulesEarning Rules
The Earning Rules allow you to award customers for placing an order with an additional monetary amount, which will go directly to his/her account and can be used immediately on the next placed order.
It is a powerful promotional tool that ca...
Credit productCredit product
Credit Products are special types of products that allow customers to deposit or refill funds in their balances.
They consist of two types:
Credit Products - allows customers to deposit money to the Store Credit balance at a price.
Refill ...
ReportsReports
Our extension allows you to generate reports about the Store Credit operations. It only provides general statistics, which can be seen at Sales -> Store Credit -> Reports.
The Report can be generated for the following time periods:
Day
Week...
How-ToHow-To
This section describes the most common issues and their solution, consisting of the following subsections:
Customizing Email Template for Store Credit Balance Update
Customizing Email Template for Store Credit Balance Update.
Go to Marketing -&...
Command Line InterfaceCommand Line Interface
Usage: php -f ./bin/magento [options]
mirasvit:credit:import-export --export - export all customer' balances to the export.csv file
mirasvit:credit:import-export --import --file import.csv - import customer' balances from the impor...
GraphQL Objects ReferenceGraphQL Objects Reference
Cart object
.
The Cart object can contain the following attributes:
Attribute
Data Type
Description
credit
CartCredit
Store credit information for cart
CartCredit object
Defines store credit information for cart
The Car...
How to upgrade extensionHow to upgrade extension
To upgrade the extension, take the following steps:
Back up your store database and web directory.
Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store.
Run the command composer requi...
Disabling ExtensionDisabling Extension
Temporary Disabling
To temporarily disable the extension, please take the following steps:
Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store.
Run the command php -f bin/magento module:d...
1.2.201.2.20
(2024-10-23)
Fixed
Incorrect total calculation on graphQl customerCart query when Store Credit is applied
1.2.19
(2024-07-19)
Fixed
Added validation message in the Store Credit form in checkout
1.2.18
(2024-07-18)
Fixed
Store Credit form is ...