Slot-bg Posted October 19, 2010 Share Posted October 19, 2010 It always shows by name. The client want to change product order by his way. That`s way by ID is better than any other i think.How to change the client by his own way the order of showing the products.Thank you! Link to comment Share on other sites More sharing options...
rocky Posted October 19, 2010 Share Posted October 19, 2010 To sort the products by product ID, go to Preferences > Products and change "Default order by" to "Product added date". To allow the client to adjust the positions manually, choose "Position inside category", then use the arrows on the Catalog tab to move the products. Click an arrow to move the product one position, or click and drag the background behind the arrow to move it multiple positions at a time. Link to comment Share on other sites More sharing options...
Slot-bg Posted October 19, 2010 Author Share Posted October 19, 2010 There is not “Product added date” in the list. They use that version Version 1.2.5.0 - 0.156s Link to comment Share on other sites More sharing options...
rocky Posted October 20, 2010 Share Posted October 20, 2010 That's strange. I just checked the code in v1.2.5 and found the following: array('id' => '0', 'name' => $this->l('Product name')), array('id' => '1', 'name' => $this->l('Product price')), array('id' => '2', 'name' => $this->l('Product added date')), array('id' => '4', 'name' => $this->l('Position inside category')), array('id' => '5', 'name' => $this->l('Manufacturer')), array('id' => '3', 'name' => $this->l('Product modified date')) Product added date should be there as the third option. What options do you have? Link to comment Share on other sites More sharing options...
Slot-bg Posted October 20, 2010 Author Share Posted October 20, 2010 Now i reupload the file and everything is allright.Thank you very much rocky! Link to comment Share on other sites More sharing options...
rocky Posted October 20, 2010 Share Posted October 20, 2010 Great. Please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now