We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
order
- May 28, 2016 45
Here and there the need emerges where you should change the Magento request numbering. Maybe it is important to keep away from strife with a different Magento establishment or other ecommerce...
- August 13, 2015 22
In this article I'm discussing about how to delete magento test order from mysql query because there is no way in Magento to delete those test orders which were made while testing the Magento...
- May 06, 2015 18
By using this code you can easily create order through magento api.
[php]
<?php
$proxy = new SoapClient('http://yoursite.com/api/soap/?wsdl');
$sessionId =...