Jump to content

[SOLVED] How to change product view by product ID


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...