Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

WooCommerce Notices Fix

Leírás

Make WooCommerce Notices Compatible with all Cache Plugins using a Redirection with a ?woonotice=yes parameter and avoid to be cached.

Telepítés

  1. Upload the plugin to the „/wp-content/plugins/” directory
  2. Activate the plugin through the „Plugins” menu in WordPress
  3. Done.

GYIK

  1. Which Notices are you talking about?
    Some themes are using the dedicated WooCommerce hooks named ‘woocommerce_before_shop_loop’ & ‘woocommerce_before_single_product’.
    The problem is that WooCommerce will print its notices in PHP.
    If you’re using a caching plugin, like WP Rocket, or you won’t get the notices, or the notices will be stored into the cached files.

  2. Ok, so what kind of fix this is?
    I detect when WooCommerce need to print a notices, then i reload the same URL adding a GET parameter, this tip avoid pages to be cached or read from cache.

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“WooCommerce Notices Fix” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“WooCommerce Notices Fix” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

0.1

  • 19 oct 2014
  • First release