Set Up Bolt for Volusion
Use this guide to install the Bolt integration for Volusion.
Prerequisites
- Volusion v1 (v2 not supported)
- The Generic API must be enabled
- This must be a full Volusion account (not a trial account)
- Your Volusion plan must support sFTP and the Volusion API
How to Install
1. Upload Plugin
- Contact your Customer Success Manager to download the plugin.
- Open the vspfiles/bolt/config.asp file in a text editor.
- Enter your configuration parameters
- Enter the API keys provided by Bolt
- Enter the Volusion API credentials
- Save.
- Open an sFTP client.
- Use your Volusion Admin credentials
- Connect to port 2222
- In sFTP, navigate to your store’s vspfiles folder.
- From the text editor, copy the vspfiles folder to the root folder in the directory structure of your store. This overwrites the existing content.
- Log in to Volusion Admin.
- Navigate to MARKETING > SEO > Search Engine Optimization.
- Add the following to the Globally Appended Meta Tags field:
{
"codes": [
{
"code": "<script id=\"bolt-connect\" type=\"text/javascript\" src=\"https://connect.bolt.com/connect.js\" data-publishable-key=\"<publishable key from Bolt Merchant Dashboard>\">\n</script>\n<script type=\"text/javascript\" src=\"/v/vspfiles/bolt/js/bolt.js.asp\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/v/vspfiles/bolt/css/bolt.css.asp\">\n<script id=\"bolt-track\" type=\"text/javascript\" src=\"https://connect-sandbox.com/track.js\" data-publishable-key=\"<publishable key from Bolt Merchant Dashboard>\">\n</script>",
"language": "javascript",
"name": null
}
]
}
- In a separate browser tab, log in to the Bolt Merchant Dashboard.
- Navigate to Developer > API > Keys.
- Copy your API Key.
- Return to your Volusion Admin tab and fill the publishable key field with your Bolt API Key.
Update bolt-connect and bolt-track urls to the following accordingly if you are doing integration to sandbox environment:
https://connec-sandbox.bolt.com/connect.js
https://connect-sandbox.bolt.com/track.js
- Save.
- Open the URL:
[store_url]/v/vspfiles/bolt/install.asp
You should get a success message confirming Bolt’s installation.
- Log in to the Bolt Merchant Dashboard.
- Navigate to Developer > Webhooks.
- Scroll to Webhook Endpoints.
- Set Webhook URL to the following:
[store_url]/v/vspfiles/bolt/order-update.asp
- Set the Shipping and Tax URL to the following:
[store_url]/v/vspfiles/bolt/shipping-and-tax.asp
Your Bolt Volusion Plugin is now installed and configured!