If you successfully synchronized content from Magento and configured Magento Structure in Drupal, then now is a good time to create your first test Order from Drupal to check that everything is configured and working correctly.

Open your drupal site and navigate to Content Management -> Magento -> Magento Products
http:///admin/content/manage_products (see screenshot).

Click on any product title to open product page (screenshot).

You will have got the message like “Product has been added”. Go to cart by clicking the link in Magento Cart block.

Processing an Order to checkout is implemented as going through several Cart State steps.

Once you‘ve got Cart Order Confirmation, put down the Order Number from Confirmation form (in our example on the screenshot Order Number is 100000016 ), and check the Order in Magento.

Check the Order in Magento (screenshot):

  • Open magento site admin backend.
  • Login as admin.
  • Open `Sales`->`Orders`
  • Find the order through filtering orders by Order #.
  • Open the Order and check Order data. The Order data should be the same in Drupal and Magento.

Congratulations! You have configured Drupal-Magento e-Commerce solution.