For non-EAV collections use one of the following methods $kitCollection-> getSelect()->order('related_sku DESC'); $kitCollection->setOrder('related_sku', ...
1 Answer · 1 Thank you for the warning about the default direction. Without that I probably would have thought my code simply wasn't doing anything. · @ ...
however, in the admin configuration I only have the option for pending. Labels: CE 1.9 · magento1.
3 Answers · There are lots of q/a about this on different SO sites, this was the only one I could get to work. Magento 1.9. · This is the proper way to ...
use Magento\Sales\Model\Order;$orderId = 1;$objectManager = \Magento\ Framework\App\ObjectManager::getInstance();$order = $ ...
I show you how to set order of collection for Magento 1 and why there are more than one possibilities. You have to find out if your sort attribute ...
As I understand in Magento it sets the status of a new order to processing and then goes away and sorts out the payment etc. The problem is ...
However, only one sort order can be assigned to the store view level of any store. Step 1: Set the scope of the configuration. On the Admin ...
Now go back to table eav_entity_type, find the same row with entity_type_id = 5 and set increment_pad_length = 1 (this will remove zeros ...
This extension allows you change custom order number in your Magento store. Set a desired invoice number, specify increment intervals, use prefixes and date ...