WPIntell

Source evidence

Working on multisite

Change Prices with Time for WooCommerce · support · 2021-10-11T10:06:00+00:00

complaintsentiment
mediumseverity
0.87relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 34 rows with source links

17.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
eveniosoftware unresolved
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] 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.

Comments

1 shown
Igor Benic 2021-10-13T14:16:00+00:00

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.