Setup Business Manager - mollie/SalesforceCommerceCloud GitHub Wiki
The first thing to do is to setup the Storefront cartridges. The plugin exists out of 3 storefront cartridges. These cartridges will need to be added to Cartridge Path of the required Storefront Site(s).
| Name | Purpose |
|---|---|
| int_mollie | Contains all the business logic pertaining order and payment management through the Mollie API. |
| int_mollie_sfra | Contains Payment and Checkout controllers and templates. |
| mollie_sfra_changes | Contains overwritten SFRA controllers and templates |
It is important to add the cartridges in the following order. Insert these cartridges before app_storefront_base cartridge.
| Cartridge List |
|---|
| mollie_sfra_changes:int_mollie_sfra:int_mollie |
When this is done, it is time to setup the Business Manager cartridges. There are 2 cartridges that you will need to be added to the cartridge path for the Business Manager.
| Name | Purpose |
|---|---|
| int_mollie | Contains all the business logic pertaining order and payment management through the Mollie API. |
| bm_mollie |
|
| app_storefront_base | Add this cartridge to provide the necessary business logic to the custom actions in the Customer Service Center |
It is important to add the cartridges in the following order.
| Cartridge List |
|---|
| bm_mollie:int_mollie:app_storefront_base |
The project also contains a metadata folder. This metadata folder contains jobs, custom attributes, services, payment processors and payment method required.
To import the data, follow the next steps:
- Unzip metadata/metadata.zip rename RefArch to your site name. You need to do the change at the following locations:
- Cahnge the name of the directory sites/RefArch to sites/{{your_siteId}}
- Replace RefArch in the resource-path inside the file access-roles.xml
- Make sure to check all the roles that should gain access to the Mollie Configuration Pages. Only the Administrator Role is included in the import file.
- Replace RefArch in the site-id inside the file jobs.xml
- Go to Administration -> Operations -> Site Import & Export
- Under Import & Export Files click on Upload
- Upload the metadata/metadata.zip
- Import the uploaded file