Skip to content

Commit 3ed204f

Browse files
committed
Update getSchedules.php
1 parent 571e846 commit 3ed204f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

getSchedules.php

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
/**
44
* @Author: nguyen
55
* @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
88
*/
99

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+
//
1017
ini_set('display_startup_errors', 1);ini_set('display_errors', 1); error_reporting(-1);
1118
//// Setup Base
1219

0 commit comments

Comments
 (0)