order

  1. How to Change the Order Increment ID and Prefix in Magento

    How to Change the Order Increment ID and Prefix in Magento

    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...

    Read more »
  2. Magento: Delete Magento Test Orders From sql query

    Magento: Delete Magento Test Orders From sql query

    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...

    Read more »
  3. Magento: Create order programatically customer as guest in magento SOAP

    Magento: Create order programatically customer as guest in magento SOAP

    By using this code you can easily create order through magento api.

    [php]

    <?php

    $proxy = new SoapClient('http://yoursite.com/api/soap/?wsdl');
    $sessionId =...

    Read more »