
Originally Posted by
badarac
The version in the sql is being set to 4.0.2. Easily fixed in the admin/config but incorrect none the less.
Thank You for the heads up (and for taking the time to share your recent experiences with Super Orders).

Originally Posted by
badarac
The new version fixed the problem with the add on admin profiles not having the authority to print. That's the good news. The bad news is that for some reason I was not able to update existing profiles to select the new checkboxes for SO. I clicked update and when I accessed the profile again the checkboxes were blank. I ended up creating brand new profiles which saved fine.
Glad you were able to get the profiles working. Out of curiosity are you using Zen Cart 1.5.0 or 1.5.1? There was a bug in the original Zen Cart 1.5.0 release which did not allow you to update authorization for existing profiles.

Originally Posted by
badarac
Batch form print generates html that will not page break in IE. It worked fine in Firefox. The pages just run together. I had to make a change to invoice.php and packingslip.php removing the div and replacing it with br.
I have not tested or used this feature myself, but you can probably just replace the block with:
Code:
<br style="page-break-before:always" />
I believe the admin pages in Zen Cart use XHTML 1.0 Transitional - which requires closing the br tag. The extra span was required to stop browsers from seeing an empty div / span and removing the div / span when rendering the page. This should not be needed if you are using a <br /> instead. Let us know if the change works!
Bookmarks