Such a user moment I had ...
20,000+ categories ...
Sale Maker has to load a line on the screen for each of those categories so that you can check mark which ones get the sale ...
20,000 lines of information, at a minimum, must draw on your screen ... must come across the internet, thru your connection, to send all the little bites until all 20,000+ lines are drawn ...
So ... yowser ... 20,000+ lines both sent and recieved must happen ... :eek:
This means your monster file must transmit to you ... and, in addition, it has to processes on the server for all those categories and subcategories and most likely, this will help locate a lot of inefficiencies in the Category structure if things are not 100% perfect ... :unsure:
So ... Sale Maker is not going to be your friend and you will just blow up when you hit that key for Insert Sale ... :lamo:
If you do hit the button and finally get the white page, and if you did a View Source and waited long enough for the View Source to draw all of what it couldn't draw on the white page, you may end up seeing some things ...
This would have to be majorly customized for you to add Sales to utilize Sale Maker ...
Same with adding Specials ... you would need to use the extra feature where you can add a special by products_id vs scroll through the products due to the size ...
I would like to see this in v1.3.8 to see what all the upgrades to that have managed to do to optimize your site/database as v1.3.7 was not as efficient ...
I would not attempt to upgrade a Live site or even a semi-working existing site until you have done it successfully a few times on a test site in a test database ...
But this is the mystery here ...
Too many lines of data that is attempting to draw inside a <table> and <tables> require that the last byte be drawn before showing anything ...
Got your coder hat on and ready to do your upgrade? Oh and it would be a good idea to customize your Admin to manage such a large gang of categories and products more efficiently ... but for that, I would have to fool with your site for several hours to tweak here and there to make things much more efficient ...