The Groover template is a versatile framework designed for creating stunning, responsive e-commerce sites. Whether you’re selling clothing, toys, electronics, or furniture, Groover has got you covered. In this article, we’ll walk you through the essential steps for getting started with the Groover template, as well as troubleshooting tips to help you along the way.
Getting Started
To begin your journey with Groover, you need to be familiar with a couple of essential tools, especially Webpack and npm. Groover is structured with modern technologies to ensure a seamless experience, offering both Webpack and HTML5 versions of the template.
- Webpack Version: Includes JavaScript and Sass files along with configuration for building your project into a ready-to-deploy version.
- HTML5 Version: Contains only HTML, JavaScript, and CSS files.
Downloading the Template
Upon downloading the Groover archive, you will find two folders:
- HTML: The HTML version of the template.
- html_webpack: The Webpack version of the template.
Customizing the Template
Once you have unpacked the folders, customization becomes the next exciting step. Here’s how you can modify the template according to your preferences:
1. Disable the Newsletter Modal
If you want to disable the newsletter modal that appears on the homepage, open app.js and comment out the function that triggers it. This can be found under the homepage JavaScript functions.
$(function () {
// showNewsletterModal(); // Comment this function to disable the modal
});
2. Adjust Slider Options
Modify the homepage sliders by changing the options in app.js. Look for the initialization functions to control how the sliders behave.
const sliderMain = function() {
let $owl = $('.slider-main');
$owl.owlCarousel(); // Adjust settings here as needed
};
3. Change the Color Scheme
Groover comes with multiple CSS files for different color schemes, including:
cssbundle.blue.cssfor a blue schemecssbundle.green.cssfor a green scheme- …and more!
Simply replace the link tag in your HTML files to switch styles.
Understanding Webpack Version Structure
The structure of the Webpack version contains two main folders:
- dist: This is the production-ready folder that includes built files that users will interact with.
- src: This folder holds editable files and scripts you will modify to customize your website.
Installation for Webpack
To get started with the Webpack version, make sure you have Node.js installed on your machine. This will enable you to use npm to manage your dependencies.
- Navigate to
html_webpackfolder - Run the command:
npm install
Troubleshooting Tips
If you encounter any issues while using the Groover template, here are some tips:
- Ensure your Node.js and npm versions are up-to-date.
- Check your console for any JavaScript errors that might occur during runtime.
- Revisit the instructions for any overlooked steps.
- For more insights, updates, or to collaborate on AI development projects, stay connected with fxis.ai.
Conclusion
With its robust structure and customizable features, Groover is an excellent template for creating an e-commerce website that stands out. Be sure to explore and experiment with the many options available so you can create a store that perfectly fits your vision.
At fxis.ai, we believe that such advancements are crucial for the future of AI, as they enable more comprehensive and effective solutions. Our team is continually exploring new methodologies to push the envelope in artificial intelligence, ensuring that our clients benefit from the latest technological innovations.

