A complete WooCommerce-ready Divi theme setup for the Cocon Permanente Make-up website.
This repository contains a fully customized Divi theme with complete WooCommerce integration, ready to power an e-commerce site for permanent makeup products and services.
- β Homepage with Featured Products - Showcase your best products
- β Shop Overview Page - Product grid with filtering and sorting
- β Product Detail Pages - Complete product information with gallery
- β Shopping Cart - Full cart functionality
- β Checkout Process - Complete checkout flow
- π¨ Professional styling with gold accents
- π± Fully responsive design
- π§ Custom shortcodes for products
- β‘ Divi Builder integration
- π― Optimized for permanent makeup products
-
Extract the Divi theme
cd cocon-permanente-make-up # The Divi folder contains the complete theme
-
Upload to WordPress
- Upload
Divifolder to/wp-content/themes/ - Or zip and upload via WordPress admin
- Upload
-
Activate and Configure
- Activate the Divi theme
- Install WooCommerce plugin
- Follow the setup guide
cocon-permanente-make-up/
βββ Divi/ # Complete Divi theme
β βββ woocommerce.php # Shop page template
β βββ page-template-featured-products.php # Homepage template
β βββ functions.php # Modified theme functions
β β
β βββ woocommerce/ # WooCommerce templates
β β βββ single-product.php # Product detail page
β β βββ cart/
β β β βββ cart.php # Cart page
β β βββ checkout/
β β βββ form-checkout.php # Checkout form
β β
β βββ inc/
β β βββ woocommerce-custom.php # Custom functions & shortcodes
β β
β βββ css/
β β βββ woocommerce-custom.css # Custom styling
β β
β βββ WOOCOMMERCE-TEMPLATES-README.md # Full documentation
β βββ WOOCOMMERCE-QUICK-START.md # Quick setup guide
β
βββ Divi.zip # Theme package from FTP
βββ WOOCOMMERCE-SETUP-COMPLETE.md # Setup summary
βββ README.md # This file
- Quick Start Guide - Get started in 5 minutes
- Full Documentation - Complete template reference
- Setup Summary - What's been configured
- Template usage and customization
- Available shortcodes
- Styling customization
- Troubleshooting common issues
Display products anywhere on your site:
// Featured products
[featured_products limit="8" columns="4"]
// Recent products
[recent_products limit="12" columns="3"]
// Products by category
[product_category category="eyebrows" limit="8" columns="4"]Edit Divi/css/woocommerce-custom.css:
/* Find and replace #d4af37 with your brand color */
background: #d4af37; /* Gold - change this */Edit Divi/inc/woocommerce-custom.php:
function cocon_woocommerce_products_per_page() {
return 12; // Change this number
}Edit Divi/inc/woocommerce-custom.php:
function cocon_woocommerce_loop_columns() {
return 4; // Change to 3 or 2
}- WordPress 5.0+
- WooCommerce 5.0+
- PHP 7.4+
- Divi Theme
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Mobile browsers
- Desktop: 992px+
- Tablet: 768px - 991px
- Mobile: < 768px
Divi/woocommerce.phpDivi/woocommerce/single-product.phpDivi/woocommerce/cart/cart.phpDivi/woocommerce/checkout/form-checkout.phpDivi/page-template-featured-products.phpDivi/inc/woocommerce-custom.phpDivi/css/woocommerce-custom.css- Documentation files (3 total)
Divi/functions.php- Added WooCommerce integrations
- Responsive product grids
- Featured products homepage
- Product detail pages with gallery
- Shopping cart functionality
- Complete checkout process
- Custom styling (gold theme)
- Mobile optimization
- Divi Builder compatible
- Product shortcodes
- Category filtering
- Product sorting
- Zoom/lightbox gallery
- Cross-sells and upsells
- Comprehensive documentation
Products not showing?
- Verify WooCommerce is installed and activated
- Check products are published with prices
- For featured products, ensure "Featured" is checked
Styling issues?
- Clear site cache
- Check
woocommerce-custom.cssis loading - Try disabling other plugins temporarily
Shortcodes not working?
- Verify correct syntax
- Check WooCommerce is active
- For categories, confirm category slug is correct
- Check the Quick Start Guide
- Review Full Documentation
- Check WooCommerce documentation
- Contact your developer
- The theme is fully compatible with Divi Builder
- All templates can be edited visually
- Custom CSS follows WordPress coding standards
- All functions are properly namespaced
- Templates follow WooCommerce best practices
v1.0.0 - Initial Setup
- Complete WooCommerce template integration
- Custom styling implementation
- Shortcode system
- Documentation
This project uses the Divi theme which is licensed separately. Custom code created for this project follows WordPress standards.
Everything is set up and ready to go. Follow the Quick Start Guide to get your store online.
Need help? Check the documentation files or contact your developer.
Created for Cocon Permanente Make-up
Last Updated: 2025