Ingeni Woocommerce Shop Open and Close
Allows Woocommerce sites to be temporarily closed by hiding the Add to Cart and product list via CSS.
by Bruce McKinnon - ingeni.net · github.com/brucemckinnon/ingeni-woo-shop-open-close · website
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/brucemckinnon/ingeni-woo-shop-open-close/archive/refs/heads/master.zipReadme
=== Ingeni Woo Shop Open ===
Contributors: Bruce McKinnon Tags: woocommerce, seo Requires at least: 4.8 Tested up to: 5.1.1 Stable tag: 2021.05
Used in conjunction with Woocommerce. Allows the woo shop to be quickly closed or opened.
== Description ==
-
- Used in conjunction with Woocommerce.
-
- Allows the woo shop to be quickly closed or opened.
== Installation ==
-
Upload the 'ingeni-woo-product-meta’ folder to the '/wp-content/plugins/' directory.
-
Activate the plugin through the 'Plugins' menu in WordPress.
== Frequently Asked Questions ==
Q - I can still see products in the store.
A - The plugin added two additional DIVs on the store and product pages:
and:
Your themes CSS can use these classes to hide store content. For example:
.shop_closed { display: none; } .shop_closed_after { margin: 100px 0; } .shop_closed_after::after { content: "Sorry, our online store is temporarily closed."; font-size: rem-calc(36); text-align: center; }
== Changelog ==
v2017.01 - Initial version
v2021.01 - Fixed an issue with loading the plugins CSS file.
v2021.02 - Fixed the Github update checking URL.
v2021.03 & 2021.04 - Released by mistake. No changes over v2021.02.
v2021.05 - If the current user is an admin, don't close the store.
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.