Skip to content

Instantly share code, notes, and snippets.

View SiarheyUchukhlebau's full-sized avatar
🎯
Focusing

Siarhey Uchukhlebau SiarheyUchukhlebau

🎯
Focusing
View GitHub Profile
@SiarheyUchukhlebau
SiarheyUchukhlebau / editorder.php
Created March 30, 2020 08:14
Edit order amounts
<?php
/**
* Copyright © MageWorx. All rights reserved.
* See LICENSE.txt for license details.
*/
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
ini_set('memory_limit', '5G');
error_reporting(E_ALL);
@SiarheyUchukhlebau
SiarheyUchukhlebau / editorderaddproduct.php
Created December 4, 2019 12:21
Edit order items; Add new items to order;
<?php
/**
* Copyright © MageWorx. All rights reserved.
* See LICENSE.txt for license details.
*/
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
ini_set('memory_limit', '5G');
error_reporting(E_ALL);