Hello,
My magento environment is setup to cater for multiple website. I want to schedule special price but with different overlapping time periods but I get the error "Future Update already exists in this time range".
Example:
I have 1 product, I assign special price in website 1 for time period [2020-08-01 10:00 to 2020-10-01 10:00].
I cannot assign special price in website 2 for time period [2020-08-02 10:00 to 2020-10-01 10:00].
Can anyone recommend any solution.
Thank you.
Hello @camdoosumi51c9
Please refer https://docs.magento.com/user-guide/catalog/catalog-price-scope.html for the solution.
I hope it helps.
Hi @camdoosumi51c9
Please follow these steps to setup price store wise:
1. On the Admin menu, go to Stores > Settings > Configuration. 2. Got to Catalog and choose Catalog. 3. Scroll down to the Price section and set Catalog Price Scope Website. 4. click on 'save config'
Run following command :
php bin/magento cache:flush
If issue resolve, please click on 'Kudos' & Accept as Solution!