WP Manifestindependent plugin directory
manifest / ecommerce / wordpress-shop-standards

Shop Standards

Common enhancements for WooCommerce shops.

by netzstrategen · github.com/netzstrategen/wordpress-shop-standards

1stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/netzstrategen/wordpress-shop-standards/archive/refs/heads/master.zip

Also on Packagist as netzstrategen/shop-standards:

composer require netzstrategen/shop-standards

From the readme

Shop Standards plugin This plugin adds what we consider standard refinements for e-commerce websites. These refinements include diverse customizations to WooCommerce and related plugins, like WooCommerce German Market. Configuration settings The plugin adds several configuration settings in two main points of the backend admin: - Custom tab in WooCommerce configuration page. - Products options (simple products, products variations). Shop customizations The customizations applied by shop-standards affect diverse aspects of the way the shop works: products prices, products stocks, products delivery time, products listing filtering, SEO, performance, WP-CLI commands... WooCommerce customizations These customizations include: - General products management and display. - Products prices management and display - Products sale label and category - Products stocks management and display - Products delivery time management and display - Filtering products by delivery time - Plus Products category - Cart and checkout General products management and display - Set number of products displayed on listing pages. - Minimum amount of product variations to trigger the AJAX retrieval of data.

Read the full README on GitHub →