
Originally Posted by
chadderuski
Hi Pawelsad,
Okay, you don't have to use <blank> in the name, you could call it "generic" or something similiar, and then put it's sort order to the bottom.
I have looked at the code briefly. Although not horribly complicated, it is not simple.
What is likely happening is that once the manufacturer's id has been set (I do not remember if they use ids or names) it does not get reset when it comes upon an empty entry.
i.e. <tab><tab> produces a null or empty value
So, you'll want to find the code, test for empty or null and then assign that id to 0. Zencart manufacturers id's start at 1. So I believe they use id 0 to leave as blank. But don't take my word for it!!! Just tossing out ideas.
Be careful though. I don't know that easy populate uses id's here, but rather manufacturer names.
If you get a working solution, by all means post the code update here for testing!
-cj
Bookmarks