Plugin — WooCommerce - martindubenet/Wordpress GitHub Wiki
https://wordpress.org/plugins/woocommerce/
WooCommerce is the world’s most popular (and FREE) open-source eCommerce solution. It is also translation ready and supported by WPML plugin.
Tutoriel pour les produits vendus au Québec
Activer la taxe
- Sidebar menu ↦ « Woocommerce » ↦ Onglet « Général »,
- Descendre à la ligne « Activer la taxe »,
- Cocher l'option « ✅ Activer le calcul et le coût des taxes »
WooCommerce's StoreFront master theme
https://docs.woocommerce.com/documentation/themes/storefront/
StoreFront is the default (free) master theme maintained by WooCommerce. They sale a bunch of plugins to extend the default functionality and features.
Custom theme development tutorials
Best practices to customize WooCommerce plugin from your theme
Use hooks within your functions.php (or plugin) to polulate the « woocommerce.php
» template using your theme's page.php
markup as a reference.
Overriding WooCommerce templates
Edit files in an upgrade-safe method using overrides. Copy the template into a directory within your theme named /woocommerce
keeping the same file structure but removing the /templates/
subdirectory.
Style WooCommerce via functions.php
- Stop WooCommerce plugin from loading all or specific stylesheets using their
woocommerce_enqueue_styles
method. - Add your custom stylesheets within their plugin using the
wp_enqueue_woocommerce_style
allowing you to overrule woocommerce.css.
Available features
Enable Product Gallery
This is optional. You do not have to support all 3 parts of the gallery.
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );
WooCommerce data file xml for theme developer
Woocommerce Sub-Plugins
- Deposits for Woocommerce (Free) by CodeiXER.
- Woocommerce Deposits by Woocommerce.