• Hello,

    We have your plugin working in a multisite. We use NS Cloner to clone sites (so products cloned have the same ID but are in different tables). When cron executes the price change, it applies to all sites products with the same ID (even when timed changes are different).

    Did you know that? Have a solution?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Igor Benic

    (@ibenic)

    Hi @eveniosoftware, if you’re cloning the sites, the CRON for price changes are also stored on every site.

    This is mostly a problem with having the CRON for product prices changes saved in the WP CRON.

    You should be able to view those in DB table {prefix}_options where the name of the option is cron.

    The easiest but slowest would be to go to each product that has their price changes saved and remove those, then re-save it so it cleans the CRON for those products.

Viewing 1 replies (of 1 total)
  • The topic ‘Working on multisite’ is closed to new replies.