Home » Archive

Articles tagged with: order

Magento »

[27 Aug 2012 | One Comment]

I am using Magento verion 1.4.0.1 and I had this issue. I had enabled Paypal Express Checkout payment method. When I choose this method on checkout, I was redirected to Paypal website but order data was not displayed there. The main reason in my case was due to applied discount to the cart. I had [...]

Magento »

[7 Jun 2011 | 7 Comments]

Here is a quick tip to sort/order latest product by both created date and new from date. Created At date is automatically added when you add a new product. However, you have to set New from Date manually while adding or editing product. You may have product with same new from date. And, then you [...]

Magento »

[25 Feb 2011 | 4 Comments]

Gift Message facility is present in Magento by default. You can add gift message in order as a whole or in individule order items. By default, the gift message is not enabled in Magento.

Magento »

[2 Aug 2010 | 2 Comments]

Scenario: You have created a custom module. You have entered certain data in your database. You need to show the data randomly. Solution:

Magento »

[1 Jun 2010 | 10 Comments]

Here is a quick and easy way to create order invoice programmatically. Suppose, $_order contains your order. Here goes the code to create invoice:-

Magento »

[3 Dec 2009 | One Comment]

We are not allowed to order configurable and bundle products directly. We have to select product options from product detail page of configurable or bundle product. Only then we can add the product to cart. The following code fetches the order option selected for configurable and bundle products: