orders

Not being able to order by includes on Rails3

I have the following expression: user.clocks.includes(:users, :runs => :user_runs).find_by_id(params[:id]) which seems to work fine. But when I add an orders, like this: user.clocks.includes(:users, :runs => :user_runs).orders("users.names").find_by_id(params[:id]) it breaks with the following error: ActiveRecord::ConfigurationErr...

Create order per product item on Magento [ask]

Hi all, Can we create the order per product item on Magento when we go to checkout process..? For example : If on my shopping cart, I've 2 products, so the order is separates into 2 orders.. Thanks.. ...