Install the Cartridge and Import the Metadata
-
Download the cartridge
- The current version of the cartridge is available directly from Cash App Afterpay
- It’s also hosted on Salesforce’s AppExchange platform
-
Build the client-side Resources. These are the client-side CSS (Cascading Style Sheets) and JS (JavaScript) files that are specific to Cash App Afterpay; this is a required step.
- Confirm that
package.json
contains the correct reference to the location of the SFRA base cartridge (Only for SFRA):
- Confirm that
-
Set the path. Set the path to the base cartridge of SFCC which is required for the Cash App Afterpay cartridge to work.
-
Install/Run commands. These commands install the node in our cartridge onto your local storage and compiles the JS and CSS files residing in our cartridge.
-
Import the cartridge. Use UX Studio to import the cartridge. Alternatively, you can also use Node Package Manager (npm) and run uploadCartridge, or the VSCode Prophet plugin.
Once you have completed the five steps above, you are ready to import the metadata. See the section below.
Import the Metadata
For the Cash App Afterpay integration to work, the following object structures (metadata) must be imported and configured in the Business Manager. Do the following:
-
In the cartridge bundle go to the folder metadata/afterpay-meta-import/sites.
-
Rename the RefArch folder to the ID of your site. You can find the site ID in Administration > Sites > Manage Sites in the Business Manager.
-
Compress the afterpay-meta-import folder to generate the
afterpay-meta-import.zip
file. -
In the Business Manager, go to Administration > Site Development > Site Import & Export and import the zipped file.
Once you have imported the metadata, you are ready to make some final checks. See the section below.
Check For File Conflicts/Changes.
-
If you are using SiteGenesis, see the SiteGenesis code changes page to add Cash App Afterpay-specific code changes to your base store cartridges.
-
If you are using SFRA, see the SFRA Files change review page to see the files that override the files in the base cartridge.