Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 922 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 922 Bytes

Woocommerce Snippets

This repo contains a variety of WooCommerce Snippets to changes a site's functionality.

Installation

You need to add the code snippts to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Code snippets plugin. Adding custom code directly to your parent theme’s functions.php file be lost entirely when you update the theme.

Contents

  1. Exclude products from a particular category on the shop page
  2. Add buttons to products on the shop/category page
  3. Include product dimensions and weight in admins emails
  4. Bypass logged in user can review to allow guests to review too
  5. Quick order search