Rebuy integration
Written By Giftnote Admin
Last updated Over 1 year ago
Giftnote Integration with Rebuy
Giftnote can integrate with Rebuy adding the Giftnote modules into the existing Rebuy Smart cart. This will need to be managed within the Rebuy app
This guide is intended for users already experienced with Rebuy.
Setting up the Integration
From the Rebuy Dashboard select Smart Cart on the left-hand navigation

Select the currently active Smart cart

Scroll down the page until the apps section and select the configuration option next to GIftnote

This will open a configuration popup where the labels will need to be set for the prompt where there is no message or when there is an existing message for the user to edit. These fields are required for the module to run. Save after they have been set.

Toggle on the module after the labels have been set.

Save via the button on the top right to add the module to the smart cart.

Customisation options
The Giftnote module has the same customisation options for all smart craft apps.
This includes where the button appears and if the module should appear in an empty cart, both of which can be set via their drop-downs on the Giftnote app under the Apps section of the smart cart

To add custom CSS to the button, add the following to the custom scripts block in the smart cart settings.
<template id="giftnote-rebuy"><style>
#container {
// Container styles
}
#button {
// Button styles
}
</style></template>
Here is an example

Ensure all customisations are saved via the save button on the top right after making them.
