Titan Tools Store Theme
Titan Tools Store Theme is a front-end template to help your store get started with VTEX’s core features for businesses selling to other businesses.
Installing the Titan Tools Store Theme
Prerequisites
Set up your development environment
Before starting with the Titan Tools Store Theme setup itself, you must:
- Set up a workspace to develop in VTEX IO on your machine.
- Follow these instructions to make sure you meet all the prerequisites to develop using Store Framework.
- Make sure your store’s catalog is integrated with VTEX Intelligent Search, as described in this article.
Install required B2B apps
Clone this repository, enter its directory in terminal and run:
bash ./install-list.sh
Some applications must be installed via App Store. In these cases, a browser window will open for installation.
How to use
After following the steps above, you are ready to use Titan Tools Store Theme. You must:
- Replace
vendor
onmanifest.json
for your account name - Run the
vtex link
command on the CLI. - Run the
vtex browse
command to see the store using Titan Tools Store Theme on your browser.
Customization
You can customize Titan Tools Store Theme according to your store’s business needs. Check our guide on Customizing the B2B Store Theme for more information.
Continuous Delivery
This repository has a GitHub Actions workflow that publishes, deploys and installs this theme to the account indicated in the manifest.json vendor on push release tag after a vtex release {patch|minor|major} stable
command runs.
For workflow to work, it's necessary to create an application key with publish, install and deploy app permissions for your account.
Then, create the following secrets in your Github repository secrets with respectively values of created application key and token:
VTEX_TOOLBELT_KEY
VTEX_TOOLBELT_TOKEN