Shoppe is a Shopping theme and ready to use WooCommerce as your e-commerce WordPress plugin
- WooCoomerce Support
- No additional JS
- Sass for stylesheets
- Compatible with Contact Form 7
- Fast & lightweight (Google Speed: 99/100)
- Theme options built directly into WordPress native live theme customizer
- Responsive design
- Cross-browser compatibility
- Custom Google WebFonts
- Child themes support
- Developer friendly extendable code
- Translation ready (with .POT files included)
- Right-to-left (RTL) languages support
- SEO optimized
- GNU GPL version 2.0 licensed
- …and much more
See a working example at https://demo.vitathemes.com/shoppe/.
- Simply install as a normal WordPress theme and activate.
- In your admin panel, navigate to
Appearance > Customize
. - Put the finishing touches on your website by adding a logo, typography settings, custom colors and etc.
themes/Shoppe/ # → Root of your theme
│── css/ # → Compiled CSS file
│── js/ # → Theme js files
│── sass/ # → Theme scss files
├── languages/ # → Theme Language files
├── template-parts/ # → Theme Part files (Include)
├── node_modules/ # → Node.js packages
├── package.json # → Node.js dependencies and scripts
│── classes/ # → Custom PHP classes
├── inc/ # → Theme functions
│ ├── TGMPA/ # → TGMPA library
│ ├── customizer.php # → All codes related to WordPress Customizer (We use Kirki Framework)
│ ├── template-functions.php # → Custom template tweaks
│ └── template-tags.php # → Custom template tags
│ └── hooks.php # → Theme custom hooks
│ └── tgmpa-config.php # → Configuration file for TGMPA
└── page-templates/ # → Page Templates
Edit functions.php
to enable or disable theme features, setup navigation menus, post thumbnail sizes, and sidebars.
- Run
npm install
from the theme directory to install dependencies - Run
gulp
from the root of theme directory and it's starting to watch any changes in scss files from theassets/src/sass
folder
Contributions are welcome from everyone. We have contributing guidelines to help you get started.
Shoppe is licensed under GNU GPL.
Want to become a sponsor? you can sponsor & support VitaThemes by providing our team your service for free!