Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Apr 2012
    Posts
    6
    Plugin Contributions
    0

    Default Organizing products after Import

    Just built a new zc site and imported close to 1200 products. The problem is the system simply sucks at sorting (or I don't understand it.) It's putting products by title, but instead of 9, 10, 11, it does 9, 90, 91..... It's a pain.

    There is no way I want to go through and tell the system how to sort by actual sort order in the products. I haven't been able to accurately add sort stuff either in the back end or with the admin.

    Can someone tell me how to get this to work? The client actually wants the products in a particular order, so I'd like to sort by:

    Name
    Category 1
    Subcategory, etc.

    ???

    Thanks!

    KD

  2. #2
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Organizational Tools/Plug-ins after Import

    I think some specifics would make your scenario a lot easier to understand. As it is I'm having trouble understanding both what you're "getting now" and what you "want". And how do these numbers you mentioned play a part in any of this? Are those numbers part of your product names? Why?
    And how exactly did you "import 1200 products"? Did you enter a sort order in whatever tool you used?
    How many subcategories are involved in this complicated hierarchy you're talking about?
    If numbers 1-9 are causing a problem, why not change those 9 products to have a 01, 02, 03 format instead? Or for those 9 products set a specific sort order and let the rest follow organically.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Apr 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Organizational Tools/Plug-ins after Import

    The name of the products is Scott #1, Scott #2, etc. I'm not sure the 01, 02 solves my issue.

    I used the built in easypopulate to import. I have used oscommerce extensively, this is my first zencart install.

    The client really wants me to organize it as if you were sorting an excel sheet, so you have:

    Scott #, then various parts of the current product description. I still need to do some work there to create additional subcategories I think, but I didn't want to until I figured out what I would get. I was thinking maybe it's just not possible to do that.

    A link might help...http://www.hbphilatelics.com/cart/in...ex&cPath=91_92. This is an interior page, and sub category.

    Thanks for the assistance, I'm assuming this can be done, I'm just not sure how to do it. Even with oSC, I've never been asked to organize at this level (and not sure I understand it, but he's the client... ;->)

  4. #4
    Join Date
    Apr 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Organizational Tools/Plug-ins after Import

    BTW, I did try doing the sort order using the db name for sort, but when I imported, nothing changed. That was with easy populate.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Organizational Tools/Plug-ins after Import

    Quote Originally Posted by beartoothweb View Post
    I used the built in easypopulate to import.
    Hmmm ... not sure how you installed Zen Cart, but there is not any "built in easypopulate". EP is an addon.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Organizational Tools/Plug-ins after Import

    Do you have Products and Categories inside your Categories such as does categories_id 91 have both categories and products in it?

    Do your Products all have a defined Sort Order on them?

    Next, what is your Sort Order set to on the Product Listing ... look in the Configuration ... Product Listing ...
    Display Product Listing Default Sort Order
    Product Listing Default sort order?
    NOTE: Leave Blank for Product Sort Order. Sort the Product Listing in the order you wish for the default display to start in to get the sort order setting. Example: 2a
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Apr 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Organizational Tools/Plug-ins after Import

    Really? I have no recollection of installing it, but I suppose I must have, huh?

    I did try the product listing setting, and no matter what I do, it still won't sort it correctly. Yes, all have products in them.

    No, I haven't done an actual sort order on each one, I tried with EP, but it didn't work, and to do each product manually would take forever, so I'm trying to avoid it.

    Maybe a newer/different revision of EP would be worthwhile?

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Organizational Tools/Plug-ins after Import

    Could you check if all of your Products in the table:
    products

    has a value for the:
    master_categories_id

    these are not suppose to be 0, the Product must belong to a valid Category and that Category should only contain Products ...

    Do you use Linked Products?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Apr 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Organizational Tools/Plug-ins after Import

    The value is the 91, 92, etc. right? I'll have to check that and see. I didn't use linked products, just did one category per product when I imported.

  10. #10
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,262
    Plugin Contributions
    3

    Default Re: Organizational Tools/Plug-ins after Import

    It IS POSSIBLE to arrange the sort order by inserting appropriate values in the preliminary EASY POPULATE spreadsheet.

    We do it on some sites that have over 400 categories/sub-categories and over 20,000 products.

    HOWEVER...

    It depends on WHAT VERSION of EP you are using, and WHETHER THAT VERSION has the capacity to export/import the sort order field in the first place.

    You are getting your peculiar "sort" because it is sorting on the PRODUCT NAME, and as that is a TEXT field, it is seeing numerical values as TEXT - not NUMBERS.

    That is why you are getting: 1,10,100,2,3,4,40,44,5,6,7,8,9,90, etc...

    If you tell me what VERSION of Zencart, what VERSION of Easy Populate, I can probably point you to a solution.
    19 years a Zencart User

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Category page empty after import products database
    By clonlala in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 18 Jan 2010, 12:20 PM
  2. Organizing products
    By Miriga in forum General Questions
    Replies: 7
    Last Post: 23 Sep 2008, 03:09 PM
  3. Organizing Products in to Different Categories
    By abcoombe in forum Setting Up Categories, Products, Attributes
    Replies: 10
    Last Post: 18 Jul 2008, 03:34 AM
  4. products not showing prices after import
    By sentinel555 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 23 Jul 2006, 04:38 PM
  5. organizing 'new products'
    By magicfun in forum Customization from the Admin
    Replies: 3
    Last Post: 27 Jun 2006, 05:09 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR