• Resolved therock2018

    (@therock2018)


    Hi,
    First of all, I would like to thank you for this wonderful plugin.
    I read different support pages without finding an answer or topic per what I need.

    I am using your plugin on a website (can I give you the URL in private?) with woo-commerce and Dokan multivendor. The store owner has a dashboard page where he can update their products.

    Unfortunately, I found that if they update (example) title and price, for example:
    Red Wine at $1.50 > become > White Wine at $2.00
    their store page still shows the old one (Red Wine at $1.50) if reloaded.

    Practically it doesn’t purge that product if updated.

    I set the plugin with Woocommerce in this way following your suggestions:
    https://ibb.co/GMTJ095

    Could you help me to fix this issue?
    I do not want to give the purge function to the seller,
    I am looking to find an automatic way.

    Many Thanks. Enrico.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter therock2018

    (@therock2018)

    Hi,
    I am trying to do it.. not easy but I am trying.
    Thanks for your help. Amazing plugin.

    Thread Starter therock2018

    (@therock2018)

    Do you know a way to add it on the side menu using the function?

    Plugin Contributor iSaumya

    (@isaumya)

    Hi,
    I don’t think it would be possible to add it on the side menu but you can use CSS to position it in different place on the top menu so that it is more aligned left and maybe doing display:none for few top menus that you don’t need so that this shows up in its place on the top menu.

    Thread Starter therock2018

    (@therock2018)

    Thanks a lot. I am following your suggestion.
    I found this style who hides the menu on small device

    @media screen and (max-width: 782px)
    #wp-toolbar>ul>li {
    display: none;
    }

    I am working to bypass it!
    Thanks for you help!

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Woocommerce/Dokan doesn’t purge product when updated’ is closed to new replies.