File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 3
3
/**
4
4
* @Author: nguyen
5
5
* @Date: 2022-03-30 15:49:55
6
- * @Last Modified by: nguyen
7
- * @Last Modified time: 2022-03-30 17:01:28
6
+ * @Last Modified by: Alex Dong
7
+ * @Last Modified time: 2022-03-30 17:24:14
8
8
*/
9
9
10
+ // https://magento.stackexchange.com/questions/341300/how-to-get-all-scheduled-changes-for-a-product-in-magento-commerce
11
+
12
+ // https://magento.stackexchange.com/questions/315637/magento-2-enterprise-schedule-update-programatically
13
+ // https://magento.stackexchange.com/questions/314163/magically-special-from-date-is-set-whenever-product-is-updated
14
+ // https://magento.stackexchange.com/questions/148851/m2-enterprise-how-to-add-special-price-for-product-from-date-to-date-programmat
15
+ //
16
+ //
10
17
ini_set ('display_startup_errors ' , 1 );ini_set ('display_errors ' , 1 ); error_reporting (-1 );
11
18
//// Setup Base
12
19
You can’t perform that action at this time.
0 commit comments