Results 1 to 3 of 3
  1. #1
    Join Date
    May 2013
    Location
    U.S.A.
    Posts
    33
    Plugin Contributions
    0

    Default list of products order by id?

    How can I sort my products by their id; not on my website, I just need to see them in order.

  2. #2
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: list of products order by id?

    You could use "easy populate" that would give a complete CSV of them

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,682
    Plugin Contributions
    11

    Default Re: list of products order by id?

    You would need to add the id sort order to the Categories/Product Display Order: field. The field name is defined in the admin's english.php or whatever language you are using.

    The default in the dropdown is Products Sort Order, Products Name and is seen in a firebug view as
    <td class="smallText" width="100%" align="right"> Categories/Product Display Order:
    <form method="get" action="http://your_dite.com/your_admin/categories.php" name="set_categories_products_sort_order_form">
    <select onchange="this.form.submit();" name="reset_categories_products_sort_order" rel="dropdown">
    <option selected="selected" value="0">Products Sort Order, Products Name</option>
    <option value="1">Products Name</option>
    <option value="2">Products Model</option>
    <option value="3">Products Qty+, Products Name</option>
    <option value="4">Products Qty-, Products Name</option>
    <option value="5">Products Price+, Products Name</option>
    <option value="6">Products Price-, Products Name</option>
    </select>
    <input type="hidden" value="59_66" name="cID">
    <input type="hidden" value="59_66" name="cPath">
    <input type="hidden" name="pID">
    <input type="hidden" name="page">
    <input type="hidden" value="set_categories_products_sort_order" name="action">
    </form>
    That should point you in the right direction IF you wanted to see them in the admin.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 

Similar Threads

  1. getting list of products from last order
    By fakeDecoy in forum General Questions
    Replies: 3
    Last Post: 18 Oct 2015, 02:43 AM
  2. Disabling New Products & Enabling All Products in Category List
    By JRayfield in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Jan 2010, 04:49 PM
  3. Replies: 1
    Last Post: 17 Jan 2008, 08:52 PM
  4. list-style-image to put ICON_IMAGE_TINYCART on the left of order history list item
    By dbrewster in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Nov 2006, 06:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg