• Resolved Hamed Sedaghat

    (@visualhost)


    Hi Dear

    when I import excell (by woo import export add-one), some products updates stock and (or) price. some product only price and some only stock and some both

    but nothing purge automaticly

    its need to purge cache about: homepage, shop archive, products that change, any related taxonomy of that products

    with best wishes

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support vupdraft

    (@vupdraft)

    Would you be able to provide a sample import/export?

    If you can, please sanitise any data so there is nothing sensitive in it.

    Thread Starter Hamed Sedaghat

    (@visualhost)

    sure. its sample and anyone can see

    http://woodmart.visualhost.ir/hamed.xlsx

    the woo add-one use SKU to check exist product, then if change any other part will update

    like: stock, regular price and etc …

    Plugin Support vupdraft

    (@vupdraft)

    I will add it as a feature request.

    You can try hooking into the filter wpo_purge_cache_hooks. E.g.

    // Add a new action that will trigger a cache purge

    add_filter( ‘wpo_purge_cache_hooks’, function( $actions ) {

        $actions[] = ‘my_custom_action’;

        return $actions;

    } );

    Thread Starter Hamed Sedaghat

    (@visualhost)

    again, thanks a lot dear

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘purge cach by import excell’ is closed to new replies.